WordPress Theme – RC2 (v1.0)

It’s been a long time since my last theme release, but I’m back with rc2, a lightweight, widget-ready, two-column theme. The design arose from the desire to break from my traditional boxy style. I’d grown tired of that design mentality and wanted to try my hand at something new.

RC2 has been tested under the following browsers. Please let me know if you run into any issues.

  • IE7 (rigorous)
  • Firefox 3 Beta 4/5 (rigorous)
  • Safari 3.1 (fairly rigorous)
  • Firefox 2
  • IE6

For those of you who want instant gratification, you can take the design for a test run on my development site, or download the theme. Update – there’s been a small change bumping the version to 1.0.1. It should now be both XHTML (Strict) as well as CSS valid. Unfortunately, the WP2.5 gallery feature produces invalid XHTML, so validation of the development site homepage won’t be indicative. Try this site’s homepage or a single post entry.

Demo

» Download

Otherwise, read on to find out a bit more about the theme.

Lightweight, but Fully Functional

The design is lightweight. It adds only 7 additional HTTP objects on top of whatever is required for your content. Total damage is in the range of 10KB for the CSS and 2KB for images.

That’s not to say it’s sparsely featured. There is support for most of the newer WordPress features and some other popular ones, including:

  1. tagging
  2. widgets
  3. gravatars (WordPress 2.5)
  4. galleries (WordPress 2.5)
  5. asides (link posts)

Navigation links at the top-right are generated from pages.

Sidebars

The sidebar is dynamically generated based on the type of content. More importantly, there are two widgetized sidebars. The names are pretty self-explanatory, but just in case, the Single Post Sidebar is what gets displayed for single post content, while the Front Page Sidebar is what gets displayed on the index (home/front) page. It often makes sense to have a different set of sidebar content between the front page and the individual post pages so I’ve made it easy for you to do just that.

Default Plugins

Additionally, I’ve included two integral plugins with the theme. They help populate the top-bar by default. Feel free to switch them out for whatever content you want to place there in their stead.

  1. Recent PostsNick Momrick – This displays the most recent posts to the blog. I’ve set it to show up to 6. That seems to be the sweet spot for the size of the top-bar.
  2. Brian’s Latest CommentsBrian Meidell – This shows the latest comments and their corresponding post.

Known Issues and Limitations

  1. Asides are styled differently from other, standard content on the home page. In order to do this, the query loop applies different CSS classes to certain categories. However, in order to do this, the asides category ID must be specified. Currently, the way to do this is to edit the index.php page and set the $asides_cat variable to the appropriate category ID(s). By default, this variable is assigned 0, which means all your posts should be displayed with standard styling.
  2. The blue color scheme is something I decided upon (I just love blues), but won’t appeal to everyone. Fortunately, I’ve stuck with two shades of blue. For links and headers, #0a52aa is the shade of blue used. Mouseovers and hovered links use #14272d.You should be able to do a global find and replace on those two colors and switch in whatever two-tone scheme you want. Unfortunately, the top-bar headers are images, based on #0a52aa, which means to complete the effect, you’ll have to remake your own header images, which leads me to my next point.
  3. The top-bar is not widgetized. A large part of that has to do with what the standard dynamic_sidebar function tries to output – the top-bar markup is quite a bit more complex, and the added image header makes it that much more difficult to implement. I’m working on something to get around these issues, but that didn’t make it into the first release.
  4. The WordPress 2.5 gallery will not display properly if the_excerpt_reloaded plugin is not used and the gallery appears in an excerpt on the home page. This isn’t so much an issue with this theme as it is an issue with the way the basic WordPress excerpt function operates, not parsing any HTML tags. I strongly suggest you go and get the plugin, so you can style excerpts to your heart’s content.

Future Plans

Looking down the road, there are a few key features I want to implement: localization support, a print stylesheet, and an administration page, for setting options such as the asides category.

Feedback

As always, I’m open to comments and suggestions on the design. Are there certain widgets you’d like to see styled or plugins supported? Let me know.

Update: David Young wrote in the comments that the design would look a bit more consistent if the sidebar lined up with the navigation module and I agree completely. I’ve rolled the changes into the package, so go ahead and grab it. Thanks David!

