Forums

[resolved] query based on post_meta (4 posts)

  1. ramiy
    Member
    Posted 8 months ago #

    how can i show only the posts that have the post_meta ICON=01.gif ?

  2. MichaelH
    moderator
    Posted 8 months ago #

    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!

  3. ramiy
    Member
    Posted 6 months ago #

    thanks!

  4. ramiy
    Member
    Posted 6 months ago #

    fixed code:

    query_posts('meta_key=ICON&meta_value=01.gif');

Reply

You must log in to post.

About this Topic