• Hello! So I accidentally uploaded my comic images into the “post section” along with the featured image section. I was not aware that the featured image section was all that I needed and now I have double images of my comics in each “page”. An example can be found here:http://revfitz.com/comic/issue347/ This would not be a big deal if I did not do this to almost 400 comics. To be clear, this is not an issue of the featured image showing up twice, but rather both the featured image and an image in the post section. Is there a way to remove these in bulk?

    Also: Comic Easel is great! I am a huge fan of it and love the plugin, thank you!

Viewing 1 replies (of 1 total)
  • Ooh, that’s a nasty one!

    There may be a plugin to clean up posts in bulk, but short of that you can at least hide the images with some css. Just add this line to your css sheet (or, if your theme has a section for extra css, there):

    .entry-content img { display:none; }

    This should hide all images within that class, which is the class for the posts. Mind you, that’s all images, so if you have images you want to show in the posts, you’ll have to add some css like ‘style=”display:block;”‘ to their tags to overrule the posts’ css.

    I’d still recommend cleaning up the posts eventually, but this way you can take your time.

Viewing 1 replies (of 1 total)

The topic ‘Remove images in post area.’ is closed to new replies.