hide featured image?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #297731
    Juan Pablo Barbieri
    Participant

    good afternoon; My question is the following. How I can hide the featured image in a post?
    I hope you understand, thanks and greetings.

    #300847
    J. Davis
    Keymaster

    Hi Juan,

    In order to hide the featured image from the post you should
    – install Child theme we prepared here.
    – activate child theme
    – go to server and copy wp-content/emmet-lite/content-single.php file to wp-content/emmet-child/ folder
    – open it with text editor and comment this line <?php mp_emmet_post_thumbnail($post, $emmetPageTemplate); ?>.
    The line should look like this
    <?php //mp_emmet_post_thumbnail($post, $emmetPageTemplate); ?>
    – save the changes and upload modified file to server (child theme folder)

    Best regards,
    John

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.