• Hello, how are you?

    How do I display the “featured image” in the post list?

    I tried some examples found on the WP Post List website and others here in this support (using “first image” for example), but in neither case did it work as I expected. Because when I add or change the images from the post gallery it affects the post list image. I believe this may be linked to “Orderby”. Does this Orderby field have any options for displaying only the featured image?

    I need to display only the featured image of the posts and it only changes when the featured image changes. It is possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    Hi,

    To display featured thumbnail, use [post_thumbnail] inside the loop. Like –

    [posts]
    [title]
    [post_thumbnail]
    [/posts]

    To display only posts having featured image, go o list edit screen, click on “Posts: Meta Query”, click “+ Add”, enter “_thumbnail_id” in the key column, “=” for the compare column, and leave value empty.

    Thanks.

    Thread Starter Michael

    (@bazzarello)

    Very thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image only’ is closed to new replies.