Skip to content

A plugin for WordPress that provides template tags (for use in single.php) to create post navigation loop (previous to first post is last post; next/after last post is first post).

License

Notifications You must be signed in to change notification settings

coffee2code/loop-post-navigation-links

Repository files navigation

Loop Post Navigation Links

A plugin for WordPress that provides template tags (for use in single.php) to create post navigation loop (previous to first post is last post; next/after last post is first post).

This plugin is available in the WordPress Plugin Directory: https://wordpress.org/plugins/loop-post-navigation-links/

Installation

  1. Install via the built-in WordPress plugin installer. Or install the plugin code inside the plugins directory for your site (typically wp-content/plugins/).
  2. Activate the plugin through the 'Plugins' admin menu in WordPress.
  3. Use c2c_next_or_loop_post_link() template tag instead of next_post_link(), and/or c2c_previous_or_loop_post_link() template tag instead of previous_post_link(), in your single-post template (e.g. single.php).

Additional Documentation

See readme.txt for additional usage information. See CHANGELOG.md for the list of changes for each release.

Support

Commercial support and custom development are not presently available. You can raise an issue on GitHub or post in the plugin's support forum on WordPress.org.

If the plugin has been of benefit to you, how about submitting a review for it in the WordPress Plugin Directory or considering a donation?

License

This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

About

A plugin for WordPress that provides template tags (for use in single.php) to create post navigation loop (previous to first post is last post; next/after last post is first post).

Resources

License

Stars

Watchers

Forks

Packages

No packages published