your thoughts...

  1. ben

    works good thank you!

    April 07, 2008 1
  2. Good work. Thank you. i’ll use it for my blog.

    April 08, 2008 2
  3. gofree

    This is the first time clean theme I have been through half a year, man!!!

    The only feedback is more styles are also needed like: Download, Info, etc.

    Thx

    April 12, 2008 3
  4. Wonderful !!!
    I’m looking for long time, like this !

    April 19, 2008 4
  5. prety good theme you have here. I downloaded it

    April 19, 2008 5
  6. Hi!

    This is a very nice theme, I love it. I need some help. I would like to translate to an other language. Please tell me what font type used in gifs “Recent Posts” etc. But if is possible please send me the editable graphic files. Thanks! (sorry for my english)

    April 22, 2008 6
  7. izolis – Thanks for the interest! I’m just heading out for work, but I have the PSD for the index.php page, so I’ll send that to you when I get back home this evening.

    April 22, 2008 7
  8. Thank you for the blog! great quality!

    April 28, 2008 8
  9. Hi… Thanks for your marvellous theme… I haked it a little bit but now i have a problem with widgets (disapeared all) that are well shown with Kubrick.

    They used to work but suddenly stop showing.
    I even tried to upload a completely new version of your theme but no way to show widgets.

    Any suggestion?

    http://iparalipomenidi.vagamente.net

    Thanks

    June 03, 2008 9
  10. vagament – I just tried out a few widgets and they seemed to work alright for me. Could you let me know what widgets you’re using that aren’t displaying? That’ll help me track down the problem. Thanks.

    June 03, 2008 10
  11. MR. Bloger

    there is a problem in the comment its required to but your information every time again and again because its not save

    June 22, 2008 11
  12. Awesome theme, Charlie :)

    I modified it slightly, to align the 2nd border on the top bar, with the border of the sidebar. (I like order)

    I just changed the following CSS declarations:

    #content_wrapper {
    float: left;
    width: 581px;
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
    }

    #sidebar_container {
    float: left;
    width: 275px;
    margin: 20px 0 25px 20px;
    padding: 0 0 0 20px;
    border-left: 1px dotted #bbb;
    }

    - David

    July 24, 2008 12
  13. Hey Charlie,

    Here’s another one – you can fix image alignment problems with Wordpress 2.6 by adding the following CSS:

    img.alignleft, div.alignleft {
    float:left;
    margin:0 0.5em 0.5em 0;
    }
    img.alignright, div.alignright {
    float:right;
    margin:0 0 0.5em 0.5em;
    }
    img.aligncentered, div.aligncentered {
    text-align:center;
    margin:0 auto;
    }

    I just found this on http://hackwordpress.com/wordpress-26-changes-how-wordpress-handles-images/

    - David

    July 27, 2008 13
  14. Thanks for the input again David! Don’t worry, this isn’t dead – I just need to wrap up exams and I’ll have a couple weeks off to add in some of the features/fixes on the roadmap.

    July 27, 2008 14
  15. Hey Charlie,

    I was puzzled by this line in wp-header.php:

    Turns out it’s for Google Sitemaps:

    http://www.sitepoint.com/forums/showthread.php?t=434263

    .. probably a leftover from the “convert-to-public-theme” process? :)

    D

    July 30, 2008 15
  16. Hmm.. the suspicious text got chopped.. here it is again, with triangular brackets changed to square brackets:

    [meta name="verify-v1" content="cACfEaWR5VfKsabia0ceOK8ilg+zGtUYTHFvB1Ex9FQ=" /]

    July 30, 2008 16
  17. *Ahem*, thanks for pointing that out David. Fixed now. That’s a bit embarrassing… :|

    July 30, 2008 17
  18. Charlie,

    This is a great theme, and I like that you created one that is light weight. Currently, I have a bunch of WP sites I created, and unknowingly brought down the server I had on a shared host. Looking forward to using this theme, as I is clean and easy to navigate.

    Any way to include the related post plugin to the template?

    thanks Matt

    August 01, 2008 18
  19. Matt – I currently use the Similar Posts plugin, which I found was the best of the ‘related posts’ type plugins for WordPress. You can easily include it in the sidebar as I’ve done here, but I didn’t want to include it by default as I know it’s not something everyone wants. Should work fine if it’s a widget though.

    August 03, 2008 19
  20. Hey Charlie,

    Just updating you on this stuff as I go along.. to add support for image captions under WP 2.6, I added the CSS mentioned here : http://codex.wordpress.org/CSS

    :)

    D

    August 04, 2008 20
  21. Looking good, great theme, we’ll give it a try, I’ll be back with the results

    August 06, 2008 21
  22. Hi,Charlie
    very very nice and minimal theme! I use it in my new photoblog

    I’ve a little question: is there a way to omit the “continue reading” feature from second post in home page?
    I’d like to see all my post without cut.

    many tanks

    p.s. sorry for my poor english!

    September 02, 2008 22
  23. Hi Francesco, thanks for the kind comments! If you look in index.php (Main Index Template) about 2/3 the way down that file, you’ll see a div with a classname of “index_content”. In that div, I use the_excerpt to display only part of the post. If you want to display the entire post, replace all the excerpt code with a ‘the_content()’ php function.

    September 02, 2008 23
  24. ok, thank you very mucy,
    in this evening I’ll try it
    Francesco

    September 03, 2008 24
  25. Thanks for this theme! It looks great, I love these minimalistic blogs! I am going to try to edit it from blue to green! Thanks!

    October 02, 2008 25
  26. This is a very minimal theme, but it is very contemporary. The layout is simple, easy to understand and easy to distinguish each section.

    Very nice.

    November 16, 2008 26
  27. AS

    Nice work!

    January 16, 2009 27
  28. This is an awesome theme. I love how clean it is and that its nice and light weight. The low load it puts on the browsers is great. Outstanding work! I’ll definitely check out a demo.

    January 19, 2009 28
  29. Justin

    Very nice theme. I’m a big fan of using very clean designs (wordpress or not). About to download this one and give it a try on a few of my smaller sites.
    Thanks =)
    -Justin

    February 02, 2009 29
  30. A

    I just can’t help myself. I will use it on my next blog. Thanks for your template guys. Good Works!

    March 02, 2009 30
  31. Mark

    I like your minimalistic style.

    March 04, 2009 31
  32. Thanks for this theme! I’ve been looking for something like this for awhile…

    March 25, 2009 32
  33. Wow, this is a cool theme. I really dig the minimalist approach. It’s very simple and doesn’t detract from the content, which is a big pet peeve of mine. i also really like the vertical headers for the Recent Posts, Recent Comments, and Search. It’s very tasteful.

    March 26, 2009 33
  34. Great theme. you can add your themes to my free wordpress theme site too. Thanks :)

    April 10, 2009 34
  35. Woah, nice theme you have, will be using it on a future project thanks.

    April 11, 2009 35
  36. Great theme, I’ve been looking for a professional one for my company blog awhile now.

    April 11, 2009 36
  37. This theme is great because it is simple and clean. I think I’ll try this sometime after I download this. Thank you so much.

    April 11, 2009 37
  38. I like this as many blog themes are pre-built with too much fancy nonsense. Users prefer simple content to match whatever query they have, but some bloggers choose to add extra gumpf, just because they can. Thanks, i will look at including it for some of my art blogs.

    April 14, 2009 38
  39. Why, thank you to everyone who has commented recently. ;)

    My hope is that I can update this design somewhat to meet new WordPress 2.7.x standards once I finish exams in a week.

    April 15, 2009 39
  40. Very useful theme! Thankyou! I love the simplicity of it!

    April 16, 2009 40
  41. Nice work! It seems the key to this theme is placement of the various elements that construct a WordPress CMS site. You broke from the trending “over design” of many themes we see released today and kept it simple. I will keep this theme in mind for our clients.

    November 10, 2009 41
  42. Great theme! Thanks!

    January 14, 2010 42

