DateSweep – Bulk Update Post & Page Dates icon

DateSweep – Bulk Update Post & Page Dates

DateSweep – Bulk Update Post & Page Dates is a WordPress plugin with the following stats:

  • #18,432 Global Rank
  • 5/5 1 ratings

PF Score (About PF Scores)

PF Score is not a quality guarantee. It is a ranking based on available public signals.

Bronze46.2
Platinum
Gold
Silver
Bronze
Low

Score Breakdown

0
Popularity 40% No install data
61.9
Reputation 35% 5★ from 1 ratings
98.1
Freshness 25% Updated 28 days ago

No vulnerability history

Download Trends

Loading download data…

Vulnerabilities

No known vulnerabilities

This plugin has no records in the Wordfence Intelligence vulnerability database.

About DateSweep – Bulk Update Post & Page Dates

Bulk-update published and/or modified dates of posts, pages, custom post types and comments — batched, safe and timeout-free.

DateSweep refreshes the published and/or modified dates of your content in bulk. New dates are distributed randomly across a range you choose, so the result looks natural — and every run can be previewed first and undone afterwards.

Use it to bulk-change post dates, update the published or modified date across pages and custom post types, or bulk-edit comment dates — all from one screen, with a dry-run preview and one-click undo.

Typical use cases

  • Pre-launch freshness pass — you built a new site from an older template or a copy of an existing site, and everything still carries dates from years ago. One run on the “All content” tab (optionally with drafts included and both dates set equal) makes the whole site look current before launch.
  • After an import or migration — imported content often ends up with a single identical date on every post, or wrong dates from a timezone mix-up. Spread realistic dates across a chosen range in one pass.
  • Content maintenance for SEO — you reviewed and batch-edited older articles and want their modified dates to reflect that work naturally over the past weeks instead of one suspicious spike.
  • Comments that match — after an import, comments dated before their own posts look broken. The Comments tab redates them plausibly (a comment is never dated before its post).

How it works

Pick a tab (a post type, Comments, or All content), choose the range to distribute dates within, optionally filter by taxonomy, status or specific pages, and choose which date field to update. Preview (dry run) shows current proposed dates before anything is written. Runs are processed in batches of 100 over AJAX with a live progress bar, so even very large sites finish without PHP timeouts. Before each batch is written, the previous dates are snapshotted — your most recent run can always be restored with one click from the Recent runs list.

Features

  • Batched AJAX processing with a live progress bar — works on sites with tens of thousands of posts without PHP timeouts.
  • All public post types — posts, pages and custom post types each get their own tab, plus a Comments tab.
  • Filter by any taxonomy (categories, tags, custom taxonomies) with AND/OR relation, or pick specific pages.
  • Choose the field: modified date, published date, or both set equal.
  • Safety guard: never sets a modified date earlier than the published date (the classic plugin’s known flaw).
  • Comments stay plausible: a comment is never dated before its parent post.
  • No external CDNs — native date pickers, vanilla JavaScript, everything loaded locally.
  • Undo built in: every run records the previous dates first, and your most recent run can be restored with one click.
  • Hardened: capability checks, nonces, full input sanitization and output escaping, prepared SQL statements, object-cache invalidation after every update.
  • Developer friendly: actions and filters for every stage (datesweep_post_dates_updated, datesweep_collected_post_ids, datesweep_new_timestamp, datesweep_form_rows and more).

DateSweep Pro

The DateSweep Pro add-on extends the free plugin with scheduled automatic refreshes, a 10-run undo history, 100-row dry-run previews, ACF date-field support, age targeting and IndexNow submission.

Screenshots

The "All content" tab — one freshness pass across every post type.

The "All content" tab — one freshness pass across every post type.

Dry-run preview: current dates and proposed new dates, before anything is written.

Dry-run preview: current dates and proposed new dates, before anything is written.

A run in progress — batched processing with a live progress bar.

A run in progress — batched processing with a live progress bar.

Recent runs with one-click Undo.

