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

Michael Kalmykov
Michael Kalmykov
8,919 Points

Standard HTML / CSS page formatted for wordpress blog

I created a webpage in Standard HTML and CSS and everything looks / works exactly how I want it too. Now I need it to appear as it is on a wordpress site (http://www.texasenergyessentials.com/). I already created a template page and can see it in the template select in the wordpress "add new page" window. I was hoping I could just select the template and leave the text editor blank but that doesn't seem to be the case. All I get is a completely un-formatted page that says welcome guest.

What is the easiest way to get https://gist.github.com/anonymous/8545681 to work on the aforementioned wordpress site? ?

Thanks!

P.S. Please don't link any codex files on loops or templates I just spent 2 hours digging around in them :(

3 Answers

sorry, i don't understand what you are trying to achieve here? you have your HTML / CSS so just convert it to wordpress?

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Can you link to the page that uses this template?

The one thing I see offhand is that you will need to use some WordPress php to properly link to any images you are using for the theme itself.

Michael Kalmykov
Michael Kalmykov
8,919 Points

Turned out the page(template) I was tying to implement was going into a child theme, Apparently all the rules are different with child themes. Rules I don't care to learn. So I just hosted it elsewhere.