Wordpress - Custom Theme Development
How can you modify the main query on the homepage to show only posts from the 'featured' category without creating a new WP_Query?
pre_get_posts action hook.query_posts() replaces the main query but is discouraged; creating new WP_Query or get_posts() does not modify the main query.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions