the_meta and custom feilds
-
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 onThe 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!
- The topic ‘the_meta and custom feilds’ is closed to new replies.