• Resolved Reggy

    (@fluxwavez)


    I would like to have the featured image chosen for a post be displayed, in a cropped format, between the headline of a post and its content. My website used to have this implemented, but since upgrading to Hueman Pro, I have been unable to find a proper way to achieve this.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Reggy

    (@fluxwavez)

    I have found that choosing a post’s format to be “Image” will do what I want, inserting the featured image between a headline and the post’s content, however I would need to convert every post on my site to the format “Image” and I do not want to have to do that, and I don’t know what its effect would be on SEO.

    Thread Starter Reggy

    (@fluxwavez)

    The answer to my problem was that I needed to add this piece of code that I was using previously:

    <?php if (has_post_thumbnail()) {the_post_thumbnail(‘full’);} ?>

    And add it not to single.php in Hueman Pro, but to single.tmpl.php.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Including featured image at the top of posts?’ is closed to new replies.