• Resolved johnzoro

    (@johnzoro)


    I may be being a bit of a noob here, so please forgive me if this question is stupid.

    I have my posts page on my page “blog”

    https://pubshed.co.uk/blog/

    It lists the most recent posts but no image.

    I’m guessing each post would need to have a “featured image” in order for the image to show, but am I missing something else?

    Is this is a wordpress issue i’m having or is it related to the theme??

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    That’s correct, you’d need to set the featured image to show an image on the posts page: https://generatepress.com/knowledgebase/featured-images/

    Thread Starter johnzoro

    (@johnzoro)

    I have set the featured image though

    Could I be running in to problems if the featured image size is too big or too small or the dimensions are wrong?

    Theme Author Tom

    (@edge22)

    You have this custom CSS:

    article .post-image, article .page-header-image-single {
        display: none;
    }

    This selector is hiding the featured image: article .post-image

    Thread Starter johnzoro

    (@johnzoro)

    ok yeah wow that’s fixed it.

    is there a way to make it a fixed size image?

    Theme Author Tom

    (@edge22)

    The easiest way is using our Blog add-on (Customize > Blog > Post Images).

    Otherwise you would need to use PHP.

    beatshach

    (@beatshach)

    Hi Tom,
    I am having a similar issue with featured image, I have a set of posts (book description and featured image per post) and a set of pages (book review and featured image per review)both pages and posts have the same settings. When a single book description (post) is clicked post hides featured image but when the same action is applied to book review (page) the featured image stays above the page.
    I have the same image set as featured that is included in the book description and the review.
    I also have hide featured image plugin enabled.
    I have tried with all plugins disabled but still the same issue.
    Any thoughts?
    Regards
    Bob

    Theme Author Tom

    (@edge22)

    Hi Bob,

    Any chance you can link me to the problem page so I can check out the code?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Posts Page’ is closed to new replies.