• I bulked edit content post wordpress with mysql, but website not display content I edited in mysql. I must press button “Update”, content will effect. How to do action refresh all post, I don’t need button “Update” for per post?

    Please help me !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jay

    (@jaygumanid)

    It sounds like you are making changes to your WordPress posts directly in the MySQL database, and then when you visit the site, the changes are not immediately reflected. In order to see the changes you have made, you need to click the “Update” button for each post.

    If you want to refresh all of the posts on your site at once, without having to click the “Update” button for each one, there are a few things you can try:

    You can try using a plugin like “WP-Optimize” or “WP Fastest Cache” to clear the cache on your site. This can sometimes help to refresh the content and make the changes you made in the database more visible.

    You can also try manually purging the cache on your site. Depending on your hosting provider and the caching plugin you are using, you may be able to do this through the hosting control panel or by accessing the plugin’s settings.

    If you are using a caching plugin, you can try disabling it temporarily to see if that helps the changes you made in the database to be more visible.

    If none of the above solutions work, you may need to consider manually updating each post by clicking the “Update” button. Alternatively, you could try using the WordPress REST API to update the posts in bulk, rather than making the changes directly in the database.

    I hope this helps! Let me know if you have any other questions.

    Thread Starter sg24technology

    (@sg24technology)

    Only option ” clicking the “Update” button ” to effect, do you have other solutions?

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bulk edit content post wordpress with mysql’ is closed to new replies.