Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

lsmooth's Next Page Posts

Beskrivning

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.

Vanliga frågor

None.

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”lsmooth's Next Page Posts” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Ändringslogg

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