It seems like half the tutorials in the codex and around the blogosphere use query_posts() and half use WP_Query. What's the deal?
| ||||
|
feedback
|
I want to stress that
| |||||||||||||||||
feedback
|
|
The basic difference is that
On the other hand, I tend to use | |||
|
feedback
|
|
If I recall reading right, essentially "the loop" is doing WP_Queries in the core files, but in an easier to understand way. | |||
|
feedback
|
