WP_Query inside WP_Query
-
Hello all,
I’ve got a couple custom post types, one that creates a JS accordian and one that stores project details. Within the query that builds the accordian, there needs to be another query to get the ‘featured’ post (meta field checkbox).
Problem is that I can’t get the wp_query inside another wp_query to work. Tried all kinds of reset_query, rewind_query, query_posts instead of wp_query and so on.
Anyone have any ideas? Would be most appreciated! Code…
[Code moderated as per the Forum Rules. Please use the pastebin]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WP_Query inside WP_Query’ is closed to new replies.