Support Forum

If you have questions about the Black-Letterhead theme, please use the Support Forum. The Support Forum will serve as a single repository consolidating all support questions and solutions. It will also be a single point of entry for getting help.


10 Comments

Black-Letterhead 1.6.2

I just released Black-Letterhead version 1.6.2. This latest version supports WordPress 2.9 scheduled for release within a week. WordPress 2.9 has a new feature called post thumbnails. It allows a thumbnail or an image to be displayed in each post. Previously, blog owners have been using plugins to have this feature available on their blogs.

Changes

Functions.php
To activate the post_thumbnail feature, the function has to be enabled in functions.php.

if (function_exists('add_theme_support'))
    add_theme_support('post-thumbnails');

Post.php
This entry is placed before the main content.

<?php if (function_exists('the_post_thumbnail'))
  {the_post_thumbnail('post-thumbnail');} ?>

Single.php
This entry is the same as above, but in single page mode.

<?php if (function_exists('the_post_thumbnail'))
  {the_post_thumbnail('post-thumbnail');} ?>

Index.php
Replaced navigation functions when viewing the home page.

<div>
  <div><?php next_posts_link('« Older Entries'); ?></div>
  <div><?php previous_posts_link('Newer Entries »'); ?></div>
</div>

Footer.php
Edited copyright information to include year 2010. Users can modify footer.

Copyright © 2003-2010

Download
To download Black-Letterhead 1.6.2, please visit the download page.


1 Comment

Black-Letterhead 1.6.1

Black-Letterhead 1.6.1 fixes the footer bug found in Internet Explorer as well as the diminishing fine print within threaded comments. Please update your themes.

Download


49 Comments

Black-Letterhead 1.6

Black-Letterhead 1.6 is now available. The latest version now supports WordPress 2.7 which comes with several enhancements. The bulk of the WordPress 2.7 enhancements is in the redesign of the administration page – the Dashboard. It sports a new vertical menu bar on the left side with lots of new features too numerous to mention here.

Download.

The new Black-Letterhead 1.6 theme have these new features:

(more…)


13 Comments

Black-Letterhead 1.5

I’ve just released Black-Letterhead 1.5 which now includes gravatar support. The new theme will display gravatars or globally recognized avatars when visitors leave a comment on your blog. No more gravatar plugins needed.

I made some CSS style changes to fix the IE formatting issues in the comment section. IE and Firefox displays are now identical. I also updated the footer section to reflect the 2008 copyright.

I’ve decided to discontinue the use of Theme Toolkit in 1.5 to simplify maintenance of several versions of the code. If you still want to use the Theme Toolkit, it is still available for download in version 1.4.

The Black-Letterhead 1.5 is now available for download here.


28 Comments

Black-Letterhead 1.4

I just released Black-Letterhead 1.4. There are no major changes in the theme. I just cleaned up the code a little bit and added the much needed Tags, a feature since WordPress 2.3 was released. I’m making two versions available for download, one with the Theme Toolkit and the other without it.

What’s the difference?

The Theme Toolkit allows you to customize the Black-Letterhead Theme with ease. You can change theme colors, use two different widths either default or wide, switch sidebars from right to left, and add header images, or rotate multiple header images.

If you like to hack and modify the Black-Letterhead Theme, I suggest you download the default Black-Letterhead. The Theme Toolkit adds a level of complexity when customizing the theme.

As always, the theme can be downloaded from the Download Page.

Cheers


39 Comments

Black-Letterhead Disclaimer

If you have encountered websites using the WordPress Black-Letterhead theme, please be advised that I am not responsible for the content of such websites. The Black-Letterhead theme was originally released to the WordPress community for general and public use. I’m not in any way responsible for the content of such websites other than the websites that I own personally, namely ulyssesonline.com and the Black-Letterhead pages.

This is to inform all current and future Black-Letterhead Theme users that I have started to prohibit the use of the Black-Letterhead theme on any website that contains hate crime, racism or pornography. Any site using the aforementioned content above will need to remove my name and any links pointing to my websites. If my name and links are not removed, the person will be asked to stop using the Black-Letterhead theme all together.

Thanks for your understanding.

Ulysses


6 Comments

Black-Letterhead 1.3

Black-Letterhead 1.3 is now available for download. The latest version comes Widget ready just like the previous version. Version 1.3 uses the WordPress Theme Toolkit allowing authors to create Admin menus for customizing their themes. The latest features with version 1.3 include the ability to:

  1. Select sidebar location: left or right.
  2. Select between two page widths: narrow and wide.
  3. Select whether to use header images or no header images.
  4. Ability to support rotating or random headers.
  5. Ability to modify theme colors such as main text, links and titles.

All these features are available from the Theme’s Configuration Panel. Give it a try. Download the latest from here.


16 Comments

Sidebar Location

If you like to move the sidebar location from right to left, just modify a couple of lines of code in style.css. Here’s the code:

[source language=":css"]
.narrowcolumn {
float: right;
padding: 0 45px 20px 0;
margin: 0;
width: 450px;
}
#sidebar {
padding: 20px 5px 10px 5px;
margin-left: 25px;
width: 190px;
}
[/source]

That’s it. The sidebar should be on the left side of the page now.


2 Comments

Black-Letterhead 1.2

Black-Letterhead theme version 1.2 is now available. This is the latest version which works with the latest and greatest WordPress Widgets. With widgets, you can now move content in and out of the sidebar area by simply dragging and dropping widget elements. How cool is that? Well, if you’re interested in downloading the latest version of the theme, just visit the download page. To learn more about widgets, here are several links for your reading pleasure.

WordPress.org
WordPress.com
Lorelle on WordPress
PascalRossini.com

Advertising

A Home based business can be launched at a low price. With the help of courses like 70-298 one can give a professional look and feel to the site. Domain registration is generally free if the web hosting company is apollohosting. With the help of internet phones, the marketing of the business can be carried out economically.


14 Comments