• I have a blog with thousands of post where the Google Adsense ads code already embedded on each post. I know that’s not efficient but I’m using a post template so every time the post made, it has ad code included.

    However, the ad code is reported due to boom click event which encourages me to delete or disable the ad. Anyone here knows the right plugin I can use for this issue?

    Thanks!

Viewing 1 replies (of 1 total)
  • If you know regular expressions, you can use Search Regex plugin.
    Or do your own SQL command in phpMyAdmin. This is sometimes better if you have to change special characters that are converted to entities through the admin interface of the plugin. That would look something like
    UPDATE wp_posts SET post_content = replace(post_content, 'ad code', '')

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress plugin to bulk delete in-content element on the posts’ is closed to new replies.