Recent runs with one-click Undo.

Frequently Asked Questions

Will this time out on a large site?

No. Items are processed in batches of 100 over AJAX; the browser drives the queue and shows progress. Only the ID collection happens up front.

Can I undo an update?

Yes. Every run records the previous dates before writing, and the Recent runs list on the plugin page lets you undo your most recent run with one click. DateSweep Pro extends this to an undo history of your last 10 runs. A database backup before large operations is still good practice.

Does it change dates in the future?

No. The range is always capped at the current time.

Does it change my content?

No. Only the date columns of posts/pages (post_date, post_modified and their GMT counterparts) or comment dates are touched. Titles, content, excerpts, custom fields and settings are never modified.

Does it work with page builders like Elementor, Avada or Divi?

Yes. Builders store their layouts in content and meta fields, which DateSweep never touches — only the core date columns change. If your theme displays a date from a custom field instead of the WordPress date, see DateSweep Pro’s ACF integration.

Does it work with custom post types?

Yes, automatically. Every public custom post type — whether registered by a theme, a plugin or ACF — gets its own tab and is included in the “All content” pass.

Is it safe for SEO? Will Google penalize me?

DateSweep changes dates, not content. Search engines reward genuinely updated content; refreshing dates without any real changes can be ignored or, at worst, erode trust in your dates. Use it where the dates are genuinely misleading (imports, rebuilds, migrations) or alongside real content maintenance — not as a substitute for it.

Why did nothing change on my site after a run?

Your dates did change in the database — but a caching plugin or CDN may still serve old pages. Clear your page cache after a run. (Object caches are already flushed automatically.)

Where do I find the plugin after activating it?

Under Tools DateSweep.

Can I schedule automatic refreshes?

That’s a DateSweep Pro feature: daily, weekly or monthly schedules with a “Save & Run Now” button, age targeting so recently edited content is left alone, and IndexNow submission so search engines re-crawl the refreshed URLs quickly.

Ratings & Reviews

5
1 ratings
5★
1
4★
0
3★
0
2★
0
1★
0

Recent Reviews

Loading reviews…

View all reviews on WordPress.org (opens in a new tab)

Changelog

2.6.1

  • Renamed internal prefixes to datesweep_ (from dsw_) to meet WordPress.org’s 4-character prefix guideline. Fresh installs only; no data migration. Removed bundled translation files and the manual textdomain load (WordPress.org handles translations automatically).

2.6.0

  • Undo history: the free plugin keeps your most recent run (previously 5). The new datesweep_keep_runs filter lets add-ons extend the history — DateSweep Pro keeps the last 10 runs.

2.5.2

  • The “no items match” check now runs after extensions filter the job, so add-ons that narrow the selection (e.g. age targeting) report empty results correctly.

2.5.1

  • Undo progress and success message now count items (posts/comments) instead of internal snapshot rows, so runs that include ACF fields report correct numbers.

2.5.0

  • Plugin renamed to DateSweep. Slug, text domain and all internal prefixes updated (datesweep_). No functional changes.

2.4.0

  • New extension seams for add-ons: datesweep_form_rows action (extra form rows), datesweep_job_data filter (attach data to a job), datesweep_batch_processed action (post-batch processing) and datesweep_restore_snapshot action (restore custom snapshot types).

2.3.0

  • Translations added: German (de_DE), Dutch (nl_NL, nl_BE) and French (fr_FR, fr_BE), plus a POT template.
  • The dry-run preview limit is now filterable (datesweep_preview_limit) for the Pro add-on.
  • New public helper DSW_Processor::range_from_preset() used by scheduled (Pro) runs.
  • Confirmation dialog now mentions that runs can be undone.

2.2.0

  • Undo/rollback: every run snapshots the previous dates before writing; the new “Recent runs” list restores them with one click (batched, with progress).
  • The last 5 runs are kept; snapshots are pruned automatically and removed on uninstall.
  • New action hook: datesweep_post_dates_restored.

