Tagged Questions
1
vote
2answers
535 views
Only retrieve posts where post_excerpt has been filled out
I'm trying to use get_posts to only return posts that have an excerpt. Done lots of searching and have been trying to use "posts_where" filter on the query but my SQL is lacking. This is what I'm ...