The Blue Fade theme was created by Bert Hixson of Web Considerations, LLC. You may use it for any purpose or make any changes you like; just be sure to leave the Web Considerations link in the footer. This theme is "widgetized" so you can add custom widgets to the sidebar. To install the theme: 1. Download the Blue Fade theme. 2. Unzip the bluefade.zip to the themes directory of your blog i.e. wp-content\themes. 3. Upload the wp-content\themes\bluefade directory to the server the WordPress blog is installed on. 4. Log into your blog admin console and activate the theme. It is called Blue Fade 2.0 (at this release). The Blue Fade theme includes a "header.png" file located in the fireworks directory that you can edit to include your own blog name with the custom styling that is used on the "blue fade" logo. I used Fireworks to create the file but any graphics editor that can read png files should work. 1. To edit the file, open in your graphics editor. 2. The file is \wp-content\themes\bluefade\fireworks\header.png. 3. Change the "blue fade" text in both the name and shadow of the text to the name you want i.e. your blog name. 4. The header.png is sliced into two files: back-ground.jpg and logo.jpg. 5. Export the files to the images directory of the bluefade directory in your themes and upload the images again. 6. By default, the alt description of the logo is set to alt="WordPress Theme Design - Blue Fade - Web Considerations". You can change this in the header.php. You need to have an alt description for valid XHTML. 7. The coding in the header.php already uses the proper file location and logo file name. Since you can change the words "blue fade" in the PNG to any name you want, you may want to remove your blog name (and/or description) from the very top of the page and change it to something like your page/post titles. To do so, look for
-
in the header.php and change it something you want. For example, if you want to change it to the title of your specific pages and posts remove - and add . The theme includes all the standard features in the sidebar.php i.e. Search, Pages, Archives, Category, Blogroll and Meta. If you have added any of those specific features in your Widget management, just delete the appropriate areas out of the sidebar.php OR remove them from your Widgets management tool. The overall look of the theme looks better when the pages and posts are several paragraphs long or the are several posts per category. However, the theme still functions and looks just fine for shorter lengths. The only small thing is that if the length is shorter, the sidebar items will extend past the content. No biggie really. The style.css file, of course, contains all the styling for the layout and WordPress sections of the design. I did my best to lable the specific sections or elements. If it not labeled, don't fret... it's in there. The style.css is sectioned pretty good though; at least in my head. :) On one last note, when I tested this theme, it validated on the XHMTL and CSS perfectly. However, I have noticed on some sites, one (1) error will occur concerning a closing tag. If this happens to you, remove the line below the ...?php endif; ... line located in the SIDEBAR.PHP.