Notifications
Clear all
Topic starter 30/10/2024 7:34 pm
When to use WP_Reset_Query?
Topic starter 30/10/2024 7:34 pm
This should be used after query_posts() and before another query_posts() . This will remove obscure bugs that occur when the previous WP_Query object is not destroyed properly before another is set up.