The global variable posts stores the results of a Wordpress query as a single dimensional array. It is set in the method register_globals() of class WP.
Plugin and theme developers can use this global variable to access results of the query outside the loop.
Back to full list of global variables.
Technorati tags: posts.


