RevivePress (formerly WP Auto Republish), the all-in-one tool for republishing & cloning old posts and pages which push old posts to your front page, the top of archive pages, and back into RSS feeds. Ideal for sites with a large repository of evergreen content.
The RevivePress (formerly WP Auto Republish) plugin helps revive old posts by resetting the published date to the current date. This will push old posts to your front page, the top of archive pages, and back into RSS feeds. Ideal for sites with a large repository of evergreen content.
Free Demo | Premium Demo | Get Premium
Like RevivePress plugin? Consider leaving a 5 star review.
- New visitors to your site haven't seen your old content. This will help them discover it.
- Old content won't show up in date-based searches on search engines, but resetting the date can make them look fresh again.
- People like to share and link to new content, and they determine that by looking at the publication date.
- It will highlight older posts by moving them back to front page and in the RSS feed.
- RevivePress will improve your blog visibility, traffic and SEO!
- And also Google likes updated content if it’s done right.
This plugin helps revive old posts by resetting the published date to the current date and push old posts to your front page, the top of archive pages, and back into RSS feeds.
- Automatically republish your all posts.
- Set minimum republish interval and randomness interval.
- Display original publication date Before/After post.
- Exclude or include posts by category or tags.
- Force exclude/include posts by their ID.
- Can select post in ASC / DESC order.
- Compatible with any timezone.
- Supports Indexing API by Rank Math.
- Automatically purge site cache (limited) after republishing.
- Supports all free version features.
- Automatic Social Media Share.
- Custom post types support.
- Custom taxonomies support.
- Individual post republishing (also supports repeated).
- Scheduled post republishing.
- Date & time based republishing.
- Custom post republish interval.
- Custom title for each republish event.
- Trigger publish event at the time of republish.
- Automatic Site or Single Post Cache Purge Support (supports most of the cache plugins and hosting platforms)
- Custom date range for republishing.
- Change Post Status after Last Republish.
- One click instant republish.
- WordPress Sticky Posts Support.
- OneSignal Push Notification Support.
- Show all republished history in logs.
- Can change the post name on every republish.
- Shows all single upcoming republication in a dashboard widget.
- Shows single republication info in a admin column.
- Can hide last original published info from frontend.
Upgrade to RevivePress Premium now. You can also upgrade to Premium Version directly from your dashboard.
Support for the RevivePress plugin on the WordPress forums is free.
Premium world-class support is available via email to all RevivePress Premium customers.
Note: Paid customers support is always given priority over free support. Paid customers support is provided via one-to-one email. Upgrade to Premium to benefit from priority support.
- This plugin is tested with W3 Total Cache, WP Super Cache, WP Rocket, WP Fastest Cache, Cachify, Comet Cache, Zen Cache, LiteSpeed Cache, SG Optimizer, HyperCache, Cache Enabler, Swift Performance Lite, Nginx Cache, Proxy Cache, Nginx Helper Cache, Autoptimize, Breeze (Cloudways), Godaddy Managed WordPress Hosting and WP Engine and fully compatible with WordPress Version 4.7 and beyond and also compatible with any WordPress theme.
- Community support via the support forums at WordPress.org.
- Active development of this plugin is handled on GitHub.
- Feel free to fork the project on GitHub and submit your contributions via pull request.
- Simplified Chinese (zh_CN) by Changmeng Hu
- Visit 'Plugins > Add New'.
- Search for 'RevivePress'.
- Activate WP Last Modified Info from your Plugins page.
- Go to "after activation" below.
- Upload the
wp-auto-republish
folder to the/wp-content/plugins/
directory. - Activate RevivePress plugin through the 'Plugins' menu in WordPress.
- Go to "after activation" below.
- After activation go to 'Settings > RevivePress'.
- Enable/disable options and save changes.
To customize original post publication date, you need to add this following snippet to the end of your active theme's functions.php file:
function wpar_override_time_format() { return 'F jS, Y \a\t h:i a'; } add_filter( 'wpar/published_date_format', 'wpar_override_time_format' );
To customize the interval of scheduled post and old republish post, you need to add this following snippet to the end of your active theme's functions.php file:
function wpar_override_interval() { return '7200'; // 2 hours } add_filter( 'wpar/scheduled_post_interval', 'wpar_override_interval' );
No. The date on posts is updated to the current date making a post appear new. URLs don't change and comments continue to display with the post.
Yes, permalinks with dates would be not be affected on both free version and Premium Version. RevivePress will handle it easily.
Post detailed information about the issue in the support forum and I will work to fix it.