Anonymous User
(@anonymized-20801613)
Looks like something updated the database table with articles in it. If you did not do it manually, it was done by some code/custom plugin/theme.
Do you have any database backup so you could revert back on staging/test or try to import it into a custom database and check with phpMyAdmin or similar?
ChatGPT gives you a guide you on how to perform these actions:Reverting Database on Staging/Test Environment:
- Create a Backup:
- Before making any changes, ensure you have a recent backup of your production database.
- Copy to Staging/Test:
- Copy your production WordPress installation and database to your staging or test environment. This could involve duplicating files and importing the database.
- Update Configuration:
- Update the wp-config.php file in your staging/test environment to point to the copied database.
- Testing:
- Test your staging/test environment to ensure that it replicates the issue.
Importing into a Custom Database and Checking with phpMyAdmin:
- Export Database:
- Use the export feature in phpMyAdmin or a similar tool to export your WordPress database.
- Create a Custom Database:
- In phpMyAdmin, create a new empty database.
- Import Data:
- Import the exported SQL file into the new custom database.
- Check Data:
- In phpMyAdmin, browse the tables in the custom database, particularly the wp_posts table, and examine the modification date values.
Remember, when dealing with databases, it’s crucial to be cautious and have recent backups in case anything goes wrong. If you’re not comfortable with these tasks, consider seeking assistance from a developer or a technical expert to ensure a smooth process and prevent data loss.
Example: 2023-12-21 15:40 +00:00 (Last Modified, as seen in sitemap). I tried more sitemap plugins to cross-check/be assured and it shows same.
Does this match the modified time for the specific post?
(I don’t mean when you last manually modified the post. Check the Date column of the All Pages/Posts screen for the modified date/time. If you’re using an SEO plugin, the modified time should also be generated as part of the open graph meta tags.)
Will changing author via a plugin do this.
Possibly.
Thank you @rokmeglic
I do have backup, Need to check on same.
Thank you @gappiah
I checking inside the DB via PHPMyAdmin and yes all the posts Modified date was changed in a loop with in few seconds to a mintute most.
<meta property=”og:updated_time” content=”2023-12-21T10:40:18-05:00″ /> as pulls from same source.