#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_Queryallow querying? WP_Queryallows Subsetting and OrderingWP_Queryallows Hiding and Caching- References
-
Basic
WP_QueryUsage- With The Loop:
- Using directly:
- Automatically used by WordPress on every page load
- Vs.
query_posts()andget_posts()
-
Intermediate
WP_QueryUsage- Query by Taxonomy Terms:
- Query by Meta Fields
- Using Hooks
-
Advanced
WP_QueryUsage- Optimization
- Modifying SQL
- Caching Queries
- A Best Practice
##Workshop Go here.