• I created only 1 page that had custom fields. On that template page, I have all the content from the custom fields shown in a nice and clean ul. My question is am I able to limit the number of custom keys/values for one list and then place another limit on another list?

    Example:
    24 custom fields. Keys look like this:
    $key = Hourly Rate
    $key = Full Day Rate
    and so on

    $value = $10
    $value = $20 and so on

    The first 12 chunks of key/values are associated to Day Rates and the last 12 are Weekend Rates. I want to create 2 lists. One showing all the Day Rates and the other showing only the Weekend Rates.

    Are there any arguments I can pass within the_meta(); or do I have to dig into learning how to grab get_the_meta();

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the_meta and custom feilds’ is closed to new replies.