This plugin enables your visitors to quickly spot new posts by displaying a "new" icon next to the post's title
newposts folder from the downloaded .zip archive. /wp-content/plugins/ directory on your serverUpdate Options<?php newposts_display(); ?> in your templates right next to the post title (in index.php) e.g. find the piece of code <?php the_title(); ?> and insert the following piece of code in front of or after it <?php newposts_display() ?>
Requires: 2.7.1 or higher
Compatible up to: 2.7.1
Last Updated: 2009-6-6
Downloads: 1,020
Got something to say? Need help?