Last Update: 3 February 2007
Plugin Name: Previous Posts
Version: 1.2
Plugin URI: http://www.cypherhackz.net/plugins-themes/previous-posts/
Description: Returns a list of your previous posts. You can set how many posts to be displayed.
Author: Fauzi Mohd Darus
Author URI: http://www.cypherhackz.net/
Demo:
< ?php cypher_previousposts(); ?>
Download:
- cypher_previous-posts.zip (WordPress 2.1 only)
- cypher_previous-posts-wp20.zip (WordPress 2.0 and below)
How to Install
- Download the plugin file.
- Extract file cypher_previous-posts.zip.
- Upload wp-previousposts.php to your WordPress plugin folder.
- Activate the plugin in your Plugins admin panel.
- Put this function <?php cypher_previousposts(); ?> in your theme file.
- Done!
How to Upgrade
- Download the plugin file.
- Extract file cypher_previous-posts.zip.
- Upload wp-previousposts.php to your WordPress plugin folder to replace the previous version plugin.
- Done!
Parameters
There are two parameters that you can use to change the behavior of this plugin.
$min – The minimum number of posts to count. Default is 10;
$max – The maximum number of posts to count. Default is 15;
Eg: <?php cypher_previousposts(5,15); ?>
– This means that posts between 5 and 15 will be displayed on the list.
Version History
- 1.2
– Compatible with WordPress 2.1
– Update the parameters - 1.1
– Include permalinks instead of using WordPress post IDs -
1.0
– Initial Release