More fields metas in query_posts
-
Is it possible to somehow use the more fields plugin to pull data into my query_posts code?
I want to set a category number in my page, and then have more fields echo it to my query_posts code.
So
<?php query_posts('cat=37&posts_per_page=1'); ?>
becomes something like this:
<?php query_posts('cat=meta("reviewQuote")&posts_per_page=1'); ?>
How would I do this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘More fields metas in query_posts’ is closed to new replies.