Post title..Cookies
The plugin makes use of cookies in order to save the refering page that leads to a single entry. If cookies aren’t accepted, the plugin generates default archive links apart from category, tag, author and date.
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.
Possibly abandoned • Last updated 5625 days ago
Possibly abandoned (last update 5625 days ago).
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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.
Examples (without function):
Live demo:
See description at decaf.de/entries-on-page-x/
Installation:
Plugin needs in your templates. See installation details.
Multi-language:
Plugin works in several languages right now, see notes.
Available languages at this time:
If you localize the plugin, we would be glad to know — Thanks a lot!
Structure of the HTML code is like that:
Entries on page 3 of category »Foobar«
Make use of these CSS classes if you want to set up individual styles:
.entriesonpagex { }
.entriesonpagex strong { }
.entriesonpagex a { }
.entriesonpagex a strong { }
.entriesonpagex a strong .page { }
HTML of your article template should contain the post ID if you like ‘Entries on page x’ to refer not only to a page with posts but to the post itself:
Post title..Cookies
The plugin makes use of cookies in order to save the refering page that leads to a single entry. If cookies aren’t accepted, the plugin generates default archive links apart from category, tag, author and date.
/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.
Technically, it is. But as it wouldn’t be meaningful (with static HTML files not even possible) to let cached pages serve the dynamic archive link, ‘Entries on page x’ detects these plugins and serves a) a basic link to page x without category, tag, author oder date if you run ‘WP Cache’ or ‘WP Super Cache’ in legacy caching mode (»Half on« setting), or b) a link to the blog’s home page only if you run ‘WP Super Cache’ in full mode.
If you use ‘Super cache’ mode permanently, is doesn’t make sense to run the ‘Entries on page x’ plugin. But if you activate ‘Super cache’ only at high server loads, you can use ‘Entries on page x’ and don’t have to worry about broken links.
Yes, it is. (It is supposed to be.)