Fluid Blue WordPress Theme is a simple, graphics free, fluid width two column theme. Licensed under the GNU General Public License (GPL).

Fluid Blue WordPress theme
Features
- Fluid width
- Two columns
- Right sidebar
- Supports sidebar widgets, tags and gravatars, nested comments and comments paging.
- Compatible upto WordPress version 2.8
- XHTML and CSS validated
- Graphics free
Download
Latest version: 1.7.2 (Updated on 8 July 2009)
The theme can be downloaded from the WordPress theme directory.
Installation
- Extract the fluid-blue.zip file in a convenient location
- Copy the ‘fluid-blue’ folder to ‘/wp-content/themes/’ directory in your web server.
- Log in to the WordPress Administration Panels
- Select the ‘Appearance’ (or ‘Design’) menu.
- Select the Fluid Blue theme from the available list of themes to preview
- Activate the theme.
- Click ‘View Site’ at the top of the Panel’s screen. Your selection should immediately become active.
Srini –
Great clean theme. Spent a bit of time switching themes until I found yours. Am using it on patentseed.com.
I do have one question. Is there an easy way I can have “Author” show up for each post? I have multiple contributors and want each author to get recognition and a link to their profile.
Thanks!
Yes, you can. In the files index.php, archive.php, single.php, you will find the code to display the author commented out. So, all you need to change is to replace
<!-- <?php _e('by') ?> <?php the_author() ?> -->with
<?php _e('by') ?> <?php the_author() ?>You have to make this change to all the three files mentioned above.
simple n’ clean
maybe i want using this themes for my new blog
Hi Shrini,
Great work mate, I wanna 1.6.1 version of this theme any link to archive or Changelog ?
Do let me know !
Thanks
Abhishek, contact me and I’ll send you v1.6.1 if you need it.
Hello,
I’m using your great theme, and i mean it, it is really, really good. I love it.
been tweaking it a little bit, but can’t get it to change the post width. Already taken out the sidebar from single.php
Any suggestion ?
check it out here: http://armoredd.com/home/
Thanks,
Peter
Peter, I’ll be soon updating the theme with an options page that will address your issue.
Tks,
Srini,
Hi Im using WP 2.8.2 and I have updated your theme to 1.7.2 from 1.7.1
however its still telling me in the appearance admin area to update it to 1.7.2
Everything seems to be working fine other then that.
Great layout btw! nice a and clean just like I like it!
Thanks zo0t, I’ll look if that has some thing to do with the theme and fix if required.
Hallo Srini.
first, excuse my bad english

we make a update for fluid blue (fb) to 1.7.2 with the update-funktion from wp 2.8.3..
after this work are all ‘blank lines’ in nirvana, i mean, not in text. see home under http://www.falz.org (we are a information center for jobless peoples, not commercial)
we make a new installation from wp and fb over the wp-update-funktion, but it makes no correction.
we have only a modification in the footer.php, similar ‘optimized for firefox’.
have you a idea? we test your new theme ‘crispy cornsilk’ (it’s very nice!) but the effect is related: all blanc lines are away.
other themes makes not problem! and: we are normal leutz (people) – not coder
thanks for your help.
marolu
Marolu, I see that you have somehow fixed the problem. If the problem persists, contact me at http://srinig.com/wordpress/contact/
As an aside, let me inform here that a new version of Fluid Blue is due any time next week.
Thanks a lot for this great theme. We use it at webdevbros.net … slightly modified.
thanks!!
You are welcome. The mods look good!
Theme looks great. Does ist work with WP 2.8?
Thanks
Joachim
Version 1.7.2 will is compatible upto WP 2.8.4. But a new version of the theme is coming soon…
Nice theme. Yes, I’d also like to know about its compatibility with the latest WordPress, but it’s a nice, clean theme which I like.
Hi,
I installed your theme but there was a problem which is blue bar in the beginning of the page is disappeared please check it at http://www.success-stuff.com, and help me to correct this problem.
Thank you.
In style.css file, you have introduced a line “display:none;” under #header. That’s unnecessary, just remove that line and your header will reappear.