- Installed Sandbox from WordPress Themes
- Changed Sandbox theme to one column by changing @import url(‘examples/2c-l.css’); to @import url(‘examples/1c-b.css’); in style.css
- Delete line 44 in index.php <?php get_sidebar() ?>
- Manipulate CSS and header.php
- Note: to highlight current page in the menu add to style.css #access .current_page_item a {color: #bffb00;}
- Deleted <?php get_sidebar() ?> from page.php
- Made logo clickable with image replacement, SEO
- Added padding to body (move from top) and to header bottom
- Changed content background color.
- Added padding to content.
- Added margin to bottom of content, moving footer down.
- Downloaded dynamic content gallery plugin. (http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/)
- Created featured.php page template based off of page.php (http://codex.wordpress.org/Pages)
- Added plugin path to featured page template
- Applied featured template to home page.
- Installed pre release of Dynamic Content Gallery
- Created Portfolio page.
- Added PhotoSmash to Portfolio page.
- Changed permalinks to custom /%postname%
- Edited Dynamic Content Gallery jd.gallery.css to center header
- Added Meyer Web CSS reset to style.css http://meyerweb.com/eric/tools/css/reset/index.html
This is a fantastic idea Phillip. I think I will require this for next year’s class.
~Elaine