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?
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?
get_post_meta(99,'map',true)
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
This topic has been closed to new replies.