Quantcast
Channel: When should you use wp_reset_postdata vs wp_reset_query? - WordPress Development Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Jacob Peattie for When should you use wp_reset_postdata vs...

wp_reset_postdata() resets the value of the global $post variable to the post property of the main query, which will be whatever post the main query was last on. You would do this if you had used...

View Article



When should you use wp_reset_postdata vs wp_reset_query?

Seems like half the tutorials in the Codex use wp_reset_postdata() and half use wp_reset_query(). What's the deal? Maybe Use both of them? What about rewind_posts()? I am asking for an answer based on...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images