Class notes (from last week):
- Installing Wordpress (let’s do it together)
- Installing a local development environment (give MAMP a shot)
- The fundamentals of WP:
- Posts:
- Media / Attachments
- Comments
- Categories
- Tags
- Pages
- Parent/Child Page hierarchy
- Links
- Link Categories
- Widgets
- Themes
- Parent/Child Themes
- Plugins
- Posts:
- Introduction to the Thematic theme
Resources:
- Your best friend: Wordpress’s Template Tags
- Your second best friend: Wordpress.tv
- Your third best friend: Google
- Where you will spend a lot of your time: The Loop
- Some inspiration for wp themes: (1,2,3,4,5)
Over the week we will start making our themes. Starting from design, and then into HTML/CSS using Wordpress and Thematic. You’re going to have two main deadlines over the next two weeks:
By Saturday (the 24th) 4pm:
- Design an Photoshop mocked-up mainpage for your blog (as a png file). Based on your wireframes and inspiration. Use the grid.
Rather than using only html/css elements, try to think how background images can help you spice up your design, check CSS Zen Garden (and others) for inspiration. Use Firebugs to check how things are done behind the scenes. - Upload two PNGs to the blog, one clean, and the other with a transparent overlay of the grid layout
- Comment on each of the posts left by the other 7 students in the class (if you post early you get more feedback, so start soon)
- Let’s start playing with Wordpress and Thematic:
- Install Wordpress, in most cases it will only require a one click install. (we’ll go through this in class)
- Install the Thematic theme through the Wordpress Add New Theme interface
- Activate Thematic and check out the main page to see how it looks with Thematic active
- Copy the sample child theme from the wp-content/themes/thematic/thematicsamplechildtheme to the themes folder (so it’s on: wp-content/themes/thematicsamplechildtheme) then change its name to the name of the new child theme you’re going to build
- Edit the style.css folder in your new theme to give it a new name and credits
- play around with it a bit – change some css rules, like the background color, the font, and so on, just to see how you can modify the parent theme without messing the original files.
- Activate your new theme and check out the main page to see how it looks
- Try downloading and installing other themes on your blog and look through their structure
By Tuesday next week:
- Publish a revised mockup for your WP theme (again, two PNGs) based on the feedback you got in class.
- Post a link to your slightly modified Thematic child theme so we can see WP live and kicking on your site
- Read: Excerpts from The Success of Open Source – by Steven Weber
- Write 1 (or more) other comment on new mockups posted by your friends
- For next week Miss Kym will be Greatly Widely and Openly expanding our understanding of open source.
- For next-next week Miss Mirna will be Greatly Widely and Openly expanding our understanding of open source even further.
Enjoy!