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 trialKonstantin Nikkari
5,185 PointsHow to make visible page description
Hello,
I’m looking for a plugin or code to make a page description box in the WordPress page editing interface. Please see this picture http://imgur.com/a/UcyEm. It is a box where I can type anything and it will be displayed under the page title.
Do you know how this is possible? Maybe a plugin or something similar?
Thanks!
1 Answer
Dave Yankowiak
9,105 PointsI use Advanced Custom Fields for features like this on a daily basis: http://advancedcustomfields.com/ Very easy to create fields for specific post types, pages, etc., and displaying the fields in your theme is as easy as a quick "get_field()" line of code.
Konstantin Nikkari
5,185 PointsKonstantin Nikkari
5,185 PointsThanks a lot. This helped. If you make an answer out of your comment I can mark it as "Best answer".