Navigation überspringen

[Gelöst] I need to move a set of user fields to be used with posts

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.

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

Zuletzt aktualisiert von Guilherme Sampaio vor 4 years, 1 month.

Author
Artikel
#2345531

I have a bunch of fields inside a User Field Group that I want to use with a CPT.

I tried to find any "move" button.
Tried to create a new Post Field Group and "choose from previously created fields", but it does not show any user fields.

Last chance is to create them again but for Posts. Any ideas?

#2345893

Nigel
Unterstützer

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+01:00)

Hi there

Because WordPress stores custom fields for posts ("post meta") and users ("user meta") in separate database tables, they are handled separately by Toolset, too, and you cannot re-use post custom fields as user custom fields or vice versa.

I'm afraid you will have to create new post fields as required.

#2348303

I have done this after posted this question. Thanks!