So I need some Custom Fields to show up on my Portfolio detail page. I would like to position the front end info of those fields inside my page layout. Is there any way of doing this?
I must say I’m really new to Custom Fields. What I did so far was installing Simple Fields plugin to create my new fields for the Portfolio section. I’ve done this successfully and they are visible in the back end. I can add the necessary info. Yet, I have no clue whatsoever of how I am supposed to make this info visible on the website, let alone put it inside my portfolio page layout.
The Simple Fields plugin shows me this info below the Custom Fields:
Meta key: _simple_fields_fieldGroupID_2_fieldID_1_numInSet_0
Slug: customer-website
Thanks in advance
Hi DavyE,
If you aren’t familiar with php you will probably want to have a freelance developer add this kind of thing in. This is the gist of what you would be doing: http://codex.wordpress.org/Custom_Fields
So you would modify the includes>loop-portfolio-single.php file to output your custom fields wherever you wanted them to appear.
Regards,
Devin