Today we have another free WordPress theme, original template designed by Styleshout. It features native Gravatar and tagging support, as well as 4 widgetized areas (one sidebar, and three footer).
20 Comments »
Trackback responses to this post
- WordPress Themes - The Best Of The Best! » Blog Archive » Two Column WordPress Themes - TechJunkie, Elegant Brit, Out of the Box
- Fremus.co.za » Blog Archive » Wordbook and Armin van Buuren ASOT ep 356
- WordPress Theme Releases for 6/20 at WordPress Themes, WordPress Plugins, Blog Tips, WordPress Optimizations >> WPthemesplugin.com
- blog.klinks.info » Blog Archive » Design-Wechsel










I’ve downloaded this and am experimenting with it. I am a WordPress newbie. How do I add a page to this so I can have as many as there are in the demo? Also, how do I edit the footer - I want to manipulate the Meta, Archive and Recent Posts areas.
Thanks.
Thanks for sharing this great theme! I’m going to modify it, just change some colors and I will use for one of my blogs
@Sandi: There are 3 widgetized footer areas, so if you’re familiar with widgets you can drop them in. You can add pages to get them to appear in the top menu. Simply go to the Write -> Page menu and publish.
@ADYBAH4iK: Thanks for letting me know!
nice layout leland .
i’ve always be a fan of any theme that has blue in it
Thanks Leland for the response. I’m still tinkering with the footer. I wouldn’t want what’s in that area to be linked from the top nav, per se. So I’ll try to think of another way to swap out the footer content for now. If you have any suggestions, I’m all ears/eyes.
Thanks! This theme is working great on my blog http://hotfixamerica.com though I can’t get my RSS feed to work. Not sure if that’s related or not.
@Jay: Does the RSS feed work with other themes activated?
Does anyone know how to make the homepage a PAGE and not a POST page? Thanks.
@Nick: Have you read this? http://www.themelab.com/2008/04/28/you-dont-need-a-blog-on-your-front-page/
Hi,
Thanks, but the problem is that there’s still a “Home” page that is forced to say as the “Home” page. I guess it’s the way it was written in the code?
Site: http://www.7thcode.com/
Go into your header.php file and remove the following.
<li<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists('is_tag') and is_tag()) ) { echo ' class="current_page_item"'; } ?>><a href="<?php echo get_option('home'); ?>"><span>Home</span></a></li>Yep, just got it. I removed this:
<a href=”">Home
Thanks!
No problem, and I like what you did with the theme! Looks great.
This theme is now available for blogger
http://themelib.com/2008/08/tech-junkie-blogger-template/
Great theme! I use it.
Hello,
I have set my wordpress blog so that the index file only displays posts from the announcement category. However, at the top I would like to display the latest post (but in a box at the top and only an excerpt) without it displaying the tags etc., what can I add to my coding todo that?
Thanks.