该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Post Rotation

描述

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.

产品特点

  • 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.

屏幕截图

  • Post Rotation - administration panel

安装

  1. Upload the ‘post-rotation’ folder to the ‘/wp-content/plugins/’ directory.
  2. 通过WordPress的“插件”菜单激活插件。
  3. Configure the plugin through the ‘Posts -> Post Rotation’ administration panel.

常见问题

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.

评价

2021年9月22日
I know that this was meant for posts, but people may underestimate how incredibly powerful this plugin is for SEO purposes! Very happy.
2017年12月2日
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
2017年5月26日
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.
2017年3月28日
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+
2016年11月20日 1 回复
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.
阅读所有9条评价

贡献者及开发者

“Post Rotation” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Post Rotation”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

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.