General

The Brown Coffee theme is based on TinyMod by Remex which is itself based on Tiny. It is a minimalist, single column, fixed-width theme for WordPress. You should unpack this in your wp-content/themes folder and select it in the admin panel.

Changing the header image

The header image is 400x160px. The small brown square you see in the center is actually surrounded by transparency. You get the Photoshop format header image file with this theme, found in the extensions folder named tinyheader.psd. Just open it and replace the text with your own blog name or make a better image by yourself instead of this rubbish, name it tinyheader.jpg and place it in the theme folder.

Choose your favor menu style

This theme provides two menu styles for selection, click here (this link will take you to the TinyMod site) for a preview.
Default is the normal style, if you would like to show menu itemes as sitemap style, follow these:

Open header.php with a text editor, replace the content of line 25

<!-- <p id="sitemap"><a href="?sitemap">Sitemap</a></p> -->
with the following content
<p id="sitemap"><a href="?sitemap">Sitemap</a></p>
and replace the content of line 26
<ul class="pagelinks"><?php wp_list_pages('title_li=&depth=1'); ?></ul>
with the following content
<!-- <ul class="pagelinks"><?php wp_list_pages('title_li=&depth=1'); ?></ul> -->

Plugins

Integrated Plugins

Last Modified plugin by Nick Momrik
MsgCount plugin by Anders Holte Nielsen
ComCount plugin by Anders Holte Nielsen
Plugins integrated by Original Author (Necessary codes already inserted to necessary files, just simply download and activate if you want to use.)
Widget Enhanced Theme Switcher plugin by Ben de Groot (Content of line 25 to line 32 in sitemap.php)
ComPreVal plugin by Ben de Groot (Content of line 43 to line 49 in comments.php)

Page Template

template_archives.php For making Archives Page
template_links.php For making Links Page

Advanced custom

additional.css For adding your custom styles
additional.php For integrating other plugins

Contact

browncoffee@alhaffar.com

Thanks

These 'thank yous' were placed here by Remex, so I have left them in.

Ben de Groot (Original Author)
Sparanoid (Code help, debug)
MoontoC (Debug)