Hi Hal
thanks for your swift reply. I have had a look at the single.php file in my theme, but I can’t see anything in the code about post_thumbnal. I have put the code below from the file:
<div id=”primary” class=”content-area”>
<div id=”content” class=”site-content” role=”main”>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘single’ ); ?>
<?php if( siteorigin_setting(‘navigation_post_nav’) ) vantage_content_nav( ‘nav-below’ ); ?>
<?php if ( comments_open() || ‘0’ != get_comments_number() ) : ?>
<?php comments_template( ”, true ); ?>
<?php endif; ?>
<?php endwhile; // end of the loop. ?>
</div><!– #content .site-content –>
</div><!– #primary .content-area –>
I tried setting up an account on https://gist.github.com/, but couldn’t work it.