Forums

Featured Image won't appear when defined as "Post Page" Front Page Display in 20 (5 posts)

  1. stooshy
    Member
    Posted 1 year ago #

    When "Front Page Display" is set to "Your Latest Posts" or if I choose the "Post Page" in the Static Page Option then my Featured Image doesn't show up and instead the Twenty Ten Default Image stays there. It is not a problem with the Image because if I remove that page from the definition of "Post Page" the Featured Image shows up fine. Also, if you comment on the page the comment page that appears shows up with the Featured Image intact.

    Can anyone solve this?

  2. Jackson Murphy
    Member
    Posted 1 year ago #

    I'm looking for the solution to this too :)

    I can hard-code an image in there... but I'd like to be able to use the Featured Image on the page defined as the Posts Page (in the Reading Settings)

    Also Custom Fields don't seem to work right for that page.

  3. stooshy
    Member
    Posted 1 year ago #

    Any new with a solution for this??

  4. dwcouch
    Member
    Posted 6 months ago #

    Try this. I'm using Featured Image as a header image.

    [Code moderated as per the Forum Rules. Please use the pastebin]

  5. dwcouch
    Member
    Posted 6 months ago #

    For others not using the same theme as @stooshy this assumes you've added 'Featured Image' (or it was already added to your theme's functions.php

    /* --[ Featured Image for Post and Page ]-- */
    add_theme_support( 'post-thumbnails', array( 'post', 'page' ) );

Topic Closed

This topic has been closed to new replies.

About this Topic