Free Advanced WordPress Theme Unbound

If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!

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!

Leave a Comments | Trackback | RSS 2.0

  1. 1. Ervin | April 23, 2008 #

    Nice theme, love the colour contras with header image.

  1. 2. jc | April 24, 2008 #

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

  1. 3. hso | April 24, 2008 #

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

  1. 4. wpSnap - Best WordPress Themes, Blogging Tips, Design Resources » Unbound | April 24, 2008 #

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

  1. 5. SE7EN | April 24, 2008 #

    Wow, thank you for such great theme!

  1. 6. daniel | April 25, 2008 #

    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!

  1. 7. hso | April 25, 2008 #

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

  1. 8. giuseppe | April 27, 2008 #

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

  1. 9. hso | April 27, 2008 #

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

  1. 10. giuseppe | April 27, 2008 #

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

  1. 11. daniel | April 28, 2008 #

    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.

  1. 12. hso | April 28, 2008 #

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

  1. 13. daniel | April 29, 2008 #

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

  1. 14. daniel | April 29, 2008 #

    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!

  1. 15. hso | April 29, 2008 #

    @ 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>

  1. 16. jim | May 12, 2008 #

    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.

  1. 17. hso | May 13, 2008 #

    @ 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>

  1. 18. jim | May 17, 2008 #

    Tried deleting this using the editor in Admin panel (WP 2.5). I click on the Update button and everything seems to work, but the code doesn’t go away.

    What could that be?

  1. 19. hso | May 17, 2008 #

    @ jim

    The file permission might be set such that users can not edit it via the admin panel. You can either change file permission or edit it directly via FTP manager.

  1. 20. Geoff | May 19, 2008 #

    I’ve tried to change the font color of the header text in the three columns of the bottombar (both widget or code). I can’t seem to make it happen. I noticed the demo site leaves them too dark and almost unreadable too. Just want to make them the same light gray color as the text down there.

    Any pointers would be appreciated.

    WP 2.5.1, Safari/Firefox, OS X

    -gb

  1. 21. hso | May 19, 2008 #

    @ Geoff

    I am surprised I missed it! Here’s how you fix it:

    Open style.php (not .css)
    Look for #footer-wrapper
    At the very end of the styling for #footer-wrapper add #footer-wrapper h2 {color: #ffffff;}
    Change the color that we set from ffffff (white) to that of your choice using hex-code

    That should do it.

  1. 22. Geoff | May 20, 2008 #

    Like a charm - thanks. Quick follow up: Those three headings are a bit big & bold. I’d like to change them to h3 (with the sans serif font). Where would I go to find that bit of code so I can change the bottom bar h2’s to h3?

    If I’m not mistaken the widget headers in the side columns are h3, correct? Or are they just h2 with a different font?

    thx

    -geoff

  1. 23. hso | May 21, 2008 #

    @ Geoff

    By default, WordPress uses h2 in sidebar widgets, theme heading are also h2, but a different font.

    Since you are using widgets to populate the bottom widget section, you will not be able to change the heading from h2, however, you can change the style of that h2. Here’s how you do it:

    Open style.php (not .css)
    Add to the stylesheet the following
    #footer-wrapper h2
    {
    color: #FFFFFF;
    font-size: 245%;
    font-weight: normal;
    letter-spacing: -2px;
    font-family: Georgia, ‘Times New Roman’, Times, serif;
    }

    Don’t forget to change the styles!

  1. 24. Geoff | May 21, 2008 #

    Thanks!

  1. 25. Marc | Wissenswerkstatt | May 26, 2008 #

    Hi,

    there’s something wrong with the Zip-File. The included CSS-File is empty.

    It would be nice, if you can fix it. It seems to be a very nice theme. Thanks!

    Sorry, I’ve seen, that the styles are set in the style.php - I’m sad because in the browser appears only a naked, raw design… :-(

  1. 26. hso | May 27, 2008 #

    @ Marc | Wissenswerkstatt

    It is meant to be that way, the style.php contains dynamic styling based on user input via WP Admin panel. Ensure you have all 19 PHP files, 1 CSS file, 1 JPG image and 2 folders uploaded to your server.

  1. 27. Kelsey | May 28, 2008 #

    Hi hso,

    I’m getting the same issue as Marc | Wissenswerkstatt - it’s happening on both the Fresh and Studio themes.

    I’ve ensured that all files are uploaded.

    Checking in Firebug, it says for every element ‘this element has no style rules’ - despite having the link to style.php clearly in the code.

    Very weird.

    No other themes are affected, however these are the only two using anything other than a straight stylesheet.

  1. 28. hso | May 28, 2008 #

    @ Kelsey

    Weird indeed, I checked your site on both FF 2.0.0.14 and IE 7.0.5730.13 and they seem to display just fine.

    Using Firebug I noticed a totally different error that was caused by a missing image called by the stylesheet. If possible, open style.php and look for this:

    #sidebar h2 {
    margin-top: 10px;
    padding: 15px 5px 10px 5px;
    font: normal 1.8em < ?php echo $fresh_other_font; ?>;
    background: url(images/footer-top.jpg) no-repeat center bottom;
    color: #< ?php echo $fresh_font_color; ?>;
    }

    And delete the line

    background: url(images/footer-top.jpg) no-repeat center bottom;

  1. 29. jim | June 1, 2008 #

    Subpages.

    Took me a while to figure it out, because it was getting hidden, but the Subpages additions end up underneath the search box, using the unbound menuing scheme. As designed right now, it appears that there’s room for about six menu items.

    Do you have a theme (or some code) to put the subpages underneath the main menu? When I read about the conditional subpages, I thought that’s what was in the theme.

    Greatly appreciate any help you can provide. I like the theme and have invested quite a bit of time getting graphics to match up with it.

  1. 30. hso | June 1, 2008 #

    @ jim

    So you have six menu and when the sub-page is called, it goes below the search bar?

  1. 31. jim | June 2, 2008 #

    behind. the search bar covers it.

    it would be like this. assume page 3 has subpages:

    home page menu:

    home page2 page3 page4 page5 page6 [search window]

    page 3 menu:

    home page2 page3 page4 page5 page6 sub[search window]

    since the menu is all on one line, it runs out of room.

  1. 32. hso | June 3, 2008 #

    @ jim

    You could temporarily move the search bar while we figure out a simple way to display the sub-pages without any hacks.

  1. 33. jim | June 4, 2008 #

    Thanks. I think it will be a useful feature of all your themes going forward.

    I’ll temporarily disable my sub-pages for now.

  1. 34. Wordpress Island - Wordpress Themes, Plugins, News, Forums, Articles » Blog Archive » FREE: Unbound Wordpress Template | June 10, 2008 #

    [...] can get full details on the theme here or a live demo of it here. 1 [...]

  1. 35. Marco | June 13, 2008 #

    Hello i try to install this theme, but i can’t link the CSS (php file) or i miss some step in the instructions? Working with wordpress 2.5.1.
    thx!

  1. 36. hso | June 13, 2008 #

    @ Marco

    Not quite sure if I understand, there is no set up required, all you do is upload the theme folder into wp-content/themes, login and activate the design. What are you trying to link?

  1. 37. j_king | June 27, 2008 #

    GPL + Creative Commons or your own license?

    GPL doesn’t put restrictions on commercial use, fyi. You might want to read up on that.

    Anyway, what does commercial mean anyway?

  1. 38. Dave | July 13, 2008 #

    I’m working on a website that I want to take live in a few days. It’s sort of a photo website with included text.

    http://www.plane-pix.com

    I had it all set up the way I wanted it and had several days of testing done. I was trying to include images with just about every new post and the front page worked well. Then this morning I found something I don’t like.

    While trying to set up a category for my friend to start posting pictures to I realized that even with him selecting his category that this particular theme(Unbound) doesn’t call up for images while looking at post sorted by category…

    I tried the default theme and the images show while searching his category but when switching back to Unbound theme the images don’t show.

    On this link http://www.plane-pix.com the top post is tagged ‘featured’ on the front page but when you click on it ‘featured’..it goes to cat=24 but has no images showing. I need for the images to carry over.

    Is there a simple code I can insert to call up the images. Would that be in archives.php??

    I also noticed that your live theme demo does the same thing!! Any idea of modding this in the future??

    Any help would be appreciated!!

    Dave Budd
    LAS

  1. 39. hso | July 15, 2008 #

    @ Dave

    This is a common settings issue. I set the archives and search results to show excerpts, not posts. This is done with the use of the WP tag

    <?php the_excerpt(’Read more…’); ?>

    Open archive.php and search.php and find and replace this excerpt tag with this one, the content tag:

    <?php the_content(’Read more…’); ?>

    This should show you the posts. As for the missing search results, I need to see it in action on your site with the theme active, I think the fix should take care of that too.

  1. 40. Dave | July 19, 2008 #

    Thanks for the quick reply..

    Works like a charm now!!!

    dave

  1. 41. WordPress шаблон “Unbound” на сайте WordPresss.com.ua - шаблоны Wordpress | July 30, 2008 #

    [...] Сайт шаблона: headsetoptions.org [...]

  1. 42. Matt | July 30, 2008 #

    Hi, Unbound looks nice, but there are a few things that seem wrong. While I was checking your demo site I noticed that when you search under Categories or Archives, there is no Previous Page link at the bottom. Meaning that only a small number of pages are visible ( I noticed taht this isn’t the issue with the Tags option). Is this fixable? I would like to try Unbound but don’t want to spend time on it if those issues can’t be resolved. Thanks

  1. 43. hso | July 31, 2008 #

    @ Matt

    Please refer to this comment for instructions to add the previous and next links in single.php, archive.php and search.php files. Alternatively, refer to this Codex instruction.

  1. 44. Cliff | August 1, 2008 #

    Hello,

    This is a great theme! How do I remove the tabs from the sidebar? I tried commenting them out, but that completely messed up the entire sidebar and the widgets.

  1. 45. hso | August 1, 2008 #

    @ Cliff

    Open sideabr.php and look for this:

    <!– TABS –>
    <?php include(”tabs.php”); ?>

    Comment it out like this;

    <!– TABS –>
    <!– ?php include(”tabs.php”); ? –>

  1. 46. Cliff | August 1, 2008 #

    Thanks, but when I try that, the widgets end up at the bottom of the page.

  1. 47. 20 Free 3 Column WordPress Themes | Blogging Tips from Blogsessive | August 16, 2008 #

    [...] Info & Download Here Preview Here [...]

  1. 48. MacTeP | August 16, 2008 #

    Very nice theme I will use it.
    Thanks a lot!

  1. 49. Veka | August 16, 2008 #

    I don’t understand what i need to do with style.css and style.php

    i uploaded ‘unbound’ in the theme directory like any other wordpress theme but when i activate it, no css information are loaded. The theme appear without color, images, structure…

    I use wordpress 2.6.1 (FR)

  1. 50. hso | August 16, 2008 #

    @ Veka

    Make sure your functions.php file is within the theme folder. The Play demo site is powered by 2.6.1 also. Send us the site URI so that I can check.

  1. 51. Veka | August 16, 2008 #

    functions.php is still in the theme folder.

    URL added in the “website” field.

    i want to understand my mistake :)

  1. 52. hso | August 16, 2008 #

    @ Veka

    Make sure your theme folder is named ‘unbound’ and not anything else. Also, try disabling any/all plugin you have active and check, I have noticed some plugins not working with 2.6.1.

  1. 53. Veka | August 17, 2008 #

    theme folder is named “unbound”.

    “fluency admin” and other plugins now desactivated.

    > No change.

    Maybe there is a problem because of the localized version of my installed Wordpress.

    I tried to put the css of style.php in style.css. The header background appear but the problem is not really fixed, many other elements missing.

    I tried another theme from headsetoptions, Mint Idea. Same problem.

    What can i do to transform your themes in a traditionnal way ?

  1. 54. hso | August 17, 2008 #

    @ Veka

    Check your email, I sent you the traditional style.css and functions.php files for Unbound. Hope that fixes the issue.

  1. 55. hso | August 17, 2008 #

    @ Veka

    Also, check is you have Cache and Cookies cleared when switching between themes.

  1. 56. Veka | August 18, 2008 #

    Thank you for your time and email.

    Now, it works perfectly :)

  1. 57. hso | August 18, 2008 #

    @ Veka

    Looks good. One thing to note is to change the h3 in this section of style.css to h2:

    #footer-wrapper h3, #footer-wrapper p {
    padding-left : 0;
    }
    #footer-wrapper h3 {
    font : normal 1.6em/1.6em ‘Trebuchet MS’, Tahoma, Arial, Sans-serif;
    color : #ababab;
    }

    Make it

    #footer-wrapper h2, #footer-wrapper p {
    padding-left : 0;
    }
    #footer-wrapper h2 {
    font : normal 1.6em/1.6em ‘Trebuchet MS’, Tahoma, Arial, Sans-serif;
    color : #ababab;
    }

  1. 58. bart lewis | August 20, 2008 #

    SUPER GOOD JOB ON THIS THEME! JUST WHAT I WAS LOOKING FOR ACTUALLY!

    I read the other comments regarding the ads.php info and the fix on the instructions page. However, I downloaded the theme yesterday and I’m seeing the instructions that say there’s an ads.php file. It’s not there.

    I do have a regularad.php and featuredad.php file. But neither of them control the main advertisement spot featuring 6 125×125 sponsors. I’d like to edit those spaces. Please help me understand what I’m not doing correctly.

    Bart

  1. 59. bart lewis | August 20, 2008 #

    sorry. i should’ve placed this in my previous comment:

    How do I got about making the subpages function work out?

  1. 60. hso | August 21, 2008 #

    @ Bart Lewis

    The 6 square 125px ads are controlled from sponsor.php. Err in instruction corrected in new downloads.

    Subpages function? All you do is add subpages and it will show up in the menu when the parent page is visited. Is that not happening?

  1. 61. Bart Lewis | August 21, 2008 #

    Thanks for the response! I noticed the sponsor.php file later yesterday. Thanks for clarifying that for me.

    PAGES: I’m having some problems. First, I’ve got this weird page in my nav called “Text Messaging Banned.”

    SUBPAGES: When I click on a Parent page, I see the text to the right of the nav that says, “Subpages:” However, if they were to show, they’d be showing behind the SEARCH BOX. But they’re not showing up.

    I don’t write code very well. However, I understand where to place code and so forth if I just have the code. What if I put the subnav below the main nav. There looks to be room. Could you help me with the code?

    Bart Lewis

  1. 62. Unbound — Simple Themes | August 31, 2008 #

    [...] Release Page [...]

  1. 63. erik | September 2, 2008 #

    Hi! I love this theme, but having the same problem as Veka. I have read through all the posts and
    followed each instruction…still no luck. Would it be possible to get the traditional css and function.php?

    thanks!

  1. 64. erik | September 2, 2008 #

    N/M. I was able to pull the files I needed from Veka’s site. Thanks and great work!

  1. 65. fabletechnologies | September 7, 2008 #

    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.

  1. 66. alessia | September 15, 2008 #

    Ciao! i’m sorry for my bad english, but i’m italian!

    Under the heading of Article I put the date and author, near us, I put two icons (16×16)
    these icons appear with me an gray border and not completely aligned vertically to the text.
    Please someone can help me create a new “class” (I hope the
    terms right) on the css file to manage these little icons (centering in relation to vertical
    text without the gray border) to put near some text fields?

    and..

    be possible to create a script that allows me to rotate header photos?

    thanx…. Alessia

  1. 67. hso | September 17, 2008 #

    @ Alessia

    I am not sure you are using this theme, because the icon or image should not have any border. Anyway, you can open style.php and add something like this:

    .icons img {
    border: none;
    margin: 0; padding: 0;
    }

    Now add the following in front of the image link:

    <img class=”icons” src=”http://www.yoursite.com/images/icons1.gif” />

    Hope it helps.

    Also, the script for rotating header can be found here.

Have Your Say »

(Required- use your name, not keywords)

(Required- will not be published)

(Optional)

Use SimpleCode while pasting codes.