Antenna Theme – featured image issue

  • Unknown's avatar

    Hi, i dont undestand what happen, but it need to add the featured image to can see the image on the Hompage, but when you open the post, u see the fetaured image + the image, so i have 2 same image inside the post.

    How can i do to fix it?

    thanks

    The blog I need help with is: (visible only to logged in users)

  • If you only want an image showing in the featured-image position, remove the image from within the post editor itself, so it’s only present in the featured-image slot.

    Here’s a screenshot from the WP Admin post editor, it will be similar in the new editor: https://cloudup.com/c9yyWcnDpv2

  • Unknown's avatar

    ok, i wil do. But it all left the featured image, do u have idea how can i do to centre the feature image inside the post?

    actually not still use the Antenna theme, because i need to understa how can i do to fix.

    Thanks

  • Unknown's avatar

    but i think it not a good thing use only the feature image, because if will change again template, i have all post without the image.

  • Unknown's avatar

    Hi, if you wish to insert your image both as a featured image and in the body of the posts, you can use the following CSS to hide the featured image on single post pages.

    .single .img-featured.img-responsive {
        display: none;
    }
  • The topic ‘Antenna Theme – featured image issue’ is closed to new replies.