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

Thistle

Live PreviewDownload (latest 1.0.1)

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.

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.1.

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

  • Navigation at the top right does not display at all in Internet Explorer 6. Internet Explorer 7 can’t decide whether to show it or not; repeated refreshes may be necessary to get it to appear in IE7. Fixed in Thistle 1.0.1 - please upgrade.

Changelog

Thistle 1.0.1

  • 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

  • Initial release.

Older versions