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

General Wordpress queries...

I have been soaking up and learning lots of new information with treehouse. I am finding it very hard to edit the php files when trying to make a word press website. The code isn't very familiar and its hard to know which parts to keep and delete to make edits on the website. have you got any tips or further resources that can help.

I have also done lots of research into creating a word press site by transferring a pre built html/css website into wordpress. Is this possible to do without touching the php files that word press uses? can you just delete the php files all together and start from scratch? or can you use the word press blank slate theme and add your own html/css to create a more bespoke website?

2 Answers

Hi Oliver,

I personally made the exact same mistake; I had to bite the bullet and stop learning wordpress until I gained a better knowledge of the core concepts like php / javascript. PHP Basics was enough to help me understand the concepts of the code but I did decide to build the mike the frog website in another php course just to be sure I knew what was happening. Then I went back to the wordpress course.

Also yes there is methods for converting standard HTML / CSS to wordpress but again all requiring a lot of in site into php. To boot with it all wordpress has its own syntax for certain aspects which also takes a bit of learning.

I would most certainly take the quick course on PHP Basics now before you end up as frustrated as I did, then look back into the wordpress courses.

A good course for converting the sites is the course on Bootstrap to WordPress!

Hope this helps! Craig

Thanks very much Craig. I will start on the PHP basics today! I have read a lot about bootstrap and it seems really good. I will do that course also. Thanks again!

No problem Oliver,

Bootstrap is a fantastic tool well worth looking into!

Glad I could help Craig