Tell us what you are trying to do?
I have a view that currently displays posts based using the Post Title and an Excerpt. I would like to be able to display custom fields instead of the Title and Post content (or guidance on how to add Title and Content fields to a Post Form).
(This form is a view of posts that various users submit via a Post-Form we use ---> our current post view has custom fields but not one for post title and description. This may be the simplest. How do I add those?)
Is there any documentation that you are following?
Update: I figured out how to call the fields I need but I am struggling with assigning a post title. I need a way to have the post form (hidden link) define the Post Title (and subsequently the Post URL).
It seems if I do not assign a title and non-generic URL to a post, it breaks the link to view the individual post. hidden link
I have a follow up question, I worked with a support member earlier via chat, but the solution wasn't quite complete. There are check boxes on our post form that are supposed to define post category, but it does not seem to do that (when I submit the post, if I check it on the back end it is "Uncategorized" rather than assigned our custom taxonomies. Is there pHp I should add for that as well?