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?
|
|
||||
|
|
|
|||||||||||||||||||||
|
|
The basic difference is that
On the other hand, I tend to use |
|||
|
|
|
If I recall reading right, essentially "the loop" is doing WP_Queries in the core files, but in an easier to understand way. |
|||
|
|
protected by kaiser Feb 11 at 17:08
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
