Tagged Questions
7
votes
1answer
4k views
numberposts? showposts? posts_per_page?
So the documentation on the Codex is pretty clear that showposts is deprecated. But that same documentation mentions nothing of numberposts. Instead, posts_per_page is listed.
But if we turn to the ...
0
votes
1answer
2k views
Sub-loop / nested loops Best Practices
I'm trying sort through the morass that is WP documentation, and just need someone to clear up the use of the term "The Loop" and how it relates to subloops.
My understanding of "The Loop" is that ...
148
votes
3answers
39k views
When should you use WP_Query vs query_posts() vs get_posts()?
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?