Hi All, I am working on creating a table of contents for a paper magazine that is transitioning to web. What I want to do is use a page 'custom field' to modify the query_posts arg to focus on a single magazine issue category and then uses that query to call the three loops for the three base magazine categories and their children categories/posts.
In Summary: Is there a way to get custom field meta out of a page and into query_posts?
I am working on creating a table of contents for a paper magazine that is transitioning to web. What I want to do is use a page 'custom field' to modify the query_posts arg to focus on a single magazine issue category and then uses that query to call the three loops for the three base magazine categories and their children categories/posts.
In Summary: Is there a way to get custom field meta out of a page and into query_posts?
Returns posts with a custom field key of 'color', regardless of the custom field value:
Returns posts where the custom field value is 'color', regardless of the custom field key:
issue_num is the magazine issue number, 20 is catalogue number for featured articles.