• Hi there I’m having trouble deleting a post image thumbnail, it’s appearing twice on the following post, can you advise?

    Link

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You are experiencing this because you might have called the featured image twice in your theme’s single.php file.

    If you can share the code, I can help you with the part that you need to remove in order to fix this.

    Thread Starter brewrecords

    (@brewrecords)

    Sure thing, here is the code:

    <?php
    $post = $wp_query->post;
    
    if (in_category('bands')) {
    	include ('bands.php');
    	return;
    
    } else { ?>
    	<?php include ('zingle.php');?>
    <?php } ?>

    Thread Starter brewrecords

    (@brewrecords)

    Can you help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove thumbnail from post?’ is closed to new replies.