• Hi There,

    How to remove featured image that appears on the top on every post, i’d like the small thumnail image on main page and would like to remove the large image that appears on the top, singlepost.php has the following code ” `<?php get_header(); ?>

    <div id="content">
    
    			<div class="post-box">
    
    				<?php get_template_part('loop', 'single'); ?>
    
    			</div>
    
    		</div>
    
    		<?php get_sidebar(''); ?>
    
    <?php get_footer(); ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    and there’s another file called loop-single.php, here is the link for that file.

    Any help will be greatly appreciated

    Thank you

    [Moderator Note: No bumping. If it’s so urgent that you cannot even wait 15 minutes, consider hiring someone instead.]

  • The topic ‘How to disable featured image from every post’ is closed to new replies.