HeadsetOptions // promotes individuals and businesses launch, grow or reinvent themselves by leveraging the power of web design, SEO and WordPress to create brand
identities and gain market share

Free Advanced WordPress Theme Unbound

Unbound is an full-function advanced WordPress theme with touch free “CSS” customization functionality built in. The theme has practically no set up time and works straight out of the box.

Advanced WordPress Theme Unbound

Just like our other free premium advanced WordPress themes, “Unbound” comes packed with all the great functions and features we offer for free, such as…

  • Theme edit options within WP Admin panel: Now you can edit like a pro without messing with codes.
  • Change the header image from the WP Admin panel.
  • Featured-regular posts highlights your important posts by placing it at the very top of the site.
  • Second level conditional menus.
  • Tabbed JavaScript sidebar widget saves web real estate.
  • Widget ready side and bottom bars styled to easily add Google Adsense.
  • Customizable comments block colors.
  • Search engine optimized.

Demo and Download

Give the theme a test flight by running the demo, then grab a copy of the advanced free WordPress theme Unbound. This theme is free for personal use, we urge you refer to the license section below before downloading if you plan on using it commercially or otherwise. The theme works with WordPress versions 2.0.x through 2.5.

Authors, License and Credits

The theme is a collaborative work of MandarinMusing WordPress Theme and Headsetoptions Web Design and based on a free template by Erwin Aligam of Style Shout. This effort was made possible with support by the makers of Diaphragm Pumps and Air Tools.

The theme is released under a combined CC and GPL license. The CSS (stylesheet) and images are released under a Creative Commons Attribution 2.5 License, while the rest of the theme files are released under a GNU GPL License. What this means is, if you are to use this CSS/images to redesign, you are required to link back to the theme authors in the footer. You can make any changes to the php files any way you like. However, we prefer you leave the credits for the theme intact to help users find this theme easily. You are not allowed to redistribute this theme in part or whole. Contact us if you plan on using it commercially or if you have any special needs.

Free Support and Paid Customization

Like the other 100 or so themes from our team, this theme too is supported for free. Please go to our WordPress downloads and support page for WordPress themes support and tips.

For customization of themes or web design projects, visit Headsetoptions.org. You may view, download and test run more of our Free WordPress themes at MandarinMusing.com.

Please do spread the word if you like our themes, make a donation if you love it!

// Tagged 2 column, 3 Column, Adsense ready, Advanced WordPress Theme, Design, Magazine Style WordPress Themes, New Release, SEO, Search Engine Optimization, WP, WP Theme Viewer, Web Design, free css templates, free template, free wp theme, headsetoptions, mandarinmusing, premium templates, resources, styleshout, theme viewer, web 2.0, wordpress, wordpress skins, wordpress templates, wordpress themes // 04.19.2008 at 7:04 pm //

