Generates a link back to the archive page the current entry is on. Makes it easier for users to retrieve the chronology of a blog.
/wp-content/plugins/ directory.<?php if (function_exists('archive_page_link')) { archive_page_link(); } ?> in your templates.id="post-<?php the_ID(); ?>) if you like 'Entries on page x' to refer not only to a page with posts but to the post itself.
Requires: 2.5 or higher
Compatible up to: 3.0.5
Last Updated: 2010-1-5
Downloads: 1,662
Got something to say? Need help?