Monochrome Gallery is a free widgetized theme for Wordpress packaged with an author archives page, AJAX slideshow, categorized posts with thumbnails on the homepage and a CSS framework to aid in customization.
Installation
1. Unzip the downloaded file
2. Upload the entire “Monochrome Gallery″ folder to your “/wp-content/themes/” folder
3. Log in into your WordPress control panel
4. Click the Presentation tab
5. Select the “Monochrome Gallery” screenshot
Configuration
- GETTING STARTED: By default, the slideshow in Monochrome Author displays the most recent posts. The number of posts displayed in the slideshow can be controlled via your WP admin panel by clicking Options > Reading. The bottom row of five posts pulls in the latest post in five different categories, which you can specify in index.php. Simply open up index.php in the Theme Editor and look for the following line:
// enter the IDs of the categories to display
$display_categories = array(’3′,’4′,’5′,’6′);
Change 3, 4, 5, 6 to the category id’s of the categories that you want to display. You can find your category id numbers by clicking Manage > Categories in your WP Admin Panel.
To change the final fifth category, scroll down on index.php and locate:
// enter the IDs of the categories to display
$display_categories = array(’7′);
Change it as described above.
- PHOTOS & CUSTOM FIELDS: This theme uses custom fields to manage all photos and thumbnail photos. In your Wordpress settings, you can change the dimensions on both thumbnail and medium sized photos. Change the thumbnail width to 128 px wide by 128px tall. Change the medium photo size to 575 px wide. Save the settings. Wordpress will resize every photo uploaded to the dimensions described above. After uploading the photo into Wordpress using the media uploader, copy the link to this thumbnail photo and paste it into the custom field value, with a key called “thumbnail.” Copy the link to the medium photo (575 pixels wide maximum) and paste it into the custom field value, with a key called “photo.” Here is a screenshot of all properly filled out fields.
- STYLES.CSS: Unlike most Wordpress themes which plug all the css in one file called styles.css, Monochrome utilizes the Blueprint CSS framework to help separate positioning, typography, forms and what I’ll refer to as custom or Monochrome specific styles. To edit all custom Monochrome specific styles, you’ll need to edit the file style.css in your wp/wp-content/themes/monochrome/ directory.
- SIDEBARS: 100% Widgetized baby!
- COMPATIBILITY: For Wordpress 2.3 and up.

Monochrome Gallery
Total downloads: 6773
This free Wordpress theme is for individuals who intend to use this theme on a single website. This is the full version and includes all scripts, theme files, and images. The credit link is required to stay in tact.
More themes in the Monochrome Series
Now you can get all Graph Paper Press themes for only $99.99. This offer includes all “premium” themes on sale today and in all of 2008. When a new theme is released in 2008, you will receive a link to the theme download via email. Currently, Graph Paper Press plans to release one theme per month. Pretty neat, huh?
All Themes for Personal Use

This $99.99 package is for individuals who intend to use the themes on a single website. This is the full version and includes all scripts, theme files, and images. The credit link is not required to stay in tact.
All Themes for Developers

This $499 package is for developers who intend to use the themes on multiple websites. This is the full version and includes all scripts, theme files, and images. The credit link is not required to stay in tact.
SUPPORT
The best way to receive support for this theme is to visit the forum.
ABOUT BLUEPRINT
This theme utilizes a CSS framework called Blueprint. Who is credited for the ideas behind Blueprint? Some of the best designers on the web. They include Jeff Croft, designer for Blue Flavor, Khoi Vinh, design director for NYTimes.com, Nathan Borror, Christian Metts, Eric Meyer, Wilson Minor, Angus Turnbull, Olav Bjorkoy and a few others. Most major websites use some form of css framework to allow for rapid, consistent development and design. Take the Blueprint 101 course to learn about all the possibilities.