MEET UPSTAIRS PLEASE! 0900h
Discuss Friday/Workday
1. Finish Arnheim discussion:
IV. Growth — Sarah/Brighde
V. Space — Topaz
VI. Light — Jake/Gabby
VII. Color — Dylan/Wade
VIII. Movement — Claudia/Paige
IX. Dynamics — Muir/Aaron
X. Expression — Marie/Lia
2. Review Child Themes
- Visit Child Themes Codex: http://codex.wordpress.org/Child_Themes
- Create “style.css” using CSSEdit, save on desktop
- Copy template, change appropriate data, e.g.
-
/* Theme Name: Twenty Eleven Child Description: Child theme for the Twenty Eleven theme Author: Your name here Template: twentyeleven */ @import url("../twentyeleven/style.css");{css content follows} - Install FireBug in Firefox: http://getfirebug.com/
- Inspect elements, adjust CSS accordingly in style.css (don’t forget class/id differences).
- Place new stylesheet in folder: wp-content/themes/childthemename/style.css
- Enable new theme under appearance.
- Edit changes as you develop them through COMMAND+K while in CyberDuck. When you save, the results should be reflected on your site.
