https://github.com/dcblogdev/wp-forrst-posts
WP Forrst Posts allows you to display your 25 latest Forrst (public) posts using the Forrst API. The posts from Forrst are cached to avoid any API limits. The cached posts are stored in a file called forrstdata.php this file is only used to read data that has been cached.
https://github.com/dcblogdev/wp-forrst-posts
Last synced: 10 months ago
JSON representation
WP Forrst Posts allows you to display your 25 latest Forrst (public) posts using the Forrst API. The posts from Forrst are cached to avoid any API limits. The cached posts are stored in a file called forrstdata.php this file is only used to read data that has been cached.
- Host: GitHub
- URL: https://github.com/dcblogdev/wp-forrst-posts
- Owner: dcblogdev
- Created: 2013-01-06T02:05:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-06T12:05:45.000Z (about 13 years ago)
- Last Synced: 2025-02-04T01:33:29.513Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WP Forrst Posts
======
Description
------
WP Forrst Posts allows you to display your 25 latest Forrst (public) posts using the Forrst API.
The posts from Forrst are cached to avoid any API limits. The cached posts are stored in a file called forrstdata.php this file is only used to read data that has been cached.
Installation
------
1. Upload `wp-forrst-posts` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the `Plugins` menu in WordPress.
3. Enter your Forrst username on the options page in `settings/WP Forrst Posts`.
4. Place `[wp_forrst_posts]` in the page you want the posts to be displayed.
Frequently Asked Questions
------
### I don't see any posts
Make sure you have saved your username in the plugin options page and it is correct.
### Some of my posts are missing
Only posts marked as public will be displayed.
Manifest
------
Contributors: [David Carr](https://github.com/daveismyname), [Stefan Cosma](https://github.com/stefanbc)
Requires Wordpress at least: 3.0
Tested up to: 3.4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html