Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

wp-all-posts-page-link

Descripción

Display page link for all posts. Tested on wordpress 2.8.2 and 2.8.4 and 2.8.5, on bugs found.

Instalación

  1. Upload wp-all-posts-pages-link.php to the /wp-content/plugins/wp-all-posts-page-link directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Place in the index.php of your templates. And the result will be:
    “Prev Page 1 2 3 Next Page”.
  4. You may change the page number form to set parameters like all_posts_page_link(‘Prev’, ‘Next’, ‘P’). If so the result will be:
    “Prev Page P1 P2 P3 Next Page”.
  5. If you want to display with reverse page number, you may set parameter like all_posts_page_link(‘Prev’, ‘Next’, ”, 0, ). If so the result will be:
    “Prev Page 3 2 1 Next Page”. In the reverse form, the latest is 3.

Preguntas frecuentes

What’s the format of the output?

The format of output as follows(current page number is 1):

How to customize prev and next lable?

You can set them on the arguments of function all_posts_page_link, like all_posts_page_link(‘–‘, ‘++’, ‘Page’) . For these arguments, the output will as follows(current page number is 1):

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "wp-all-posts-page-link" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • first version.

1.1

  • Remove class from
  • Add option for reverse display. This means you can chose pages like:

OR

In the reverse form, the Page3 is the latest. Othrwise Page1 is the latest.