How to update all wordpress pages with current date updated?

You can choose any method to update the last modified date with current date.

  1. Without a WordPress Plugin
  2. With a WordPress Plugin
  3. Manually Update each post 1 by 1

Without a WordPress Plugin:

Add the following code to your theme’s functions.php file or use a custom functionality plugin.

 

With a WordPress Plugin:

  1. Install and activate a plugin like “Bulk Page Updater” or “Bulk Page Edit.”
  2. Go to the plugin settings.
  3. Select the pages you want to update.
  4. Set the new modification date to the current date.
  5. Save the changes.

Manually Update each post 1 by 1:

  1. Go to your WordPress dashboard.
  2. Navigate to “Pages.”
  3. Edit each page individually.
  4. Change the “Last Modified” date to the current date.