How to show featured image in article?

  • Author
    Posts
  • #62224

    Featured images show on the front page, but not in posts themselves. This bit from style.css seems to be responsible:

    .schema-image {
        display: none;
    }

    Right now I force thje images to be displayed by adding custom css:

    .schema-image {
        display: block !important; 
    }

    But is this intentional? What is the “official” way of having a featured image displayed in the post?

    (Also, what is the recommended/optimal size or size ration for featured images?)

    • This topic was modified 6 years ago by marek.
    #63364
    Zed
    Cryout Creations mastermind

    The theme does not display featured images on the single article view. For that section the image can be inserted directly in the content (at the desired location).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to show featured image in article?’ is closed to new replies.