Support » Themes and Templates » Displaying Specific Meta Data

  • I am trying to display only certain custom feilds in my template as some of my posts have custome fields that i don’t want to display. the_meta() just displays them all and I have tried the get_post_meta and get_post_custom_key/value from the codex, but could not get it work.

    suppose I want to get the following keys and values:
    key : Value
    Price: $XXXX
    Schedule; XXXXXXx
    Difficulty: XXXXXXX

    how would I go about doing this?

  • The topic ‘Displaying Specific Meta Data’ is closed to new replies.