• Tried to display my featured image in the actual post. At the moment it is just shown as thumbnail on the main page.

    I set default post format already on “image”, but nothing changed.

Viewing 1 replies (of 1 total)
  • Thread Starter sunsail

    (@sunsail)

    Through adding

    <?php
    if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
    the_post_thumbnail( 'full' );
    }
    ?> 

    in the single.php I manage at least to show it in the post, but it is displayed before the title. I want to display it behind the title.

Viewing 1 replies (of 1 total)
  • The topic ‘Display featured image in post’ is closed to new replies.