Tagged Questions
0
votes
1answer
164 views
get_posts() and global variables
I was reading this post: When should you use WP_Query vs query_posts() vs get_posts()?, which seems to have become the go-to post for understanding the difference between the different functions for ...
4
votes
2answers
3k views
query_posts() in function makes global $wp_query out of sync?
This has me stumped for a while already. Either I am missing something very obvious or something very not obvious. I am also not entirely sure if this has something to do with WP or purely PHP ...