What is the difference between wp_reset_query() and wp_reset_postdata() in wordpress?
Answer / Ashok Rajput
wp_reset_query() resets the global query object, such as $wp_query, to its initial state after a custom query has been run. On the other hand, wp_reset_postdata() resets the global post data object and rewinds the current post loop back to the beginning. In short, use wp_reset_query() when you want to change the main query on your WordPress site, and use wp_reset_postdata() when you need to iterate through a custom query.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I host my wordpress website for free?
What is a custom field in wordpress?
What does private mean on wordpress?
What is a wordpress menu?
Can you do ecommerce on wordpress?
How safe is your website on wordpress?
How to add option for open menu item in new tab?
What is the difference between character 23 and x23?
What are meta-tags in wordpress?
Does wordpress have a database?
Can I reinstall wordpress without losing content?
What is wordpress used for?