Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Michael Kalmykov
8,919 PointsStandard 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

Brian Pirouet
Courses Plus Student 1,653 Pointssorry, i don't understand what you are trying to achieve here? you have your HTML / CSS so just convert it to wordpress?

Zac Gordon
Treehouse Guest TeacherCan 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
8,919 PointsTurned 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.