Title: Entries on page x
Author: DECAF
Published: <strong>December 2, 2008</strong>
Last modified: August 7, 2010

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/entries-on-page-x.svg)

# Entries on page x

 By [DECAF](https://profiles.wordpress.org/decafmedia/)

[Download](https://downloads.wordpress.org/plugin/entries-on-page-x.1.3.4.zip)

 * [Details](https://wordpress.org/plugins/entries-on-page-x/#description)
 * [Reviews](https://wordpress.org/plugins/entries-on-page-x/#reviews)
 *  [Installation](https://wordpress.org/plugins/entries-on-page-x/#installation)
 * [Development](https://wordpress.org/plugins/entries-on-page-x/#developers)

 [Support](https://wordpress.org/support/plugin/entries-on-page-x/)

## Description

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):**

 * [Entries on page 12](https://wordpress.org/plugins/entries-on-page-x/?output_format=md#)
 * [Entries on page 1](https://wordpress.org/plugins/entries-on-page-x/?output_format=md#)
   of category »WordPress«
 * [Entries on page 4](https://wordpress.org/plugins/entries-on-page-x/?output_format=md#)
   for tag »Plugins«
 * [Entries on page 2](https://wordpress.org/plugins/entries-on-page-x/?output_format=md#)
   by John Doe
 * [Entries on page 9](https://wordpress.org/plugins/entries-on-page-x/?output_format=md#)
   from August 2008

**Live demo:**
 See description at [decaf.de/entries-on-page-x/](http://decaf.de/entries-on-page-x/)

**Installation:**
 Plugin needs `<?php if (function_exists('archive_page_link')){
archive_page_link(); } ?>` in your templates. See [installation](https://wordpress.org/extend/plugins/entries-on-page-x/installation/)
details.

**Multi-language:**
 Plugin works in several languages right now, see [notes](https://wordpress.org/extend/plugins/entries-on-page-x/other_notes/).

### Localization (L10n)

Available **languages** at this time:

 * **English**
 * **German/Deutsch**
 * **Turkish/Türkçe** _(by courtesy of [DJ N-Gin](http://dj-tut.de))_
 * **Polski** _(by courtesy of [Jeena Paradies](http://jeenaparadies.net))_
 * **Swedish/Svenska** _(by courtesy of [Jeena Paradies](http://jeenaparadies.net))_
 * **Bulgarian/Български** _(by courtesy of [Bellerophon](http://bellerophon-blog.de))_
 * **Chinese/ 中文** _(by courtesy of [Johanna and 孔晶 Kong Jing](http://www.johanna-enzinger.de))_
 * **French/Français** _(by courtesy of [Patrick Andrieu](http://www.atomic-eggs.com/cwi/cwi_4.shtml))_
 * **Spanish/Español** _(by courtesy of [Stonie](http://stonie.wwnw.de/))_
 * **Russian/Русский** _(by courtesy of dedlfix)_
 * **Italian/Italiano** _(by courtesy of at)_
 * **Belarusian/Беларуская** _(by courtesy of [FatCow](http://www.fatcow.com/))_
 * **Ukrainian/Українська** _(by courtesy of [ghost](http://antsar.info/))_

If you localize the plugin, we would be glad to know — Thanks a lot!

### Code

**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..<h3>Cookies</h3>
    ```

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.

## Installation

 1. Upload the entries-on-page-x folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Place `<?php if (function_exists('archive_page_link')) { archive_page_link(); }?
    >` in your templates.
 4. HTML of your article template should contain the post ID (`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.

## FAQ

  Is the plugin compatible with ‘WP Cache’ and ‘WP Super Cache’?

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.

  Is the plugin compatible with ‘DB Cache’ and ‘Hyper Cache’?

Yes, it is. (It is supposed to be.)

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Entries on page x” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ DECAF ](https://profiles.wordpress.org/decafmedia/)

[Translate “Entries on page x” into your language.](https://translate.wordpress.org/projects/wp-plugins/entries-on-page-x)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/entries-on-page-x/),
check out the [SVN repository](https://plugins.svn.wordpress.org/entries-on-page-x/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/entries-on-page-x/)
by [RSS](https://plugins.trac.wordpress.org/log/entries-on-page-x/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3.4 (1/5/2010)

 * Fixed language files (due to relative paths vs. full paths behaviour in WP 2.9
   core)

#### 1.3.3 (1/3/2010)

 * Ukrainian/Українська language added

#### 1.3.2 (8/11/2009)

 * Belarusian/Беларуская language added

#### 1.3.1 (6/5/2009)

 * bugfix with categories

#### 1.3 (4/24/2009)

 * add_action conditional + cache plugins compatibility

#### 1.2 (3/6/2009)

 * major bugfixing concerning category links and permalink settings

## Meta

 *  Version **1.3.4**
 *  Last updated **16 years ago**
 *  Active installations **10+**
 *  WordPress version ** 2.5 or higher **
 *  Tested up to **3.0.5**
 * Tags
 * [archive](https://wordpress.org/plugins/tags/archive/)[archives](https://wordpress.org/plugins/tags/archives/)
   [link](https://wordpress.org/plugins/tags/link/)[links](https://wordpress.org/plugins/tags/links/)
   [menu](https://wordpress.org/plugins/tags/menu/)
 *  [Advanced View](https://wordpress.org/plugins/entries-on-page-x/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/entries-on-page-x/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/entries-on-page-x/reviews/)

## Contributors

 *   [ DECAF ](https://profiles.wordpress.org/decafmedia/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/entries-on-page-x/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://laptop.org/)