Return a group of custom fields
-
I am using the Types plugin.
I’d like to return custom fields, but I don’t want to have to call them each by their ID, as I want to add extra custom fields in the Dashboard, and then automatically pull them all in as I add more.
<?php the_meta(); ?>Was my first thought, but I don’t want to return ALL the keys and values on the page, just rather a group of them from the types plugin.
I hope this makes sense. Doing my nut in a bit.
The topic ‘Return a group of custom fields’ is closed to new replies.