Hi,
Thanks for replying! I have added the image as the featured image of the page.
I have found page.php in my documents but I can’t find where the title is displaying…
Should I edit something here?:
<!--PAGE CONTENT START-->
<div class="single_post_content">
<!--THE CONTENT START-->
<div class="thn_post_wrap">
<?php the_content(); ?>
</div>
<div style="clear:both"></div>
<div class="thn_post_wrap wp_link_pages">
<?php wp_link_pages('<p class="pages"><strong>'.__('Pages:', 'optimizer').'</strong> ', '</p>', 'number'); ?>
</div>
<!--THE CONTENT END-->
Thanks again!