Skip to Content »

Downloads

  • March 16th, 2005
  • 3:29 pm

rdc is now available in two flavours! Original and Langshott

download rdc 0.7 (Langshott) ( langshott now includes support for the timefade plugin, and improved support for gravatars )

download rdc 0.5

31 People had this to say...

Gravatar

hi there, I like your theme so much.
Is there a .psd file available to modify?
the icons in the theme i like most!
keep up the good work.
hope to hear from you soon.
thanks in advance

Khanh Ly

Gravatar
  • Alex
  • April 3rd, 2005
  • 7:20 am

Hey!

Love the theme, but having some XHTML validation issues. I tought it was my tweaking, but turns out all blogs using rdc* seem to not be validation throught the W3C’ parser :
Yours
Mine

If i switch back to the default theme, the page decomes valide!

Help?

Gravatar
  • [uber]
  • April 15th, 2005
  • 6:40 pm

I love this theme and have been modding it out…i like the icons too and i’ve been making some more that match the style… if you are interested in making a graphics package for the theme or whatever…let me know and i’l happily send them to you…

Gravatar
  • r0b0t
  • May 10th, 2005
  • 7:23 pm

clean. crisp. I like.

Gravatar
  • mike
  • May 27th, 2005
  • 3:20 am

i was trying to figure out why smileys automatically went to the left. It appears there’s a declaration in the css for img’s to automatically float left:

#left_col img {
float: left;
margin: 5px 5px 0 0;
padding: 1px;
border: 1px solid #ccc;
}

so, i fixed it:

#left_col img {
margin: 5px 5px 0 0;
padding: 1px;
border: 0px solid #ccc;
}

that also fixes the border around the smiley.

Gravatar

Beauty theme! rdc05 is Mas elegante! Thanks for fixing those little bugs. Your fine work, is greatly appreciated.

Gravatar
  • Jarod
  • July 24th, 2005
  • 8:48 am

hi
i wonder if you could help me. in the main page, i wanted the excerpts to be shown instead of the entire post. what do i need to change?

thanks

Gravatar

@Jarod: The best thing to do is check out the wp wiki at http://codex.wordpress.org and check out the template tags section.

Gravatar
  • Jarod
  • July 27th, 2005
  • 11:00 am

Jon: thanks. i’ve figured that out. it works now.

Gravatar
  • Jay
  • July 27th, 2005
  • 12:21 pm

How do I add a links menu on the right hand side?

Gravatar

very good question, i’m going to add a few faq’s to the development section…

Gravatar
  • Anna
  • August 1st, 2005
  • 8:36 am

Neat!

Gravatar
  • Testing Smileys
  • August 23rd, 2005
  • 10:49 am

:D

Gravatar

I love your theme, using it now. I sincerely request for a blue version. The shade of blue may be around the tone of the blue text in this theme. Best of wishes for your sites and the popularity of this theme.

Gravatar

Great theme! However, I am having problems using tables in my posts and pages. With your theme, the tables do not sit properly - they seem to be aligned to the right of the page and where I’ve specified border=”0″, a border is still showing….
Is this because of how your CSS styles are set up? I’ve had to revert to the Blix theme until I can sort this out!

Gravatar

Matt - I will look into this (as well as other suggestions and bugs) and try to get it fixed for the 0.8 release.

Gravatar
  • Kathryn
  • October 15th, 2005
  • 7:32 pm

Very nice! I liked the ‘original version’ well enough, but I absolutely LOVE this brighter one!

Gravatar
  • Mush
  • October 18th, 2005
  • 6:07 pm

After trolling the support pages, I still can’t get the More tag to work. Can someone let me know what they did?

Also, I added an Edit tag and it doesn’t work either.

I thought both had to do with the location of my installation, so I moved it to the root and still no go. I know this is a theme problem because both tags work in other themes I’ve got installed.

Gravatar
  • Mush
  • October 18th, 2005
  • 6:40 pm

I got the More tag to work - yay!

The Edit tag works in IE, but not in Firefox. Anyone know what I can do to fix this? Thanks!

Gravatar
  • Paul
  • October 19th, 2005
  • 11:55 am

I am hoping to work on the 0.8 release this coming weekend, which will aim to include many of the suggestions and fix bugs people have noted in the comments. SO look out for it!

Gravatar
  • Shahab
  • October 21st, 2005
  • 8:08 pm

Hmm … I was about to mod the 0.7 version .. but it seems I should wait a while .. .. :)

Gravatar

This is probably elementary, but can you guide me as to how I may include my own logo graphic in the header of the rdc0.6, 7 or 8 theme.

My logo graphic is 265×60 and I would ideally like it to be on a plain white background like the clean header on rdc 0.5, but using the 0.7 or 0.8 langshott theme for the entire blog. I can modify the canvas of the logo to fit in exactly to the entire Header of approx 700xwhatever, if you can just point me in the direction of where I make this change.

I understand HTML pretty well, but PHP is new to me.

This would also give my blog some much needed branding.

Many thanks for your anticipated help
Roseanne van Langenberg
improvememorytips.com/blog (if you need to see where my blog is located)

Gravatar
  • Marc
  • October 27th, 2005
  • 7:03 am

Hi I was wondering if there was any way to show all category entries when you go to the category archive. eg http://www.thecontrast.net/main/category/reviews/
shows only 10 entries of the 19 which is fine but I would like a “previous posts” link at the bottom like you get on the main page so that people don’t have to trawl through the archive by month. Is this do able?

cheers,
M

Gravatar

There’s a bug in your theme. In the gravatar thing you have:

$default = ‘http://’.$_SERVER[’HTTP_HOST’].bloginfo(’template_directory’).’/_gfx/avatar_default.gif’;

this hould be:
$default = ‘http://’.$_SERVER[’HTTP_HOST’].get_bloginfo(’template_directory’).’/_gfx/avatar_default.gif’;

bloginfo should be replaced with get_bloginfo

Gravatar
  • Aaron
  • November 19th, 2005
  • 6:37 pm

Just FYI - your download links aren’t working! :(

Gravatar
  • Chestah
  • November 20th, 2005
  • 9:18 pm

Yeah, i really want to download your theme - its very nice btw :) .

But both the download rdc 0.7 (Langshott) and timefade plugin aren’t working!

Gravatar
  • Matt
  • November 25th, 2005
  • 7:33 pm

Hey there! I just wanted to say: I really like your theme, I might use it as a base. =]

Gravatar
  • Brano
  • November 26th, 2005
  • 11:44 am

Really nice theme i go try this theme fo rmy weblog great job man.

Gravatar
  • Hound
  • January 13th, 2006
  • 3:36 am

Why do the page buttons always appear in alphabetical order, even when I tell wordpress what order to put them in? How can I fix this so that they are displayed in the order I want?

Gravatar
  • Lee
  • January 15th, 2006
  • 10:07 pm

I too would like to know abt teh tables with in pages .. and how to re order my Top Tab nav..

Thanks guys ^.^

Gravatar

stock strategy swing trading I saw many things in the estrenada which ought to have thresh’d removed. The song of the cheeseburgers deserters hushed in the crash of thunder and the sumpserunt and scything of day-spring and packin

Want your say?

* Required fields. Your e-mail address will not be published on this site

You can use the following XHTML tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>