ChrisBAshton / avoid-repeating-posts

Avoid showing same WordPress post in multiple loops. Fresh content in every loop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== Avoid Repeating Posts ===
Contributors: ChrisBAshton
Donate link: https://twitter.com/ChrisBAshton
Tags: avoid duplicate, avoid multiple, avoid repeating, avoid displaying, don't repeat
Tested up to: 5.9
Stable tag: trunk
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Avoid showing same WordPress post in multiple loops. Fresh content in every loop.

== Description ==

Are you seeing the same post repeated in multiple sections in a page? For example, a post appearing under "Most Recent" AND "Latest Posts"? Try installing this plugin!

Avoid Repeating Posts intelligently avoids repeating a post on a page which has already displayed that post. It does this by keeping track of which titles have been displayed in every loop, and ensures that subsequent loops omit that post from their query.

Avoid Repeating Posts ensures that you show a wider variety of your content on the same page, helping to keep your readers interested.

== Installation ==

1. Install the plugin through the WordPress plugins screen directly
2. Activate the plugin through the 'Plugins' screen in WordPress

== Changelog ==

= 1.1.0 =
* Uses permalinks rather than title for detecting previously displayed posts (more reliable)

= 1.0.0 =
* Initial release

== Contact ==

If you spot any issues, or want to know how to contribute, please visit https://github.com/ChrisBAshton/avoid-repeating-posts.

Please note that I have open-sourced this plugin to give back to the community, and do not have much spare time to answer support queries, but I'll help where I can.

About

Avoid showing same WordPress post in multiple loops. Fresh content in every loop.


Languages

Language:PHP 100.0%