Conversation
supportI 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://wordpress.org/plugins/oik-nivo-slider/
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.
Hi Boone, that’s a nice solution. I should document it.
Great, Thanks.
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.
Hi Boone, that’s a nice solution. I should document it.
Great, Thanks.