Skip Navigation

[Resolved] “items is missing custom” field, error in toolset dashboard

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

Problem:
On the Toolset Dashboard, I have a post type where both the Template and Archive columns say "... is missing custom fields."

Solution:
Don't worry about that.
It is telling you this because you display those posts with the Theme's native template, which cannot display Custom Fields (unless you add that manually with PHP)

Relevant Documentation:

https://toolset.com/documentation/user-guides/view-templates/
https://toolset.com/documentation/getting-started-with-toolset/customize-post-archives/

100% of people find this useful.

This support ticket is created 5 years, 1 month 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 2 replies, has 2 voices.

Last updated by allenC 5 years, 1 month ago.

Assisted by: Beda.

Author
Posts
#1370607
Toolset.PNG

On the Toolset Dashboard, I have a post type where both the Template and Archive columns say "... is missing custom fields."

#1370617

Don't worry about that.
It is telling you this because you display those posts with the Theme's native template, which cannot display Custom Fields (unless you add that manually with PHP)

Instead of using PHP though, you can simply create a Content Template, for example, and apply that to those Post Types.
In that Template, you can then insert the Custom Fields you have created for those Post Types, so they will display.

The same is valid for the archives.
You can create and assign an archive to that Post type in Toolset > WordPress Archives, and insert the Custom Fields in its loop - then the archive will display them too.

You can get more details here as well:
https://toolset.com/documentation/user-guides/view-templates/
https://toolset.com/documentation/getting-started-with-toolset/customize-post-archives/

#1370717

My issue is resolved now. Thank you!