Skip to content
WordPress.org
WordPress.org
Plugins
Themes
Patterns
Learn
Support
Documentation
Forums
News
About
Get Involved
Five for the Future
Showcase
Mobile
Hosting
Openverse
Get WordPress
Search
Get WordPress
Codex
Codex tools:
Log in
Interested in functions, hooks, classes, or methods? Check out the new
WordPress Code Reference
!
Template:Query Tags
Articles
Article:
The Loop
- A basic overview of its use of query within the WordPress loop.
Article:
Query Overview
- Explanation of how to determine which queries generate WordPress.
Article:
Customizing Queries via Hook
Article:
View Articles MYSQL query using custom
Article:
Build advanced queries on Taxonomies
Article:
Build custom query using Offset and pagination
Code Documentation
Class:
WP_Query
- Detailed Overview of class WP_Query
Class:
WP_Comment_Query
- Class for comment-related queries
Class:
WP_User_Query
- Class for user-related queries
Object:
$wpdb
- Overview on the use of the $wpdb object
Function:
set_query_var()
Function:
get_query_var()
Function:
query_posts()
- Create additional custom query
Function:
get_post()
- Take an ID of an item and return the records in the database for that article
Function:
get_posts()
- A specialized function that returns an array of items
Function:
get_pages()
- A specialized function that returns an array of pages
Function:
have_posts()
- A condition that determines whether the query returned an article
Function:
the_post()
- Used to automatically set the loop after a query
Function:
rewind_posts()
- Clears the current loop
Function:
setup_postdata()
- Sets the data for a single query result within a loop
Function:
wp_reset_postdata()
- Restores the previous query (usually after a loop within another loop)
Function:
wp_reset_query()
Function:
is_main_query()
- Ensures that the query that is being changed is only the main query
Action Hook:
pre_get_posts
- Change WordPress queries before they are executed
Action Hook:
the_post
- Modify the post object after query
Filter Hook:
found_posts
- Changes the value of the object found_posts WP_Query
Home Page
WordPress Lessons
Getting Started
Working with WordPress
Design and Layout
Advanced Topics
Troubleshooting
Developer Docs
About WordPress
Codex Resources
Community portal
Current events
Recent changes
Random page
Help