WordPress Theme: RGB

RGB 1.0
A crisp, simple and highly customizable theme for WordPress.

Download

Download RGB 2.0 Beta1 (Beta version, requires WordPress 2.5+)
Download RGB 1.1 (Stable version, requires WordPress 2.5+)

Features

  • XHTML/CSS valid.
  • Custom Color Schemes.
  • Custom Header Images.
  • Custom Background Images.
  • jQuery UI Tabs and Thickbox for sidebar items (RGB 2.0 only).
  • Auto toggle comment section if there are more than 5 comments (RGB 1.x only).
  • Reverse Comments (Latest on top). Idea from Simple Reverse Comments plugin, thanks to Sudar.
  • Avatar support for WordPress 2.5+.
  • Tagging support for WordPress 2.3+.
  • Widget-friendly.

Installing

Follow these instructions to get theme up and running on your WordPress site:

  • Download the theme above first.
  • Upload the theme folder to wp-content/themes/ on your server.
  • In your WordPress administration, go to Presentation and activate the theme.
  • Remember to click the “Uninstall Theme” button to clean the options when you want to change the theme.

Licence

The RGB theme is licensed under the GNU General Public License.

Donate

I spent hundreds of hours working on these themes and if you enjoy the themes, consider making a donation with Paypal. Funds will go to hosting and future updates. Thanks for your support.


