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.

lsmooth's Next Page Posts

Description

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.

Installation

  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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“lsmooth's Next Page Posts” is open source software. The following people have contributed to this plugin.

Contributors

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