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

Amelia Quilon
Amelia Quilon
2,817 Points

Would you recommend using a comment plug in, rather than coding everything in the comment.php file?

There are several plug ins that more or less create the comment forms for blog posts. Would you recommend using those, or using the comment.php file? If you do use a plug in, are you able to add further customization in the comment.php file?

2 Answers

Sue Dough
Sue Dough
35,800 Points

Unless you have some really special comment requirements that the plugin fits I would reccomend just using comments.php. There is many free themes you can reference. Once you add a plugin it can make the customization more difficult especially if it doesn't have hooks. So in the long run if you plan on doing customization then I would reccomend staying away from any comment plugins or making your own.

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

It's probably worth checking some plugins out and seeing what works for you. There are many many plugins out there that you can use to do things working with code can do if like me you're not too comfortable with the coding side of things! :-)