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

changing comments in wordpress

I'd like to change some of the ways comments display, but can't find info that makes sense to me (I've looked on the codex and different tutorials).

I'd like to, for example, take away "(the author) says" and just have the author's name. Or have the date but not the time.

Can this be done with an function and array? And if so, what would it look like?

The rest of wordpress is MUCH clearer to me now thanks to the developing a theme course, so thank you. But the comments area has me stuck.

Hayden Taylor
Hayden Taylor
5,076 Points

Pretty sure you can set that up in the backend (wordpress admin panel) somewhere in global options you can change the way comments are shown and etc... I don't currently have access to a wordpress install or I would search for you but its in the setting somewhere.

Also you can always override those setting in the code and the codex would definitely outline that.