Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Featured image not appearing (Starkers WP theme)

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33440

    I am trying to use the featured image. Looks like I sucessfuly loaded it in the backend. Why is it not appearing?

    http://aaronheine.com/videography-tips/

    I tried this…

    add_theme_support( 'post-thumbnails' );

    set_post_thumbnail_size( 649, 245, true ); // default post thumbnail size with a hard crop
    // use "false" for soft crop, or box resize mode

    #83442
    chrisburton
    Participant

    In your admin panel, did you set the featured image on the post and include it in the loop?

    #83426

    Ok that got it thanks. Didn’t know I had to do that.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.