Updates made to the database are not displayed on the pages
-
Hi !
I updated the {prefix} _postmeta table to replace “2020” with “2021” in each title with this query:
UPDATE {prefix} _postmeta SET meta_value = REPLACE (meta_value, 2020, 2021) WHERE meta_key LIKE _yoast_wpseo_titleI can see the new titles in the database and at the bottom of the post editor.
But on the pages, it still shows 2020.
This only changes if I click Update in the post editor.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Updates made to the database are not displayed on the pages’ is closed to new replies.