• Resolved russellhaskins

    (@russellhaskins)


    I have already figured out the code to remove the featured image from the post page but I’m not sure where/what code I need to edit to remove the FI from showing up on the blog page?
    I mainly only want the FI to show up on the slider and for link snippets.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Pedro Pinto

    (@pintomena)

    Go content-excerpt.php file and delete this code:

    <?php if ( has_post_thumbnail()) : ?>
    	<a href=&quot;<?php the_permalink(); ?>&quot; title=&quot;<?php the_title_attribute(); ?>&quot; >
    		<?php the_post_thumbnail(); ?>
    	</a>
    <?php endif; ?>
    Thread Starter russellhaskins

    (@russellhaskins)

    Awesome! Thanks for the quick response! And thanks for the great theme!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove featured image from blog page’ is closed to new replies.