Simple query_posts / meta_compare question.
-
<?php query_posts($query_string . '&meta_key=type&meta_compare=>=meta_value=$hello'); ?>What’s wrong with that code? It doesn’t work. Neither does the following.
<?php query_posts($query_string . '&meta_key=type&meta_compare=>=meta_value=' . $hello); ?>Thanks so much!!
The topic ‘Simple query_posts / meta_compare question.’ is closed to new replies.