Forums

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

Home Forums Back End WordPress 3 Post Thumbnails/Featured Image

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29837
    realph
    Participant

    Does anyone know of any good tuts on Post Thumbnails/Featured Image for WordPress 3.0? The 2.9 tutorials out there are no help because the process seems to have changed.

    I’m trying to set up post thumbnails on a custom theme (Starkers), any idea how I’d do something like this?

    #80958
    doobie
    Member

    add this: add_theme_support( ‘post-thumbnails’ ); to your functions.php. That will enable a dialog in your post (right hand side by default) to attach a featured thumbnail.

    #80980
    realph
    Participant

    Is there a way the featured image can be resized. Like on the blog page (with the rest of the posts) it appears small but on the single posts page it appears full size.

    Blog Page:
    [attachment=1]Screen shot 2010-08-04 at 17.44.43.png[/attachment]

    Single Page:
    [attachment=0]Screen shot 2010-08-04 at 17.44.59.png[/attachment]

    #80999
    realph
    Participant

    No worries! I found an awesome tutorial on the feature and it’s practical uses here: http://www.onextrapixel.com/2010/03/19/ … press-2-9/

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