Skip Navigation

[Resolved] When clicking on post, the only content showing is “post title” and “content”

This thread is resolved. Here is a description of the problem and solution.

Problem: I have created a custom post with custom fields. When I display the post on the site, I only see the title and main content.

Solution: Create a Content Template for this custom post type, and insert your custom fields in the template.

Relevant Documentation:
https://toolset.com/documentation/user-guides/view-templates/

This support ticket is created 5 years, 10 months ago. 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.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by Dee_DeeA2948 5 years, 10 months ago.

Assisted by: Christian Cox.

Author
Posts
#1184451

Tell us what you are trying to do? I'm using a custom post-type. When I view a submitted test post, it only shows the post title and content. The form itself contains more information than 2 fields (post title and content). Why isn't the other form information that was submitted showing?

Is there any documentation that you are following? No

Is there a similar example that we can see? N/A

What is the link to your site? N/A

#1184481

Hi, generally speaking, you must create a Content Template for your custom post type. When you create that Content Template, you will have the ability to insert your custom fields into the template. Then when new custom posts are created, that template will automatically be applied to the post. Have you created a Content Template yet for this custom post type? If so, can you share the code, or a screenshot with me?

#1184834

My issue is resolved now. Thank you for pointing me in the right direction. I have not created a content template. This must be what I was missing. I'll lookup youtube tutorials or use the toolset resources to set this up.