Last Update: 3 February 2007
Plugin Name: Today Posts
Version: 1.1
Plugin URI: http://www.cypherhackz.net/plugins-themes/today-posts/
Description: Display a list of today posts. Useful for bloggers who publish multiple posts in a day.
Author: Fauzi Mohd Darus
Author URI: http://www.cypherhackz.net
Demo:
< ?php cypher_todayposts(); ?>
Download:
- cypher_todayposts.zip (WordPress 2.1 only)
- cypher_todayposts-wp20.zip (WordPress 2.0 and below)
How to Install
- Download the plugin file.
- Extract file cypher_todayposts.zip.
- Upload cypher_todayposts.php folder into your WordPress plugin folder.
- Activate the plugin in your Plugins admin panel.
- Put this function <?php cypher_todayposts(); ?> in your theme file. Eg: index.php or sidebar.php
- Done!
How to Upgrade
- Download the plugin file.
- Extract file cypher_todayposts.zip.
- Upload cypher_todayposts.php to your WordPress plugin folder to replace the previous version plugin.
- Done!
Parameters
There are three parameters that you can use to change the behavior of this plugin.
$before – Text that you want to put before the link. Default is <li>
$after – Text that you want to put after the link. Default is </li>
$limit – How many post links that you want to limit. Default is 10
Eg: <?php cypher_todayposts(‘[‘, ‘]’, 5); ?>
Version History
- 1.1
– Compatible with WordPress 2.1 - 1.0
– Initial Release