how can i show only the posts that have the post_meta ICON=01.gif ?
how can i show only the posts that have the post_meta ICON=01.gif ?
Is the template tag, query_posts(), Custom Field Parameters, example of query_posts('meta_value=ICON=01.gif '); sufficient?
Note: good work on all the conditional tags in Codex!
thanks!
fixed code:
query_posts('meta_key=ICON&meta_value=01.gif');
This topic has been closed to new replies.