Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

ACF Wordpress Return Values

Hello, i'm building a custom templates using Advanced Custom Fields Pro plugin for a client but i'm stuck in some points. Basically here is the situation. I have a template for slot reviews where the client enters all the values including tags. Then by those tags i can return fields like image, button and title in a grid by choosing the tags in radio buttons.

1 Answer

Austin Whipple
Austin Whipple
29,725 Points

Hi Janis,

I'd recommend giving the ACF documentation a read, especial this article on displaying values in your theme.

If you have any specific questions after trying out the basics of the_field(), definitely let me know. ACF is a great plugin, so I'm guessing it'll work out for you.