Home › Forums › General Issues › Adding fields to Clients listings › Reply To: Adding fields to Clients listings
Hi there,
If i understand your problem: you can see your fields in back-office but not in front ?
If you want to add content with ACF, you’ll have to modify your “Client template” file.
The fields you add in back-end are not active in front, until you add them in your templates.
If you’re used to child theme, it’s pretty basic:
1) copy the template you want to modify in your child theme (with the same directory path).
2) Use ACF functions to get you values (get_field() and get_sub_field() functions do the work).
3) Add your new $values in your template.
Let me know if it helps,
RemSEO
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.