Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Autofocus+ theme and removing duplicate image WordPress

  • SOLVED

On my wordpress photoblog, [[LINK href="http://sabsong.com"]]world of sabee[[/LINK]]
I am using Autofocus+ as the theme.
Finding that each posting duplicates the inserted image.

When Image is inserted via upload to media gallery - Large image at top and smaller directly below
Post titled 233 is an example.

My preference is to use the Flickr plugin to insert images into the post - This is results in 2 identical images one on top of the other. Post titled 235 is an example.

I am looking for solutions to remove the duplicate image.
Also would like to edit font size on the posts.

Answers (1)

2010-08-22

Pippin Williamson answers:

Add this to your style.css


.entry-content a.flickr-image img {
display: none;
}


That will get rid of it.