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

Masahiro Yasuda
Masahiro Yasuda
25,702 Points

ACF, How can I show the custom post type to single-XXX.php page?

Hi I made custom post type (field group = drink, field label = Price, field name = price, field type = Number). and in order to show the price data on single-drink.php, I just coded below but I cannot show the data. How can I show the price data? <p><?php the_field('price'); ?></p>

I reffered this documentation. https://www.advancedcustomfields.com/resources/the_field/