• I have a slider that is feeding posts from a category, I was hoping for a way to exclude posts WITHOUT featured images without having to manually add or exclude post ids? perhaps a way to run the post ids against “has_post_thumbnail”

    [nivo post_type="post" category="1" numberposts=4 ]

    Thanks

    https://ww.wp.xz.cn/plugins/oik-nivo-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter boonesimpson

    (@boonesimpson)

    Found a solution for those who find this in the future

    You can use the meta_key argument

    [nivo post_type=”post” category=”1″ numberposts=4 meta_key =’_thumbnail_id’]

    Will only grab 4 posts from category 1 that has a thumbnail.

    Plugin Author bobbingwide

    (@bobbingwide)

    Hi Boone, that’s a nice solution. I should document it.

    Thread Starter boonesimpson

    (@boonesimpson)

    Great, Thanks.

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

The topic ‘Exclude posts without thumbnail?’ is closed to new replies.