Jetpack related posts keeps showing old values
-
I’ve migrated old posts along with related posts entries in WP database. These entries were related to old post IDs, so I’ve deleted them using this SQL command:
DELETE FROM wp_postmeta WHERE meta_key = "_jetpack_related_posts_cache";
However, Jetpack still shows the same related posts and keeps populating my database with those old entries in wp_postmeta table. These entries are no longer relevant. Synching does not change this, disconnecting Jetpack and deleting Jetpack plugin does not change this. How can I get Jetpack to acknowledge that these entries are deleted and that it should delete them from its database as well?The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.