Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

lsmooth's Next Page Posts

Beschrijving

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.

Installatie

  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.

FAQ

None.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“lsmooth's Next Page Posts” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “lsmooth's Next Page Posts” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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