45 Responses to “WordPress Theme: RGB”


  1. RGB 1.1 at Xu Yiyang

    [...] 百闲之中的我终于宅出了这个新的版本。新版RGB带来了一些功能上的变化,包括: [...]

  2. Unnamed 和 RGB 的 PO 文件 at Xu Yiyang

    [...] Unnamed 1.23 以及 RGB 1.1 的 po 文件,里面的条目尚未被翻译,需要自行翻译生成 mo [...]

  3. 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 [...]

  4. RGB1.1主题 于 成为查理·唐

    [...] RGB1.1是一款非常优秀的主题,其作者Xu Yiyang正是另一款有口皆碑的主题Unamed的作者。 [...]

  5. RGB 1.1 at Theme Tester

    [...] Tester is powered by WordPress 2.5.1 and RGB 1.1 by Xu [...]

  6. SkyLanD | Stretford End » Blog Archive » Some Changes to My Blog

    [...] Z-Blog 的静态功能和随之带来的巨大 SEO 效应),之前用的 RGB [...]

  7. Becomin’ Charles » Blog Archive » RGB1.1主题

    [...] RGB1.1是一款非常优秀的主题,其作者Xu Yiyang正是另一款有口皆碑的主题Unamed的作者。 [...]

  8. Wordpress 2.5 versiyonu için Temalar | Fırtına 30 05

    [...] RGB (1.1) [...]

  9. Wordpress 2.5 Uyumlu Temalar (Liste) | Wordpress Tema Ve Eklenti

    [...] RGB (1.1) [...]

  10. RGB 2.0 Beta 1 at Xu Yiyang

    [...] RGB Project Page [...]

  11. 提交 WordPress 主题到官方主题目录 at Xu Yiyang

    [...] 我一共提交了两个主题,RGB 2.0 和 Unnamed,Unnamed 一次通过,RGB 2.0 测试版问题多多,已经被打回来两次了,现在仍在等待审核。基本过程是这样的: [...]

  12. 政霖

    这个主题很好,可惜我不喜欢他的颜色。能不能多出几种,比如蓝色的,或者vista样式的。

  13. Xu Yiyang

    @政霖:
    颜色在后台自己可以改

  14. rpsl

    thx. very good theme.

  15. romu

    Hi,
    I’m using the RGB 2.0 beta theme on my wordpress web site prototype. I’m also using a jQuery Lightbox plugin and the lightbox effect doesn’t work if the RGB theme is selected.

    Do you have an idea how to fix the problem?

    Thanks and regards.

  16. Xu Yiyang

    @romu:
    Just go to the theme option page, disable “Thickbox” and save the option.

    By the way, thickbox is a lightbox-like widget based on jQuery, and has been integrated into wordpress. In fact, you can use thickbox for the lightbox effect without any plugin.

    You can see the examples here:
    http://jquery.com/demo/thickbox/

  17. Tracy Rosen

    Hello,

    I really like this theme you made. I am playing around with it for a new blog I want to start. I uploaded a custom header. The thing is that it is no longer possible to click through to the home page via the header since I disabled the header text. Is there a way to make my custom header link to the homepage?

    Also, I have been searching through the code to find out how to change the navigation bar titles! In particular, the one that says ‘blog’ I would like to change to ‘home’. Where can I do this?

    Thank you. I appreciate your help :)
    Tracy

  18. Ben

    When will there be an update for 2.0?

  19. Ben

    I’m using version 2.0 and I have 2 little problems.

    1) After the “Continue reading” link it shows rgb. Shouldn’t be there
    2) No support for € in that link, I suspect more characters don’t work

  20. Ben

    Continue reading link has some issues

    1) Special charactars (like €) don’t work there
    2) It always ends with rgb’which is not supposed to happen

  21. Sinan

    really nice theme, thanks.

  22. Xu Yiyang

    @Ben:

    Thank you for reporting the bug.

    I think you can fix this by replacing the code in line 47 in theloop.php with the code below:

    the_content(sprintf(__(”Continue reading ‘%s’”, ‘rgb’), the_title(”, ”, false)));

    Or just remove the word rgb from the_title().

  23. Xu Yiyang

    @Tracy Rosen:
    You may edit style.css to make the header “clickable”:

    1. Recover the header text first.
    2. Add the code below in style.css:

    h1 a {
    font-size:0px;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:160px;
    }

    #header .description {
    display:none;
    }

    I hope it could work.

    And you can replace the code <?php _e(’Blog’,'rgb’); ?> with <?php _e(’Home’,'rgb’); ?> in header.php to change the text on the navigation bar.

  24. Ben

    Thanks, that worked for the ‘rgb’ part in the link which is now gone.

    Any fix for special char? http://ben.nightspirit.nl/category/world-of-warcraft/ for an example.

  25. mitkevin

    comment如果不填东西或者少填了required项直接submit的话会出现500错误页,能不能改出错后返回原来的页面方便重新提交comment呢?

  26. herve

    Hello,
    and thanks for your great work with this theme!
    I’m new in developping on wordpress
    I have troubles using jquery on the content,
    obviously the functions used for the sidebar prevent me from using jquery on other parts of the website.
    Do you know how can I fix this issue?
    I just want to add a simple fadein function on the div #entry-content
    thanks for your help
    h.

  27. Xu Yiyang

    @herve:
    You can disable both Thickbox and UI-Tabs in the theme admin page if there are conflicts between different javascripts.

  28. Xu Yiyang

    @mitkevin:
    我这里并没有出现这种情况,出现500错误应该从WordPress和服务器配置上找问题。

  29. Xu Yiyang

    @Ben:
    I made a test for the special characters and there seems nothing wrong.

    Maybe you can try to use the standard compatiable XHTML Special Characters. For example: &euro; for €.

  30. Shawn

    评论提交的部分是不是还有待完善?

  31. akuii

    换上之后,果然评论有问题….根本不能评论…不知为什么…唉..

  32. Pascale

    Hi

    I found your theme and loved it. I use it on a new website http://www.makeuptrainee.com

    I will donate money as soon as I can get enough traffic to get a bit of ads on it.
    I wanted to know how I can do to have a “tag tab” like the one on your own website. I do a bit of programation, but not enough to try that without damaging the theme. :’(

    Thanks for any hellp.
    Take care

  33. Pascale

    hi me again, I think I may have found it on your blog. Sorry.

    http://xuyiyang.com/2008/06/12/jquery-ui-tabs-in-wp-themes/

    :)

  34. Matt

    Hey, i’m currently using this GREAT theme on my site.
    I was wondering how I would change the code to have the sidebar scroll with the rest of the page, and not stay static?

    Thanks!! Please email my response back, best, Matt

  35. Neil

    I have same question at Matt. How do you make side bar scroll. When list are long it gets cut off. Also, it would be great to have the widgets right on the sidebar as opposed to the ThickBox.

  36. G

    How would I add new pages like a “photography” or “links” page to the navigation? Is this permissible? Thanks!

  37. sherry

    呵呵,看了你最后一篇日志和这篇日志里的留言。
    我想任何事情都是需要付出代价的,就想博客里的朋友,如果没有时间打理就会想自己的学业一样惨淡起来吧……
    喜欢这个主题!!谢谢主人的分享

  38. ahmed

    Hello,

    In the admin interface I have the option of using widgets on Sidebar 2. But whenever I add any headings to sidebar 2, nothing happens. How do I activate sidebar 2?

  39. GPS Child Tracker

    Hi, can you let me know when the beta version of the latest release will be considered as fine and stable. I’m a bit afraid to install it just in case there’s a problem.

    Thanks

  40. Yoo Joon Ha at Mikaky

    [...] et je ne suis pas l’auteur de ce magnifique design (Xu YiYang) [...]

  41. Kiki

    Hi!

    I had a couple questions about your theme- I’m using the beta.

    1) Why isn’t the user submitted header img a link to home, and how can I set it that way myself? I’m a little new to the code side of things and I can’t quite see where to edit this.

    2) when using the tag cloud widget – the link doesn’t open the post, it just gives the title of the post – since this blog is img based, would be awesome to have the tag link go to the full post. (maybe this is on wordpress side??)

    Anyway, thanks if you can advise a newbie!

  42. flowers for mothers day

    Hi,

    This theme looks exactly what I’m looking for but I notice you have not updated the page to know if it’s compatible with Wordpress 2.7.1 which I’m using for all my sites.

    I’d rather know beforehand if it’s ok (I think it probably is), as in the past I’ve had problems with my Wordpress database when I change between different themes.

    Thanks for such good free resources. They are excellent.

    Kind Regards

  43. audio books

    Hi, I’d too would like some information on Wordpress compatibility. Can you post confirmation that it will work with 2.7.1 WP. Thanks

  44. 小T

    很喜欢你的主题,酷酷的感觉,支持一个

  45. jsonv

    hi,

    is the theme your website is using is for free for public?

Post your comment