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
815 Points

Custom theme Super Simple Contact Form

Hi guys kinda of a simple question (I hope) Trying to get a Super Simple Contact Form working with my wordpress theme.

Adding [contact] to the code just displays [contact] on the page.

Is there any 'special code' to make this work?

Thanks for any help here guys.

2 Answers

Bob Sutherton
Bob Sutherton
20,160 Points

Do you have the plugin activated?

Adam Smallman
Adam Smallman
815 Points

Yes, installed on the wordpress website, I didn't download and add it the files manually,

Bob Sutherton
Bob Sutherton
20,160 Points

Yeah but sometimes after the install you can forget to activate it which is why i was checking.

Adam Smallman
Adam Smallman
815 Points

I will take a look make sure if I have, that would be embarrassing!

OK so I took a look, it is activated, so I created a Template Page called test.php with nothing in it other than the php to designate it a template and

[contact]

taking a look at the page on wordpress displays nothing but the text

[contact]

seems I am missing something big somewhere.