• stooshy

    (@stooshy)


    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?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Jackson Murphy

    (@jacksonm2factorycom)

    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.

    Thread Starter stooshy

    (@stooshy)

    Any new with a solution for this??

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

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

    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' ) );
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured Image won't appear when defined as "Post Page" Front Page Display in 20’ is closed to new replies.