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.
Pippin Williamson answers:
Add this to your style.css
.entry-content a.flickr-image img {
display: none;
}
That will get rid of it.