Hey, thanks for downloading Blix, you're definitely one of the cool kids!
I'm not, because the help file only covers the basics and you're pretty much on your own now. Hopefully I can improve the help in the future. But nonetheless: Enjoy!
Sebastian Schmieg
http://www.kingcosmonaut.de/ http://www.kingcosmonaut.de/blix/
Blix is licensed under a GPL license, which basically means that you can modify it in any way you like. However if you choose to re-release it, the license has to stay the same and you've to credit all authors that have worked on the theme before.
That's simple, just upload the Blix folder to your themes folder which probably is wordpress/wp-content/themes/.
If you're not familiar with WordPress pages I highly recommend reading this introduction.
Note that each of the following pages is voluntary. Blix will still work properly without them.
The About Shorty will be displayed on the frontpage and will be automatically linked to your About page in case you've set up one.
The contact form's target e-mail address is the one you've specified in WordPress as your admin e-mail address.
You can set up as many pages as you like. All pages will be automatically added to the navigation. However if you've set up all of the above pages, additional pages will probably break the navigation unless you don't modify the CSS to make the buttons smaller.
In case you've got more pages than fit into the main navigation Blix offers a secondary navigation in the sidebar:
else {
(is_page($page_id))?$selected = ' class="selected"':$selected='';
echo "<li><a href=\"".get_page_link($page_id)."\">$page_title</a></li>\n";
}
and remove it*
to */
<?php */ ?>
)Blix supports Gravatars. Just download wp_gravatar.zip and unzip it into WP's plugin folder (wordpress/content/plugins). Enable the gravatars plugin using the WP admin panel.
Just drop your own banner called header_bg.jpg into images/spring_flavour/ and you're done. Dimensions should be at least 690px x 150px.
If your custom banner already include's your blog's name, open layout.css, go to line 146 and remove the comments (/* ... */
). That's it.