WordPress Theme - Velocity
Written by Jai on February 1, 2008 – 10:34 am - 8,879 viewsPlease welcome our new free WordPress theme - Velocity. This is a vibrant, fully validated, 3-column theme with two widget enabled sidebars. The theme is fixed-width and suited for maximum readability. Here are some more features:-
- Trackbacks & comments separated.
- Stylized comments.
- Small size (90Kb)
- Web 2.0
- Wide content area.
- XHTML validated.

Any Feedback will be appreciated!
If you enjoyed this post, make sure you subscribe to my RSS feed!
47 Responses
to “WordPress Theme - Velocity”
15 Trackback(s)
- Feb 1, 2008: Best 3-Column WordPress Themes
- Feb 1, 2008: Wordpress????——Velocity | ????
- Feb 4, 2008: WordPress Theme - Velocity | Wordpress Themes
- Feb 8, 2008: Georgetown Living Wage » Blog Archive » Velocity Wordpress Theme
- Feb 8, 2008: A-Z AUTO » Velocity Wordpress Theme
- Feb 14, 2008: Weblog Tools Collection » Blog Archive » WordPress Theme Releases for 2/14
- Feb 17, 2008: 2.14???????wordpress theme - wordpress???
- Feb 26, 2008: Weblog Tools Collection: WordPress Theme Releases for 2/14 | Pittsburgh Punch
- Mar 20, 2008: WPseeker » Blog Archive » Theme:Velocity
- Mar 31, 2008: WordPress???? » Blog Archive » Velocity
- Apr 1, 2008: free proxy template free proxy guide
- Apr 5, 2008: WordPress 2.5 : Themes at STCFX - Web Everything
- Apr 8, 2008: Free Wordpress Theme - Velocity | PARAN PARK | Themes & Templates
- Apr 16, 2008: WordPress Theme Releases for 2/14 | Wordpress Bin
- May 2, 2008: 50 Best Free WordPress Themes Gallery













A little simple. But nice looking.
Start releasing a bunch of themes if you have the time, and let more people see what your capable off.
Looks nice, but no RSS subscription button? The user can certainly put one in, but it would be a nice features in the template.
I like the new theme. It looks good. Kepp up the good work.
Hey Bob! Just wanted you to know that I’ve used your html and php from your theme “Green love”
I kept your name in the css-file though.
Nice!~
I always appreciate your wonderful theme
Nice! Goodjob?thanks?
hai jai, as usual, i will try to port this template into blogspot platform.
wish me luck.
by the way, may i use your hosted image for this purpose?
would be great if you could enclose a layered version of your heading.gif file. I would like to change the background, but want to keep the doodles.
Otherwise, I love the theme! Thanks very much
Hi Jai
I’m really love the theme
Great theme, But I am wondering is there anyway I can make the header text disappear, So I can use photo shop to create the header.
I have tried a bit, But I am unable to do so, Thanks
Dale
http://sensuouspalate.com/
I try it. and found some bugs.
the date and the RSS.hope to make .
nice theme Jai
i going to used it soon..
but i will do some edition and addition…
thanx dude
A perfect theme for me .. took me weeks to look around and finally found this theme.. thanks, Jai!
It was great chatting with you too …
Hi jai,
I have use this theme as my blog theme but there is problem when my title a little bit long..the title will close the ‘post meta’ word..so just wanna to know how i can fix this..thank u for ur great themes..Nice
>>www.unosz.com
I like the theme and want to use it.
Is there an easy way to make the entire width more narrow by making the middle column more narrow and resizable?
Thanks..
actually, don’t need it to be resizable. I just want to make the middle content more narrow.. thanks.
I love the theme too. But how come only the right side widgets work and not the left? Is there is some thing I need to enable to make the left widgets appear?
Thanks,
Rolando
Rolando - the Archives, Page, and Single Post templates are missing the code required to display the left sidebar. You can copy the section of code you need from the Main Index Template - it’s well marked with begin sidebar and end sidebar comments.
Side note - the left sidebar is “Sidebar 1″ but it’s styled as dive id=”sidebar2″, and the right sidebar is “Sidebar 2″ but is styled as div id=”sidebar1″
-Bryan
^^^ - I meant “display widgets in the left sidebar” not “display the left sidebar”
Thanks Bryan, but were do I put this code:
<?php get_archives(’postbypost’, ‘10′, ‘custom’, ”, ”); ?>
and in what files and where. I tried different combinations, but nothing seems to work.
Sorry the code looks like this:
<!-- start sidebar one -->
<?php get_archives('postbypost', '10', 'custom', '', ''); ?>
<!-- end sidebar one -->
I couldn’t paste the code. Do you think you can just send me the updates to the files that need to be modified? Please. Thanks.
Rolando - this is the code that should replace existing code in the Archives, Page, and Single Post templates:
<?php get_archives(’postbypost’, ‘10′, ‘custom’, ”, ”); ?>
oh - duh. The comments script is not escaping the code. I’ll try to contact you via your website
Rolando - this is the code that should replace existing code in the Archives, Page, and Single Post templates:
<!– start sidebar one –>
<div id=”sidebar1″ class=”sidebar”>
<ul>
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( function_exists(’dynamic_sidebar’) && dynamic_sidebar(2)) : else : ?>
<li id=”recent-posts”>
<h2><?php _e(’Recent Posts’); ?></h2>
<ul>
<?php get_archives(’postbypost’, ‘10′, ‘custom’, ‘<li>’, ‘</li>’); ?>
</ul>
</li>
<?php endif; ?>
</ul>
</div>
<!– end sidebar one –>
Excellent, thank you that worked! I also made the same change to the index.php file in my theme directory.
I am glad to see people helping out each other. Until now, it was only me
fantastic theme, i will be using this on my wordpress blog http://ethnu.wordpress.com/
I like this theme, but I’ve had to do too much work to make it work that I’m unloading it.
The background is white and the font color for the commentor is white .. uh?
Gravatar doesn’t work no matter how hard I try.
Fixing the widgets was murder and I’ve lost a few because of it.
Sorry — love the lay but can’t spend the rest of my days “fixing” it.
Hello,
great theme! Is it possible to get the header (grafic) in open file format to modify it a little bit?
Thanks… Frank
Bryan or anyone else who can help,
Regarding the issue with the left sidebar, I added the code to the pages. However, it didn’t work. I get this error message:
Parse error: syntax error, unexpected T_STRING in /home/talkingf/public_html/joe/wp-content/themes/velocity/archive.php on line 8