Navigation überspringen

[Gelöst] Custom fields not showing up in custom post type editor

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

After recreate custom field groups, custom fields not showing up in custom post type editor.

Solution:

Please check these:
https://toolset.com/forums/topic/custom-fields-not-showing-up-in-custom-post-type-editor/#post-2371541

Relevant Documentation:

This support ticket is created vor 4 years, 1 month. 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zeitzone des Unterstützers: Asia/Hong_Kong (GMT+08:00)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von nicolasS-5 vor 4 years, 1 month.

Assistiert von: Luo Yang.

Author
Artikel
#2371211

Tell us what you are trying to do?
Earlier today, I accidentally deleted a custom fields group on my website (Field Group for Media Appearances). Using advice from other support threads, I was able to recreate that custom fields group by creating a new custom fields group with the same name and associating it with the same custom post type, and then adding back in the existing custom fields that were still around in the database. I thought I had solved my problem, but when I try and add a new "Media Appearance," none of the custom fields appear. In fact, I only get a blank page that would allow me to input the post title and nothing else.

I've tried updating Toolset Types and creating a new custom fields group to be associated with Media Appearances but none of those help. Whenever I try to edit an existing Media Appearance OR create a new one, none of the custom fields appear. The content template for Media Appearances is still displaying all of the correct information from each post, but I can't go in and edit each post because none of the custom fields appear.

Is there any documentation that you are following?
I tried using the support from this thread: https://toolset.com/forums/topic/how-to-deal-with-accidentally-deleted-custom-field-group/.

Is there a similar example that we can see?

What is the link to your site?
evanlieberman.org

#2371541

Hello,

When you get a blank WordPress page, that means there are some PHP errors in your website, please try to get the PHP debug logs from your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/#php-debugging
section "PHP Debugging"

And if you are using other cache plugins in your website, please try to clear the cache, and test again

#2371759

My issue is resolved now. Thank you!