Full width featured image

Viewing 3 posts - 1 through 3 (of 3 total)
  • #2936
    dhigger
    Participant

    Great theme, thanks.
    I see that in your demo, a post’s Featured Image is full width, and the entry-meta data is down by the comments.
    I can’t see an option to achieve this is 1.0.8. Am I missing it?
    If not could you indicate how to achieve that?

    Many thanks
    Dave Higgins

    #2937
    dhigger
    Participant

    So here’s how I did it.

    In Dashboard > Appearance > Editor, content.php
    replace
    [code]<?php the_post_thumbnail( ‘single-thumb’ ); ?>[/code]
    with
    [code]<?php the_post_thumbnail( ‘attachment-thumb’ ); ?>[/code]

    Dave

    #2938
    dhigger
    Participant

    ok, as above, but without the back-slashes which were added by the comment system

Viewing 3 posts - 1 through 3 (of 3 total)

Tagged: 

You must be logged in to reply to this topic.