Tagged Questions
2
votes
2answers
666 views
Can I exclude a post by meta key using pre_get_posts function?
I see many people prefer to use pre_get_posts hook instead of query_posts. The code below works and shows all posts which have meta key "featured"
function featured_posts( $query ) {
if ( ...