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

Preston Davis
Preston Davis
5,932 Points

Zac's "One Page Theme" workshop is missing the source files.

Zac mentions "the source files will be available for download" however I cannot find them.

Please advise.

Preston Davis
Preston Davis
5,932 Points

I just copied the code from the video. easy peasy.

-pd

7 Answers

Danielle Hill
Danielle Hill
26,062 Points

Hi Preston and Derrick. I was expecting a custom CSS stylesheet available for download as well.

Danielle Hill
Danielle Hill
26,062 Points

Thanks for the clarification and for researching that Derrick!

Derrick Morton
Derrick Morton
11,939 Points

I believe he did say that but I believe he was speaking about the files you would download from http://underscores.me/. The only thing you really need to download and install is WordPress and add those source files from http://underscores.me/ to the theme directory.

Derrick Morton
Derrick Morton
11,939 Points

Hey Danielle I checked all the reference to the word "download" in the video transcript and its seems he was only referring to files to download from the underscores.me website. I hope that helps.

Chris Crittenden
Chris Crittenden
1,770 Points

Derrick, He mentions the finished style.css with custom css included but it is not available with the course. I copied out what I could see at 5:00 into video, here it is:

/*--------------------------------------------------------------
13 Custom CSS for Demo Site
--------------------------------------------------------------*/
#page {
    width: 80%;
    margin: 100px auto;
}
#primary {
    float: left;
    width: 60%;
}
#secondary {
    float: right;
}
h1 {
    font-size: 1.8em;
    margin: 10px 0;
}
nav {
    margin: 20px 0;
    background: #222;
    position: fixed;
    top: 0;
}
nav a {
    padding: 10px;
    display: block;
    float: left;
    color: #fff;
    outline: 0;
}
nav a:hover,nav a:visited {
    color: #fff;
}
article {
    padding-top: 50px;
    outline: 0;
}

However, there are still more PHP edits to be made to different files to complete the workshop. I'll update my post with that code when I have copied it off.

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Hi folks,

I just added the theme for download :)