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

Adam Smallman
Adam Smallman
4,182 Points

custom posts and fields to create editable text good idea?

Hello guys,

I have a question about wordpress. So I have been following the videos by Zac. Its going very well, without issue.

I just have a little thing that I am thinking off.

Is it a good idea to create editable text for the website by using custom posts and fields? Or would this cause problems a few days after?

Seems simple enough to pull off, and I can't see any problem by doing it?

Thanks guys

1 Answer

Dai Phong
Dai Phong
20,395 Points

First, you can use plugin like Gravity Form to create the text field. Second, you can use custom post and field. I think the two method is good because it give us the way to manage the field data in database.