leave a comment

trackbacks/pingbacks

  1. April 19, 2008
  2. links for 2008-04-19 « RabiFoot

    [...] WordPress Theme – RC2 (v1.0) » random process | charlie 2.0 (tags: wordpress theme) [...]

    April 19, 2008
  3. RD Weblog

    Görüntü Değişikliği 3…

    Üçüncü görüntü değişikliği ile tekrar merhabalar
    Charlie tarafından sadeliğin ve kullanımın özgür bırakıldığı RC2 Wordpress temasını kullanmadan yapamadım. Bu kez umarım son olacak ki kendi temamı yapana kadar.
    ……

    April 20, 2008
  4. April 20, 2008
  5. WordPress Theme : RC2 at chris.H’s codex

    [...] released page | live demo | download Trackback URI | Comments FEED [...]

    April 21, 2008
  6. Plantilla en Español - RC2 | Ayuda WordPress

    [...] RC2 es un theme distinto, un nuevo concepto en el aspecto de tu blog WordPress que se aleja de la distribución habitual que tanto vemos, nos gusta, pero a veces aburre y cansa. [...]

    April 24, 2008
  7. Updates » blog.pixelgun

    [...] and a friend threw some theme ideas at me. I’m still tweaking it but I think this theme (rc2) is pretty [...]

    April 27, 2008
  8. WordPress 2.5 : Themes at STCFX - Web Everything

    [...] RC2 (1.0) Red Business (1.3) Red Line (1.0) Red Top (1.0) Redtopia (1.4) Rhea (1.0) RGB [...]

    April 28, 2008
  9. May 14, 2008
  10. Gallery & Blog | The Nico Station

    [...] mean I don’t want to. I’m not satisfied on how my blog looks right now, the rc2 Theme I’m using is the best way to describe me, simple and [...]

    June 07, 2008
  11. RC2 | Wordpress themes

    [...] lightweight, widget-ready, two-column theme. Demo|Release Page 1 Votes, Rating: 3  Loading [...]

    June 12, 2008
  12. Working On a New Design » random process | charlie 2.0

    [...] mentioned in a recent comment that I was hoping to get some updates to the rc2 theme going during my break, but alas, I’m being a bit selfish. Instead, I’ve devoted some time to [...]

    May 02, 2009
  13. November 14, 2009