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 trialPavle Lucic
413 PointsWhy 2 plugin for custom post types instead of 1?
I didnt understand why first plugin is installed (custom post types UI) ?
What is correlation between this 2 plugins?
2 Answers
Pavle Lucic
413 PointsI think i resolve this.
- Custom post types - Create a type of post :)
- Custom field - Create field that will be associated with custom post types :)
Pavle Lucic
413 PointsThank you Kevin! Btw, did you maybe worked with woocommerce sensei plugin?
Kevin Korte
28,149 PointsKevin Korte
28,149 PointsYep you got it. Gotta fill our new custom post types with something. That's were our custom fields come in. Got me the first time I started learning it too!