Navigation überspringen

[Warten auf das Feedback der Benutzer] How do I use the fields of a third-party custom post type with Toolset?

This support ticket is created vor 1 week, 2 days. 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

Dieses Thema enthält 5 Antworten, hat 1 Stimme.

Zuletzt aktualisiert von Minesh vor 3 days, 18 hours.

Assistiert von: Minesh.

Author
Artikel
#2854414
Screen Shot 2026-03-31 at 18.45.35.png

I have inherited a website that is using the 'Simple Membership' plugin. Without disturbing its current function, I want to use the custom fields that plugin manages on pages and posts built using Toolset blocks.

I looked at https://toolset.com/course-lesson/convert-existing-custom-types-and-fields-to-types-control/ , created a Field Group, but no fields related to the 'Simple Membership' plugin are shown when I click the Post Field Control button.

With PHPMyAdmin I can see the table and fields that the plugin manages – is there something I can do with that information?

#2854468

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Those fields may be hidden - what if you try to follow the following Doc and see if you able to locate the fields you are missing:
- https://toolset.com/course-lesson/using-third-party-hidden-fields/

#2854474

I followed your suggestion, but the fields in the WP table screenshot I attached yesterday are not shown in the list of hidden fields. Is there some code I. can add to give Toolset access to those fields?

#2854482

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

There is no such way - under the post field control either it will display the post/user/term meta fields but you have custom table and for that I belive you should wrire a custom shortcode that should return you the table row based on the ID.

#2854995

Can you please explain a little more about what steps I need to take to create a shortcode that returns the table row and individual cells based on the database information I do have?

#2855322

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

I would like to know do you want to display fields belongs to members?

Is member will be loggedin or from where to get the member ID?