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 WordPress Theme Development The WordPress Loop Adding the Loop to the index.php File

Daniel Bettech
Daniel Bettech
7,365 Points

Hello, My index.php page looks like yours on second 50 of the video. The css is not working properly. Some help pleas

My index.php page looks like yours on second 50 of the video. The css is not working properly. Some help pleas

Stanley Thijssen
Stanley Thijssen
22,831 Points

Can you share the code you used?

Make sure to check your enqueue to be certain the path is correct. Double check that the name of the css file is exactly the same on the enqueue and on the file itself.

2 Answers

Dominik Zynis
Dominik Zynis
81 Points

check your file permissions. for some reason sublime is setting them as 600 for me and i had to ssh in and chmod the files to 644.

need to figure out now how to get sublime to set the permissions correctly when i'm uploading

Thank you Dominik! That did the job.

Ryan Brown
Ryan Brown
13,686 Points

Make sure that you have a copy of the CSS folder from the project file downloads with foundation.css and normalize.css inside. That's what I was missing.