September 4, 2006
A WordPress Theme
I am new to WordPress and new to WordPress theme design; therefore, I expect there to be some various bugs that I was unable to find during testing (that is why it is v0.80). If you find any bugs, quirks or other oddities, please let me know by posting on the dark.cash page within my website. Also, feel free to let me know what you think of the theme and if you have any suggestions on how I can improve it; I obviously cannot test every configuration, so if you encounter any problems, please do not hesitate to let me know.
I welcome and encourage constructive feedback on design, code, accessibility, etc.
There are no special requirements to installing this theme; it will work "right out of the box".
Simply install the entire contents into your themes directory and select it in the presentation menu within the WordPress control panel. For more help, refer to the Using Themes section on the WordPress web site.
Even though the theme does not require customization to work, many people will want to make it their own by changing various parts of the theme. Here are some basic directions on the most common customizations that I expect:
There are a few options on how you would like the logo to function
logo.png
file within the /assets/images
directory. Results will be best if the logo is about 50px tall; if your needs differ than this, you will likely have to adjust the style settings on line 39 of header.php
or play with style.css
...bad things may happen otherwise.header.php
file to display the blog title and description:
header.php
with a text editorI am currently using JavaScript to automatically add a reflection of the logo. If you do not like this, or if it is causing problems, simply delete or comment out the line of code for it on line 12 within the header.php
file.
You will also see some settings within the image tag on line 12 that affect how the reflection will react:
If you need further help, please refer to the Reflection.js web page.
Please note: The reflection will not work on the blog title or description; it will only work on an image.
By default there is a line of code commented out that would display an icon for your e-mail address in the top-left corner. If you wish to use this, simply uncomment the code on line 36 of the header.php
file and insert your e-mail address into the two spots that say EMAIL. If you do not want to use the e-mail link, you can leave it as is or just delete the whole line of code.
Changing the default colours of the headers and links is very simple; however, unless you adjust the logo as outlined in 3a, the theme probably won't look very good as the colours may clash.
To change the colours:
style.css
footer.php
comments-popup.php
While you are obviously able to choose any colour you want, here are a few suggestions that I feel might work well with dark.cash:
The theme was designed using the word "Tags" instead of the default "Categories"; if you prefer "categories" over "tags", follow these directions:
sidebar.php
and replace the word "Tags" with "Categories" on line 8index.php
and replace the words "Tagged as " with "Filed as" (or whatever you prefer) on line 17index.php
archive.php
on line 46search.php
on line 22I really like the flickrRSS plugin made by Eightface as it is very easy to install, configure, and it's not flashy and in-your-face. For this reason I have added built in support within the dark.cash theme.
To use the plugin:
If you have any questions, problems or comments please feel free to contact me:
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
v0.80
(September 4/2006 )
» Fixed link on printer icon to not take you directly to the homepage when clicked (thanks TwoMotifs)
» Added instructions and assets to change "Tags" to "Categories"
» Slightly altered directory structure
» Enhanced readme.htm
to include more explanation and detail
v0.70
(August 22/2006 )
» Initial release