Hi, I have a client who has an existing site using your Flexform theme.
I have a testing site at http://50.6.112.103/ where I’m running a copy of thier live site and I’m develeoping new features.
We are wanting to add the ability for my client’s customers to create a post that contains custom fields i.e Goals, Commitments, Strengths, etc. This post (and further posts) will show on their profile page and they will have the ability to edit these posts. (see a mockup @ http://50.6.112.103/properos-diversity-and-inclusion-embedding-tool-mockup-post/ )
I’m hoping to setup a front end ‘create a new post’ page using Gravity Forms and lock down the admin area for back end access to edit these posts.
I have used a plugin called wp-types to create a new post type and custom fields. https://wp-types.com/home/types-manage-post-types-taxonomy-and-custom-fields/
So far so good.
What I’m struggling with is how to, and where to add the code for the custom fields.
Should the code be written in the single.php page? If so, where should I put the code?
Or do I add a page called single-goal.php If so, where should I put the code?
Or do you have a better solution as to how I should achieve this?