[Gelöst] Getting a View to display an excerpt and title based on custom fields
This support ticket is created vor 5 Jahren, 3 Monaten. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
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 (versteckter 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. versteckter 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?