Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

lsmooth's Next Page Posts

Descripció

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.

Instal·lació

  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.

PMF

None.

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«lsmooth's Next Page Posts» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

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