🎉 Black Friday Sale starts soon! 24 Save the date

0Days

0Hours

0Minutes

0Seconds

Difference between wp_query & wp_the_query

Nov 20, 2019 | WordPress

Difference between wp_query & wp_the_query

Let’s start with the difference between global and $GLOBALS to understand the difference between $wp_query & $wp_the_query.

Global is a keyword which is used to creates global variable. Global variables can be imported into local scope for local scope.

$GLOBALS is a superglobal array that is accessible everywhere without the global keyword, but the significant difference is that it only grants access to that variable we can’t modify it.

In the context of WordPress(reference – wp-settings.php):
$GLOBALS[‘wp_the_query’] = new WP_Query();
$GLOBALS[‘wp_query’] = $GLOBALS[‘wp_the_query’];

$wp_query is the variable that contains the copy of GLOBALS[‘wp_the_query’]. Plugins and themes could modify $wp_query.

$wp_the_query is the variable that contains an original copy of GLOBALS[‘wp_the_query’]. This is used to reset the $wp_query object when we call wp_reset_query() function.

To be conclusive, If you would like to write competent & reliable code, which rarely fails, you should be using $GLOBALS[‘wp_the_query’]. On the other hand, if you believe other plugins and themes are always practicing the correct methodology of programming, you could use $GLOBALS[‘wp_query’].

The revolution will not be televised. Stay updated!

* indicates required
Posted By:
Arif
Dreamer, Schemer, Music & Technology enthusiast. He enjoys building things that speak HTTP. Arif is Development Head at Elicus and has over 13 years experience in the WordPress development industry.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

8 New Divi Image Modules You Can Try in 2026

8 New Divi Image Modules You Can Try in 2026

We are in an era where creativity meets responsiveness, and a positive user experience speaks of the depth, time, and innovation put into a website design.  Users want both high-quality content and visually appealing images, such as the new Divi image modules,...

Best WordPress Black Friday and Cyber Monday Deals in 2025

Best WordPress Black Friday and Cyber Monday Deals in 2025

Welcome to the year’s biggest shopping event for WordPress professionals. This is your once in a year chance to unlock exclusive, limited time discounts on premium WordPress plugins, themes, hosting, and services that deliver faster sites, bullet-proof stores, and top...

Top WordPress Halloween Deals on Plugins, Themes and Hosting in 2025

Top WordPress Halloween Deals on Plugins, Themes and Hosting in 2025

Halloween 2025 is packed with killer discounts for WordPress enthusiasts, especially Divi users. Mix in Divi-specific tools with essential plugins, themes, and hosting to level up your sites at slashed prices. We've rounded up standout offers to help you build faster,...

Divi WooCommerce Extended
The revolution will not be televised. Stay updated!
* indicates required