=== Is Latest Post? === Contributors: ggalmazor Donate link: http://greenpeace.org Tags: post, tag, template, loop, latest Requires at least: 3.2.1 Tested up to: 3.2.1 Stable tag: trunk This plugin adds a template tag to know if the current post in the_loop() is the latest post. ==Screenshots == None == Description == This plugin adds a template tag called is_latest() to know if the current post in the_loop() is the latest post. == Installation == 1. Unzip the plugin package and upload it to `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Use your new is_latest() template tag in your theme's loops. == Upgrade notice == This plugin doesn't have configuration nor database storage. Just replace the files with the new package. == Examples == **Use h1 for the latest post's title, h2 in the remaining posts:** ` // [...] blah blah blah
> class="entry-title">> // [...] rest of the post stuff
// [...] more blah blah blah ` **Show full content on latest post only, summary on rest:** ` →'); ?> ` == Frequently Asked Questions == None yet. Be the first, I dare you! == Changelog == = 0.2 = * Fixed sql query sentence for latest Wordpress versions (> 3.2.1) * Improved usage examples = 0.1 = * First implementation * Created readme.txt file