When i insert an image on a page an enlarged 2nd version of that image appears top of page
Happens regardless of whether image is uploaded, inserted from URL, or image links settings (Custom URL, Media File, None etc)
Doesn’t happen for posts, just pages.
eg **http://livedealer.org/dev/test/**
help appreaciated
cheers
Did you set this image as post thumbnail (featured image)? If you want to get rid of the post thumbnail on pages open up wp-contentthemesenfoldincludesloop-page.php and replace
if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";
with
//if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";