query_posts where custom field is true
-
I’m using the following query:
<?php query_posts( 'orderby=title&order=ASC&meta_key=featured' ); ?> <?php while (have_posts()) : the_post(); ?>
to show only posts where the custom field of “featured” is true.
Except it doesn’t work. Is there any way I can do this?
Thanks in advance for any help
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘query_posts where custom field is true’ is closed to new replies.