looks like this
•Description
This plugin adds special function to mark new entries. The plugin only offers its function which works only on WordPress templates so you could modify your html code anyway you want. Adding special ‘new’ image, changing font style, and so on.
•Requirements
WordPress 2.7 environment
•Install
Place files into your /wp-content/plugins/ directory and activate through the administration panel.
•Settings

At control panel, you will specify how log your entries are new. For example, on my blog, I set this section 0 days and 12 hours.
Next, you should modify your template how you want to indicate ‘new’ entries by adding following codes within loop.
<?php if( is_new_post( ) ) : ?>
any html you want for new entries
<?php else : ?>
this section for not new entries
<?php endif; ?>
•Download
via WordPress.org
•Versions
* Jun 27 2009 – v0.0.1
- Initial release
•If you like this
If you like this plugin, writing small entry on your blog and trackbacking to this entry makes me really really happy!
Leave a Reply
TrackBack URL : http://www.vjcatkick.com/blog/wp-trackback.php?p=10748