Forum

When to use WP_Rese...
 
Notifications
Clear all

When to use WP_Reset_Query?


(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4277
Topic starter  

When to use WP_Reset_Query?


   
Quote
(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4277
Topic starter  

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.


   
ReplyQuote
Share: