A lightweight but powerful WordPress theme built on WP Framework. RedLine includes custom menus, changeable header and background; and other features like microformats, a traditional template structure, clean semantic code and atomic template system. The theme supports seven widgetized areas – 3 in sidebars and 4 in footer. And moreover its code is compatible with HTML5, CSS3 and Accessibility (Section 508) standards.

RedLine is released under GNU General Public License version 2.
Installation
Extract the archive and Upload the /RedLine/ folder into your ‘wp-content/themes’ directory.
- Login to your WordPress Admin and navigate to the Apperance Tab.
- Select RedLine theme and Activate it.
- That’s it!
Instructions
- Now this theme supports custom header image.
edit 17 may 2010 If you don’t like plain white header, you may change the look easily. All you need to do is to upload appropriate picture into images folder (the_theme> library> media> images). Default requirements are – size:960x85px name:header.jpg.
Dropcap is described in CSS but you have to apply class="dropcap" manually.
See the example with Lorem ipsum
<span class="dropcap">L</span>orem ipsum dolor
-
Lorem ipsum dolor
Translation ready
Since version 0.3, RedLine is ready for translation. For detailed explanations and „How to“, read the article RedLine theme has a multilingual interface
Available languages so far
- English (en_US) – default
- Bulgarian (bg_BG) by Yulian Yordanov
- French (fr_FR) by Max
- German (de_DE) by René Galuba and Christian Stührmann
- Spanish [Spain] (es_ES) by Antonio Moulet
- Russian (ru_RU) by Namanov Shukhrat
- Turkish (tr_TR) by Ersan Özdil
- Italian (it_IT) by Carlo Galici
- Vietnamese (vi) by Potato
- Swedish (sv_SE) by Fredrik Arvidsson
IE6 issue
RedLine is built according CSS 3 specifications and because of this Internet Explorer 6 doesn’t render the theme correctly. Making RedLine compatible with IE6 means to undergrade it so I’m not intend to do this. But there is a solution – check the Nathan Rice’s explanation and follow his advices (in brief: you can force WordPress to serve default theme /Kubrick/ for IE6 users).
Edit 22 oct 2009
The Problem is Solved – I found a solution about this and I hope since version 0.2.6 the menus will appear correctly under IE6.

I am using the redline theme but only have the option to have all pages with 3 columns. I would like to have some pages without the side columns. Is that possible?
I’m sorry for the late answer, I was away from Internet for few days.
- No, it can’t be done by some tweak or other „easy way“, to do that you have to edit the template structure if the theme
Greetings Julian
2 Questions:
1. How can I get to the pervious posts with your answers to earlier questions
2. How to change fonts in Redline
Thank you for your generous assistance
/Peter
Hi Peter
1) The link to previous comments is at te top of the comments area
http://post-scriptum.info/redline-theme/comment-page-11/#comments
2) Open Admin panel > Appearance > Editor > style.css and find this selector
/* Document Body */ body, input, textarea { font: 0.81em/1.62 Georgia, "Times New Roman", Times, serif; color: #333; background: url(library/media/images/brushedmetal.png) #C2C2C2; }Make your changes and save the file. You are done with fonts.
Julian,
Came across this post, thought I would share it with you. It refers to ver 1.7 maybe this has been addressed in 1.9?
Theme Name : RedLine Theme
URL: http://wordpress.org/extend/themes/redline
Type: XSS
Version: 1.7
Credit: Sitewatch
Secunia
Exploit: Input passed via the “s” parameter to index.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user’s browser session in context of an affected site.
Thank you for the report. Yes, I know that and it’s already fixed in versions after 0.70.
This is just another example why user have to keep their software updated
Hi,
Redline theme is great! Please check out my website: http://www.ryansingleton.com.
Is there a way for me to remove the side bar for this theme on all of my pages except the page titled „Portfolio,“ which is my blog?
Thanks so much!
Ryan
Hi Ryan,
Good site
No, the sidebar cannot be removed – the design structure is such. But you can go to Admin panel > Appearance > Widgets and customize the look and the content of the sidebar. If you don’t want some of sidebar areas just put an empty text widget in it and it will disappear.
Thanks for this! I really appreciate your positive feedback and help. I’ve been having trouble with widgets, though. When I go into Admin panel > Appearance > Widgets, the instructions say I can drag widgets from a main menu to a side bar at the right; however, there is no side bar at the right. Consequently, I can’t add any new widgets or edit the existing ones on my site (i.e. Tags, Pages, and Site Admin). What are your thoughts about this?
Thanks again and be well,
Ryan
Hmmm.. I think it’s a some browser issue or you’re using narrow monitor and the sidebar goes bellow other content.

Look how I see the Admin panel from this website on my monitor.
Keep me informed
This is all interesting stuff. In the image you posted, I noticed that you have a top side bar, right side bar, left side bar, and bottom side bar. I don’t have these available under my Appearance>Widgets page; however, I do have access to the HTML code under Appearance>Editor, and all of these categories are available to me. Is there anything I can do to the code to make these categories visible under the Appearance>Widgets menu? I don’t have a lot of education/experience in computers; however, I’m willing to give it a shot!
Thanks for all of your time and work on this issue.
Be well,
Ryan
@Ryan
Hmm, Widgets are the core WordPress function. What WP version you are using? The current is 3.2.1
Hey, I came across your theme and was wondering if there was a way to change the sidebar background color? Nice theme! Thanks!
Sorry for the late answer.
Yes, there is a way to change it. Go to Admin panel > Appearance > Editor and open style.css, ther find the selector
#secondaryand change the colorHow to edit the categories below the header on this theme? In my website i have 3 lines of categores but i would like to choose the categores to be shown there. how to do that?
Go to Admin Panel > Appearance > Menus, create a menu with the content you desire and assign it as a Secondary (if you want to be under the header) or as Primary (if you want to be above the header image).
Save the changes and you are done.
Hi -
The visited links don’t change color! I changed every „a:visited“ in the links section of style.css, but there was no change in their appearance. What can I do?
It’s in style.css row 197:
.entry-content a:visited { color: #9D724F; }