#Deep Dive into WordPress' WP_Query The Atlanta WordPress Coder's Guild
- Presenters: @mikeschinkel / @wpscholar
- Twitter: @thecodersguild
- Hashtags: #wp_query #awcgs
##Outline
-
Intro
- Review the Outline
- What is
WP_Query
?
-
Overview of WP_Query usage
- GenerateWP.com
- What does
WP_Query
allow querying? WP_Query
allows Subsetting and OrderingWP_Query
allows Hiding and Caching- References
-
Basic
WP_Query
Usage- With The Loop:
- Using directly:
- Automatically used by WordPress on every page load
- Vs.
query_posts()
andget_posts()
-
Intermediate
WP_Query
Usage- Query by Taxonomy Terms:
- Query by Meta Fields
- Using Hooks
-
Advanced
WP_Query
Usage- Optimization
- Modifying SQL
- Caching Queries
- A Best Practice
##Workshop Go here.