• devanie.mcc

    (@devaniemcc)


    Hi I am looking to remove the featured image from the single post, I would like it to stay on my home page as a featured image, and when you click the post the featured image goes away.

    Using Konmi theme.

    http://www.devaniemccartney.com

Viewing 1 replies (of 1 total)
  • If there is a theme option built in, that would be the first place to check

    Another possibility would be to:

    create a child theme and activate it,
    https://codex.ww.wp.xz.cn/Child_Themes

    copy the file single.php from the parent theme to the child theme, and then

    edit the child single.php file to comment the featured image code: on lines 22 and 58 there is code like this:

    <?php the_post_thumbnail(); ?>

    Both places, make it like this:

    <?php // the_post_thumbnail(); ?>

Viewing 1 replies (of 1 total)

The topic ‘Remove Featured Image – Konmi Theme’ is closed to new replies.