I posted the issue at the Theme website too.
I’m testing the theme on virtual server so I have no public access URL.
I would like to know if somebody came across this issue before.
Does theme even control these core functions? i thought that this will be functionality that themes avoid and keep the standardized WordPress functions.
I’m using the Flex theme.
I tried to change the theme back to Twenty Eleven and switch the plugins off, but every time I insert the image the system add 2 more to the post.
Hello,
Thank you. That’s exactly what I needed.
<?php ! isset ( $loop_first ) and the_post_thumbnail(); $loop_first = 1; ?>
This loop do the trick.
Thank you