将对象数据加载到自定义字段中

I'm working on new system. I have got a problem with load data. Please help me.

Wordpress / Advanced Custom Fields.

Hi,

I m developing a new system on localhost. I have got a question. I create two new post type with cpt ui. These are Clients and Certificate post types.

Certificate post type have custom fields like as certificate_description, certificate_price etc.

And “Clients” post type have got post object field as “buying_certificate”. This load post type “certificate”. When i choosing buying_certificate i want to display other field data in new custom fields.

For Example:

Certificates:(custom fields)


First Certificate: Bike Certificate

certificate_descripton: Do a bike!

certificate_price: 250


Second Certificate: Bus Certificate

certificate_descripton: Drive your Bus!

certificate_price: 3200


I have got too much certificate.