Home › Forums › General Issues › Display fields in front › Reply To: Display fields in front
Hello,
I dont want to take your time, and please can you give me précisions :
SELECT * FROM wp_postmeta
WHERE meta_key
LIKE ‘chapo’ ORDER BY post_id
ASC
In the post_meta table, :
> i found in the “meta_key” column = chapo (without underscore) = “_{$field_name}” (?)
> In the “meta_value” = content of field (an introduction text)
SO “The meta_value will be the field_key” > No
My question : What is the key_field :
I can not find a common key between the contents with “chapo” as “meta_key”, they all have the same name … I can not therefore differentiate the contents by a specific “id” field.
Could you have an idea ?
Many thanks,
Daniel
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.