• Resolved anonymized-13749270

    (@anonymized-13749270)


    how can i enable single post thumbails in functions.php or anything else? thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    samuel,

    edit content.php line 27 insert the_post_thumbnail()

    <?php if ( is_single() ) : ?>
    				<h1 class="post-title"><?php the_title(); ?></h1>
    				<div class="entry-thumbnail">
    					<?php the_post_thumbnail(); ?>
    				</div>
    		<?php else : ?>
    Thread Starter anonymized-13749270

    (@anonymized-13749270)

    Thank You so much for the php tag ! it worked perfect ! thanks for the amazing support associated to the amazing theme !

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘enable single post thumbnails’ is closed to new replies.