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.

Post Rotation

Description

The main goal of this plugin is to avoid too much time without recent posts.
‘Post Rotation’ takes the oldest post that matches with your criteria and automatically converts it in the most recent one, as just published.

Timeẓliyin

  • Easy configuration.
  • You can specify the rotation interval or the allowed time without new posts.
  • Enforce punctuality only if you want it.
  • You can also choose if you want to alter the ‘last_modified’ value.
  • You can exclude from rotation posts without featured image.
  • You can activate a filter and select which categories will be affected and which ones will be ignored by the plugin.
  • By default, the plugin works with the conventional ‘post’ type… but you can even rotate custom post types.
  • Clean uninstall option: If this option is enabled, the plugin will leave absolutely no traces when uninstalling.
  • Visit digitalemphasis.com for more info.

Screenshots

  • Post Rotation - administration panel

Installation

  1. Upload the ‘post-rotation’ folder to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Configure the plugin through the ‘Posts -> Post Rotation’ administration panel.

FAQ

Will the rotation start once the plugin is activated?

No. Firstly you need to visit the administration panel, enable the rotation, configure the settings and save the changes.

Can I add a post after the rotation is activated?

Sure! But if you don’t want a delay in the rotation, the ‘Fixed rotation’ option must be checked.

Should I check the ‘Enforce punctuality’ option?

By default (unchecked), the new ‘post_date’ value will be your database’s date and time when the rotation really occurs (when someone visits your site), resulting in some sort of human behaviour (humans usually don’t write posts with such a precise interval). However, if this option is checked the new ‘post_date’ value will be precisely calculated.

Do I need to select some category?

If the ‘Filter by category’ option is checked, you should select some category and only posts that belongs to a selected category will rotate. Otherwise, with the ‘Filter by category’ option unchecked, the posts will be taken into consideration regardless of the category they belongs to.

Reviews

22 Ctember 2021
I know that this was meant for posts, but people may underestimate how incredibly powerful this plugin is for SEO purposes! Very happy.
2 Dujember 2017
it works perfectly!!!! I can suggest one only one improvement: to insert rotation for each language not only based on the post date (so if 4 languages on site, 4 post must be rotate each time, of couser the older
26 Maggu 2017
I wished for something like this, then found this plugin which does exactly what I wanted -- thanks to the developer! I love being able to easily renew old posts -- they're just old, they shouldn't be forgotten.
28 Meɣres 2017
Very simple and works. I'm not sure if it actually helps google seo rankings, but it makes the website look alive and refreshed. A+
20 Unbir 2016 1 reply
After numerous issues with usage of this plugin we had our site checked by a professional company. After thorough and rather expensive audit we learned that this plugin is leaking and killing server resources by creating too many querries to mysql - even when it was switched off! We could not use properly our platform, the backend was as slow as a snail. The moment we got rid of this plugin our server got a second life. Now it works like a charm. Good advice - don't install.
Read all 9 reviews

Contributors & Developers

“Post Rotation” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Post Rotation” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.9

  • Ensure compatibility with WordPress 5.2, 5.3, 5.4, 5.5, 5.6 and 5.7
  • Fixed: ‘A non-numeric value encountered in…’ warning when ‘pr_latest_rotation_time’ has no value yet.
  • The administration panel displays more accurate information.
  • Code optimization.

1.8

  • Ensure compatibility with WordPress 5.0 and 5.1
  • New option: filter by category is optional from now on.
  • Added support for custom post types.
  • Code optimization.

1.7

  • Ensure compatibility with WordPress 4.9
  • New option: exclude posts without featured image.
  • Improved adherence to WordPress Coding Standards.

1.6

  • Ensure compatibility with WordPress 4.8
  • Fixed: no more ‘array_map(): Argument #2 should be an array…’ warnings when no category is selected.
  • Code optimization.

1.5

  • Ensure compatibility with WordPress 4.6 and 4.7
  • New option: you can specify a more accurate rotation interval using minutes.
  • Fixed: from now on, the administration panel won’t show pending rotations with negative time values anymore.
  • Improved performance.
  • Improved adherence to WordPress Coding Standards.
  • Code optimization.

1.4

  • Ensure compatibility with WordPress 4.5
  • New option: enforce punctuality.
  • Code optimization.

1.3

  • Ensure compatibility with WordPress 4.4
  • New option: fixed rotation.
  • Fixed: characters of unexpected output during activation.
  • Improved security: data escaping on output.
  • Improved the HTML output.
  • Code optimization.

1.2

  • Ensure compatibility with WordPress 4.3
  • Improved adherence to WordPress Coding Standards.

1.1

  • Removed ‘goto’ from code.
  • Minor code optimization.

1.0

  • Initial release.