PreviousPauseNext
Latest Free WordPress Themes | More Free Themes
AdsPress WordPress Theme
AdsPress

WP 2.5 Gallery Compatible
Adsense Ready
Gravatar Ready
2-Columns
Widget-Ready
Logo PSD

Demo
Download
Latest Free WordPress Themes | More Free Themes
Statement WordPress Theme
Statement

WP 2.5 Gallery Compatible
Quick Tabs
100% Width
3-Columns
Widget-Ready
Logo PSD

Demo
Download
Latest Free WordPress Themes | More Free Themes
Tutorials WordPress Theme
Tutorial Theme

Tutorials Feature
Thumbnails
Bright colors
3-Columns
Widget-Ready
XHTML Compliant

Demo
Download
Latest Free WordPress Themes | More Free Themes
Corptheme WordPress Theme
Corptheme

Four Flavors
Dropdown Menu
Separate Trackbacks
3-Columns
Widget-Ready
XHTML Compliant

Demo
Download
Latest Free WordPress Themes | More Free Themes
Chronicles WordPress Theme
Chronicles

Dark Brown
3-Columns
Widget-Ready
XHTML Compliant
Web 2.0

Demo
Download
Latest Free WordPress Themes | More Free Themes
Velocity WordPress Theme
Velocity

Trackbacks & Comments
3-Columns
Widget Ready
XHTML Compliant
Web 2.0

Demo
Download
Latest Free WordPress Themes | More Free Themes
Blue Lily Theme
Blue Lily

3-Column
Widget Ready
XHTML Compliant
Web 2.0
Rounded Edges

Demo
Download
Latest Free WordPress Themes | More Free Themes
Techicon Theme
Techicon

4-Column
Widget Ready
XHTML Compliant
Blue/White
Recent Boxes

Demo
Download
Latest Free WordPress Themes | More Free Themes
Brilliance Theme
Brilliance

3-Column
Widget Ready
XHTML Compliant
Black/White
Adsense Ready

Demo
Download
Latest Free WordPress Themes | More Free Themes
Identity Theme
Identity

3-Column
Widget Ready
XHTML Compliant
Black/White
Rounded Edges

Demo
Download
Latest Free WordPress Themes | More Free Themes
Xplosive Reloaded Theme
Xplosive Reloaded

3-Column
Widget Ready
XHTML Compliant
Multi-colored
CSS Style Switcher

Demo
Download
Latest Free WordPress Themes | More Free Themes
Limit Theme
Limit

3-Column
Widget Ready
XHTML Compliant
Blue/White
Rounded Edges

Demo
Download

WordPress Theme - Velocity

Written by Jai on February 1, 2008 – 10:34 am - 8,879 views

Please 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.

Velocity WordPress Theme

Test Run | Download

Any Feedback will be appreciated!

If you enjoyed this post, make sure you subscribe to my RSS feed!


47 Responses to “WordPress Theme - Velocity”



  1. 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.



  2. Looks nice, but no RSS subscription button? The user can certainly put one in, but it would be a nice features in the template.



  3. I like the new theme. It looks good. Kepp up the good work.



  4. 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.



  5. Nice!~



  6. I always appreciate your wonderful theme



  7. Nice! Goodjob?thanks?



  8. 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?



  9. 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



  10. Hi Jai

    I’m really love the theme



  11. 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/



  12. I try it. and found some bugs.
    the date and the RSS.hope to make .



  13. nice theme Jai
    i going to used it soon..
    but i will do some edition and addition…
    thanx dude



  14. 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 …



  15. 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



  16. 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..



  17. actually, don’t need it to be resizable. I just want to make the middle content more narrow.. thanks.



  18. 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



  19. 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



  20. ^^^ - I meant “display widgets in the left sidebar” not “display the left sidebar”



  21. 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.



  22. Sorry the code looks like this:

    <!-- start sidebar one -->
     
      
        
          
                
                  
                  &lt;?php get_archives('postbypost', '10', 'custom', '', ''); ?&gt;
                  
                  
                
      
     
    <!-- end sidebar one -->



  23. 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.



  24. Rolando - this is the code that should replace existing code in the Archives, Page, and Single Post templates:

    <?php get_archives(’postbypost’, ‘10′, ‘custom’, ”, ”); ?>



  25. oh - duh. The comments script is not escaping the code. I’ll try to contact you via your website



  26. 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 –>



  27. Excellent, thank you that worked! I also made the same change to the index.php file in my theme directory.



  28. I am glad to see people helping out each other. Until now, it was only me :)



  29. fantastic theme, i will be using this on my wordpress blog http://ethnu.wordpress.com/



  30. 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.



  31. Hello,

    great theme! Is it possible to get the header (grafic) in open file format to modify it a little bit?

    Thanks… Frank



  32. 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

  1. 15 Trackback(s)

  2. Best 3-Column WordPress Themes
  3. Wordpress????——Velocity | ????
  4. WordPress Theme - Velocity | Wordpress Themes
  5. Georgetown Living Wage » Blog Archive » Velocity Wordpress Theme
  6. A-Z AUTO » Velocity Wordpress Theme
  7. Weblog Tools Collection » Blog Archive » WordPress Theme Releases for 2/14
  8. 2.14???????wordpress theme - wordpress???
  9. Weblog Tools Collection: WordPress Theme Releases for 2/14 | Pittsburgh Punch
  10. WPseeker » Blog Archive » Theme:Velocity
  11. WordPress???? » Blog Archive » Velocity
  12. free proxy template free proxy guide
  13. WordPress 2.5 : Themes at STCFX - Web Everything
  14. Free Wordpress Theme - Velocity | PARAN PARK | Themes & Templates
  15. WordPress Theme Releases for 2/14 | Wordpress Bin
  16. 50 Best Free WordPress Themes Gallery

Post a Comment

BobV3 - A Premium WordPress Theme - $89.99
Modblogger - A Premium WordPress Theme - $89.99
Trueblogger - A Premium WordPress Theme - $79.99
Moneyblogger - A Premium WordPress Theme - $49.99
You can now make money by selling these premium themes. Earn a whopping 33% commission on every sale that you make from your website.
Join our Affiliate Program!