Forums

Listing post meta data in a list (4 posts)

  1. Jam0r
    Member
    Posted 2 years ago #

    Right, i've got a number of meta data fields including:- result, map, etc.. and would like to list just these on a single page, is this possible?

  2. Oren Yomtov
    Member
    Posted 2 years ago #

    get_post_meta(99,'map',true)

  3. Jam0r
    Member
    Posted 2 years ago #

    Ok, so how do I shove that in a loop for it to only list the meta from each post if it belongs in a certain catid..

    For example, match reports are posted in "Results" and I want to select each post from that group which has meta attached to it, then to display the meta on its own?

  4. Oren Yomtov
    Member
    Posted 2 years ago #

    echo get_post_meta(99,'map',true)

    i dont understand u

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags