Inicio›Toolset Professional Support›[A la espera de la opinión de los usuarios] How do I use the fields of a third-party custom post type with Toolset?
[A la espera de la opinión de los usuarios] How do I use the fields of a third-party custom post type with Toolset?
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
-
Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)
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 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?
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.
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?