• Hello, we recently moved our site to a sub-domain of the original url, the images that were uploaded previously no longer apear in the coments. Is there a way I can fix this?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author WP Puzzle

    (@wppuzzle)

    @lewisjohnwalker

    Install and activate this plugin. Reload page and deactivate the plugin. You can delete the plugin after all actions.

    This plugin deleting comment meta fields with old images URLs. New URLs will be generate automatically from image ID that CIR also saves in separate meta fields.

    Another way is run this SQL snippet with phpMyAdmin:

    DELETE FROM wp_commentmeta WHERE meta_key = 'comment_image_reloaded_url'

    • This reply was modified 7 years, 6 months ago by WP Puzzle.
Viewing 1 replies (of 1 total)
  • The topic ‘Change of site URL’ is closed to new replies.