• How to remove featured image from post, i want to show featured image just in homepage and category and tag arhives not before post title

Viewing 4 replies - 1 through 4 (of 4 total)
  • bigswp

    (@bigswordpress)

    What theme are you using?

    Thread Starter oblanda004

    (@oblanda004)

    pinbin

    i want to remove featured pics from single post

    bigswp

    (@bigswordpress)

    Yes that is why I am asking you what theme you are using. They have likely coded it directly into your theme (template)

    berthok

    (@berthok)

    I have an inelegant solution for this:

    Open up the single.php file in an editor.

    Comment out the following line of code.

    <div class=”pinbin-image”><?php the_post_thumbnail( ‘detail-image’ ); ?></div>

    Should look like this when you’re finished:

    <!–<div class=”pinbin-image”><?php the_post_thumbnail( ‘detail-image’ ); ?></div>–>

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