No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
You can use 'post_type' => 'any'
for fetching from all post types. See this documentation. http://codex.wordpress.org/Class_Reference/WP_Query#Type_Parameters
Note: It is highly recommended to use WP_Query
rather than query_posts
. https://wordpress.stackexchange.com/a/1755/27998