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

wordpress plugin install fatal error?

custom post field plug in, "installed successfully" but when trying to activate it, i keep getting this error. i installed it from the built in search bar in the add new plug ins menu thing, and then deleted and uploaded manually. idk what's up.

"Fatal error: Cannot redeclare get_disp_boolean() (previously declared in /home/kools141/public_html/blog2/wp-content/plugins/custom-post-type-ui/custom-post-type-ui.php:1697) in /home/kools141/public_html/blog2/wp-content/plugins/wp-custom-post-field/custom.php on line 911"

Could be an issue with the plugin itself, if you are interested in setting up Custom Post Types and not using a plugin this should help you get started, I've done it many times, it's actually pretty straightforward:

http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/