2.1.0

  • New “All content” tab: one freshness pass across every public post type at once — ideal before launching a site built from an older template.
  • Dry-run preview: see current proposed dates for a sample of matching items before committing.
  • Post status selection: optionally include drafts, pending and private items.
  • New extension filters: datesweep_collected_post_ids, datesweep_new_timestamp.

2.0.0

  • Complete rewrite: OOP architecture, batched AJAX processing with progress bar.
  • Native date pickers; removed all CDN dependencies (moment.js, daterangepicker).
  • Full sanitization, escaping, nonce and capability hardening.
  • Fixed: modified date can no longer be set before the published date (optional guard, on by default).
  • Object cache is now invalidated after every update.
  • Added datesweep_post_dates_updated action hook.
  • Uninstall cleanup.

Alternatives to DateSweep – Bulk Update Post & Page Dates

Other WordPress plugins serving a similar purpose, ranked by relevance and PF Score.

Platinum86.4
BEAR – Bulk Editor and Products Manager Professional for WooCommerce by Pluginus.Net icon

BEAR

Edit multiple WooCommerce products at once through a flexible bulk management interface.

★ 4.7/5·40K+ installs·Updated 5 Jul 2026
Gold85.0
Quick Featured Images icon

Quick Featured Images

Bulk set, replace, and delete featured images across multiple posts with default image assignment.

★ 4.7/5·50K+ installs·Updated 15 Apr 2026
Gold84.5
PW WooCommerce Bulk Edit icon

PW WooCommerce Bulk Edit

Apply changes to multiple WooCommerce products at once instead of editing each individually.

★ 4.9/5·20K+ installs·Updated 22 May 2026
Gold84.0
Bulk Edit Products for WooCommerce – WP Sheet Editor icon

Bulk Edit Products for WooCommerce

Edit multiple WooCommerce products simultaneously using a spreadsheet interface within WordPress admin.

★ 4.9/5·10K+ installs·Updated 9 Jul 2026
Gold80.2
Bulk remove posts from category icon

Bulk remove posts from category

Remove categories from multiple posts simultaneously using the native WordPress bulk editor.

★ 4.6/5·10K+ installs·Updated 14 Jun 2026
Gold75.9
WOLF – WordPress Posts Bulk Editor and Manager Professional icon

WOLF

Edit, delete, and manage multiple posts and pages in bulk from a single interface.

★ 4.7/5·4K+ installs·Updated 13 Jul 2026
Gold75.5
Media Library Helper — Bulk edit image ALT, caption & description icon

Media Library Helper

Bulk edit image alt tags, captions, and descriptions directly from the media library.

★ 4.9/5·10K+ installs·Updated 3 Dec 2025
Gold73.9
Bulk Edit Categories and Tags – Create Thousands Quickly on the Editor icon

Bulk Edit Categories and Tags

Modern Bulk Editor for Blog Categories and Tags, create and edit hundreds of categories in a spreadsheet inside wp-admin. Quick…

★ 4.5/5·3K+ installs·Updated 9 Jul 2026
Gold73.7
Show modified Date in admin lists icon

Show modified Date in admin lists

Show modified date column in the lists of pages and posts in the WordPress admin panel.

★ 4.9/5·6K+ installs·Updated 22 Jan 2026
Gold71.8
Bulk Edit and Create User Profiles – WP Sheet Editor icon

Bulk Edit and Create User Profiles

Modern Bulk Editor for Users and Profiles, create and edit hundreds of users in a spreadsheet inside wp-admin. Quick edits.

★ 5/5·1K+ installs·Updated 9 Jul 2026
Silver68.5
Product Editor Pro – WooCommerce Bulk Edit: Prices, Stock, Images, Titles, CSV Import & More icon

Product Editor Pro

The fastest WooCommerce Bulk Editor: Mass edit prices, stock, titles, images, SKU & categories. CSV import/export. Undo. Save hours every…

★ 4.6/5·1K+ installs·Updated 10 Apr 2026