• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • get_post_meta(99,'map',true)

    Thread Starter jam0r

    (@jam0r)

    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?

    echo get_post_meta(99,'map',true)

    i dont understand u

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Listing post meta data in a list’ is closed to new replies.