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.

lsmooth's Next Page Posts

Descripción

lsmooth’s Next Page Posts is a very simple plugin that creates a navigation
which displays and links to posts on the next or previous page. The plugin was initially developed
for Thorstens Blogwelt. If you would like to see
what it can do for you, you can take a look at it there.

This plugin creates a shortcode that can be integrated into your theme to create
the nagivation: lsmooth_page_posts. The shortcode can be embedded using this code

<?php echo do_shortcode('[lsmooth_page_posts direction="next"]'); ?>

for example in the index.php of your theme.

  1. direction – “next” will display the posts on the next page if possible, “prev” will display the posts on the previous page.

Instalación

  1. Upload the plugin directory lsmooths-next-page-posts to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Either place <?php echo do_shortcode('[lsmooth_page_posts direction="next"]'); ?> in your template to display the posts on the next page
  4. Or place <?php echo do_shortcode('[lsmooth_page_posts direction="prev"]'); ?> in your template to display the posts on the previous page
  5. Check Settings->lsmooth’s Next Page Posts for settings to modify
  6. Modify the styles.css in the plugin directory to match your template.

Preguntas frecuentes

None.

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 "lsmooth's Next Page Posts" 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

0.3.0

  • Implemented: listing posts on previous page
  • Added comments in code and restructured code

0.2.3

  • Fixed: css

0.2.2

  • version bump

0.2.1

  • Fixed: plugin installation

0.2.0

  • implement i18n support
  • small enhancements
  • moved styles.css to inc/

0.1.0

  • Initial release