This theme currently has one or more unresolved but known issues. They generally do not adversely affect the theme, however, so go ahead and download it!

Thistle. A feminine, simple, lavender & purple theme.

Thistle

Live PreviewDownload (latest 1.0.2)

Thistle is my very first true WordPress theme. Potassium was only a design/style for the Sandbox theme, so there.

Since I’m still relatively new to WordPress themes, Thistle may not be a perfect theme but if you see any problems with the theme (browser inconsistencies, invalid code, etc), feel free to let me know and I’ll correct it in later releases.

Thistle is my last WordPress theme (in fact, only, because it’s also my first theme) to support Internet Explorer 6. It will continue to support IE6 for the rest of its development until the eventual launch of NOVALISTIC…

The secondary color of the blog title is applied by hardcoding the title into header.php, with <span> tags surrounding the text you want with the secondary color. Here’s mine for example:

<h1 id="blog-title"><a href="<?php echo get_settings('home'); ?>" rel="home">Bolt<span>Press</span></a></h1>

Commented out in the sidebar, just above the PHP code to generate dynamic widgets, is an About static widget (i.e. it isn’t controlled by the widget plugin nor WordPress). You may remove the comments to fill in something about yourself or your blog. Here’s mine (without the first long paragraph) for example:

<li id="about-me">
    <h2 class="widgettitle"><?php _e('About'); ?></h2>
    <p>BoltPress is my tech blog as well as the official blog.<a href="http://NOVALISTIC.com">NOVALISTIC</a>.</p>
    <p><a href="/about">Find out more about me and my blog.</a></p>
</li>

Features

  • Valid XHTML & CSS!
  • Two columns - sidebar to the right
  • Fixed layout - from 1024 by 768 onward
  • Widget-ready
  • Aside-ready
  • All icons designed just for this
  • Has a favicon
  • Secondary color for blog title, see above for more
  • Optional About static sidebar widget, see above for more

Download Thistle

The current release is version 1.0.2. Download from WordPress.org (.zip) or from NOVALISTIC (below):

To install this theme, extract the single folder /thistle into your themes folder, i.e. /path/to/wp-content/themes. Head to Admin Panel > Design and Thistle’s screenshot should appear in your list of themes. Click on the screenshot to activate it, and have fun!

Known issues

  • When the tabbed navigation goes beyond half of the layout, the blog title gets nudged down.

Changelog

Thistle 1.0.2 (July 18, 2008)

Starting from this release, Thistle can also be found at the new WordPress Theme Directory, in this page.

  • WordPress 2.5 visual editor CSS classes are now present, and thus:
    • The visual editor will be happy.
    • I’ll be able to host Thistle at the new WordPress Theme Directory.
  • Thistle 1.0.1’s static Meta widget was not updated to reflect the credit to me. Ouch.
  • Images now overflow the left column if necessary and are now visible over the sidebar.
  • Corrected inconsistencies in a couple other templates.
  • The theme’s PHP code has been edited to adhere to WordPress’s coding standards.

Thistle 1.0.1 (April 2, 2008)

  • Fixes IE’s problem with the tabbed navigation - mad props to Justin Tadlock!
  • If an author doesn’t have a web site, Thistle won’t convert the author’s name to a link in the author display page.
  • Moved the designed-by information to the Meta widget as it seems to be a somewhat more suitable place than the footer.
  • Extraneous template markup removed from a few areas.
  • Some other very tiny fixes here and there.
  • Updated for WordPress 2.5 (with backwards compatibility still in place):
    • If the blog is running WP 2.5, use is_front_page(), otherwise fall back to is_home().
    • If the blog is running WP 2.5, use get_avatar() for Gravatars, otherwise fall back to gravatar() if a Gravatar plugin is installed.

Thistle 1.0.0 (December 5, 2007)

  • Initial release.

Older versions