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:
<span class="entriesonpagex"><a href=".."><strong>Entries on page <span class="page">3</span></strong></a> of category »<strong>Foobar</strong>«</span>
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:
<div id="post-<?php the_ID(); ?>" class="post"><h1>Post title..
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.