17 Responses to “Free Advanced WordPress Theme Unbound”
// Trackback // RSS 2.0

  1. Ervin says:

    Nice theme, love the colour contras with header image.

  2. jc says:

    the style.css file included in the download is empty other than the copyright info, making the theme useless right now. please fix.

  3. hso says:

    @ jc

    Check style.php, thats where the styles are, it is set such that you can edit the style without knowing or touching CSS via the WP Admin panel.

  4. wpSnap - Best WordPress Themes, Blogging Tips, Design Resources » Unbound says:

    [...] Links: Demo | Theme URI [...]

  5. SE7EN says:

    Wow, thank you for such great theme!

  6. daniel says:

    Your install document states that one should alter the ads.php file for the ad cluster at the top of the sidebar, but I don’t believe there is one included in the zip file.

    I’m wondering if you could make that available.

    ***Nevermind –just found “regularad.php” but you might want to change your installation doc.

    Also, FYI, the first zip of this theme I downloaded, named “Unbound1-0.zip” (I believe it came from one of the sites directly linked to you) was missing all the php and css files. If it’s in your control, you might want to check that.

    Other than that, thanks for a spectacular theme!

  7. hso says:

    @ daniel

    Looks like you got the first copy of the theme from a spam site trying to screw you by providing a free theme and adding hidden advertisements, there are many of those out there.

    Thanks for pointing out the err in the install instructions, I will change it shortly.

  8. giuseppe says:

    hi,

    I’ve a problem with you beautiful theme. In the post’s page this code appears over the comments form. Thank you for help.

    Project-Id-Version: WordPress 2.5 Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com POT-Creation-Date: 2008-03-29 18:22+0200 PO-Revision-Date: 2008-04-02 08:23+0100 Last-Translator: Language-Team: Italian (www.wordpress-it.it) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=n != 1; X-Poedit-Language: Italian X-Poedit-Country: ITALY X-Poedit-SourceCharset: utf-8 X-Poedit-KeywordsList: __;_e X-Poedit-Basepath: . X-Poedit-SearchPath-0: .

  9. hso says:

    @ giuseppe

    The issue seem to step from a translation tag, I looked into the theme file and we have a tag that is set to change the text “Leave a Comment” when translated. For some reason it is not and changing it to Italian. teh simplest thing to do is open comments.php and look for this:

    <?php _e(”); if ( comments_open() ) : ?>
    <h3>Leave a Comments <a href=”#postComment” title=”leave a comment”> »</a></h3>
    <h4><a href=”<?php trackback_url(); ?>” rel=”trackback”>Trackback</a> | <?php comments_rss_link(’RSS 2.0′); ?></h4>
    <?php endif; ?>

    Remove these lines:

    <?php _e(”); if ( comments_open() ) : ?>
    <?php endif; ?>

    Leaving only these two:

    <h3>Leave a Comments <a href=”#postComment” title=”leave a comment”> »</a></h3>
    <h4><a href=”<?php trackback_url(); ?>” rel=”trackback”>Trackback</a> | <?php comments_rss_link(’RSS 2.0′); ?></h4>

    Then change the text from “Leave a Comments” (which by the way is wrong even in English - it should say Leave a Comment (singular)) to its equivalent in Italian. Let me know if it helps.

  10. giuseppe says:

    ok, now it’s correct, many many thanx!!!

  11. daniel says:

    We’re getting things up and running with Unbound (still have to set up a footer or content area graphic to endcap the content area), but I’ve run into a couple little things that I thought you might want to know about.

    The biggest one: if you only have one post, the background color/image for “content” does not reach the bottom of the content area.

    This wouldn’t be such an issue (once you create two blog posts the problem is solved) except that it does the same thing on static pages, and the lack of a background is extremely obvious there (see http://RenBoy.com, click “info”).

    I’m wondering if it has something to do with the “paginate” div, as there is no “paginate” in the style sheet. That’s just a guess, and probably a pretty lame one, but it’s all I’ve got right now.

    Thanks again for a great theme.

  12. hso says:

    @ daniel

    I see what is happening, you are using a new content-bg image which in reality is small enough (only 10px high) that it can be repeated. However the style is set not to repeat. Here’s what you do, open style.php and look for this:

    #content {
    float: left;
    width: 100%;
    background: #fff url(images/content-bg.jpg) no-repeat;
    }

    Change that to:

    #content {
    float: left;
    width: 100%;
    background: #fff url(images/content-bg.jpg) repeat-y;
    }

    Let me know how it works. BTW, you site looks awesome.

  13. daniel says:

    @ hso

    Thanks for taking a look.

    Actually, you can see that the 10px back ground image is in fact set to repeat on the y (continues on down the page on “blog post” pages), but for some reason it stops short (often waaaay short) of the bottom of the content area on the “pages.” For the life of me I can’t figure out why. Loops? Paginate class? Entry class? Clear class? Something’s getting in the way, and I assume it’s something in page.php (but obviously I could be wrong).

    I thought maybe the Thickbox for the WPNG Calendar widget (great Google Calendar integration widget, btw) might be the culprit, but I removed it and there was no change, so it’s not that.

    After taking another look, I do notice now (duh) that the repeat chases the length of the page content (”info” page is really stubby, “listening page” goes further as there is more text, etc…). So the solution would be an element that somehow makes sure the “content” is as long as the number of widgets, etc… installed in your sidebars… or maybe placing the background element in one of the other content wrappers (I haven’t looked at the sidebar to content structure yet after noticing this)?

    The simple (but not quite so savvy) fix would be just loading the pages up with empty paragraphs to make sure they are as long as the sidebar.

    Thanks for the complements on the design.

  14. daniel says:

    Sure enough…

    Adding the

    “background: #333 url(images/content-bg.gif) center repeat-y;”

    to the “content-outer” (instead of or in addition to the “content”) class is the solution.

    Now I’ve just got to get the bottom “end cap” on the content edge graphic and we’re good to go!

  15. hso says:

    @ daniel

    The simplest way would be to add a div at the very bottom of header.php and close it as the very top of the footer.php. The div can be a id, class or nothing, such as:

    <div style=”background: #333 url(images/content-bg.gif) center repeat-y;”>

    and end it with

    </div>

  16. jim says:

    I’m trying to use unbound with a static home page and blog entries on a different page. The blog entry page works fine, but I wind up with two “home” pages in the menu. The pages themselves look okay, but can’t have two home pages.

    Thanks for the great looking theme.

  17. hso says:

    @ jim

    You can open header.php (or Header within WP Admin) and find and delete this piece of code:

    <li class=”<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists(’is_tag’) and is_tag()) ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>”><a href=”<?php echo get_settings(’home’); ?>”>Home</a></li>

Leave a Reply






Use SimpleCode while pasting codes.


« Anatomy of a Magazine Style Premium WordPress Theme - Part 3.2 “Conditional Navigation Menus” // Spring 2008 Reboot Prelude »