Skip Navigation

[Resolved] Find Custom Fields id

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 7 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

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 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Author
Posts
#510897

Create posts and custom fields
Add parent child relationship between posts.
Add custom fields to the custom posts types

How do I get the ids of custom fields in the post?
How do I get the ID of _wpcf_belongs_property_id in the child post?

I need the numeric number of those fields

#511340

Dear Ram,

Are we talking about the column "meta_id" of wordpress database table "wp_postmeta"?
There isn't such a feature within Types plugin, I suggest you try to setup the SQL manually, more help:
https://codex.wordpress.org/Class_Reference/wpdb
Talking to the Database: The wpdb Class

#512919

Thanks Luo.

I solved using meta endpoint rest api plugin . But you are also right i got the ids using SQL call as well.

The forum ‘Types Community Support’ is closed to new topics and replies.