Do you mean the values, or the actual fields? Not sure what you’re trying to do.
Thanks for the reply Mike, I’ve been back though lots of pages and seen you’ve been helping people for over a year! that’s crazy and you deserve a beer!
When you create extra fields using the extra fields plugin, I’d like to display them like this in a widget on the jobs listing page.
Widget Title : My Personal Profile
Name : _meta_job_age
Age : _meta_
Height _meta_job_height
The custom widget which outputs works fine but is there anyway to display text before the output of the meta’s and do more then 1 at a time?
like so http://i377.photobucket.com/albums/oo217/EvolutionSik/widget_zpstsvc994d.png
We don’t provide a widget for outputting data so It may be part of the theme.
If you wanted to create a custom widget: http://www.wpbeginner.com/wp-tutorials/how-to-create-a-custom-wordpress-widget/
Or you could edit the sidebar.php template in the theme directly. Outputting the data itself would be possible with this function:
http://codex.ww.wp.xz.cn/Function_Reference/get_post_meta