Tagged Questions
9
votes
1answer
2k views
Alternative to query_posts for main loop? [duplicate]
Possible Duplicate:
When to use WP_query(), query_posts() and pre_get_posts
I just noticed today that the documentation for query_posts() mentions some "disadvantages" of using query_posts ...
0
votes
3answers
101 views
Codex Version Focus on Production or Nightly?
The function get_users_of_blog() is to be deprecated in WP 3.1.0 but the current production release is 3.0.5.
Does it make since to have the documentation reflect a nightly change when the ...