Mimbo is a clean good looking magazine-style Wordpress theme which makes extensive use of WP’s template tag system to create a non-traditional layout. It contains no images and only minimal CSS styling. Mainly it exists as a clean, grid-based starter layout for designers to install and style to their own liking.

Mimbo Magazine

Price: Free

Demo / Source & Download

3 Responses to “Mimbo Magazine WordPress Theme”

  1. January 29th, 2008 at 1:53 am #"Branford Magazine" WordPress Theme | Premium WordPress

    [...] magazine themes into one single theme. The inspiration from “Revolution” by Brian Gardner, “Mimbo” by Darren Hoyt and “Structure” by Justin Tadlock, are clearly evident in the theme. The result is a clean, [...]

  2. February 4th, 2008 at 12:32 am #Mimbo Pro Progress Report | Premium WordPress

    [...] couple of weeks ago Darren Hoyt (creator of the fantastic free Mimbo theme) announced he would be developing a paid version of the theme – called Mimbo Pro. Today he [...]

  3. January 19th, 2009 at 1:05 pm #Jake Banam

    I’m using Mimbo 2.2 on a site, a couple of notes:

    You need the reveal Id… plugin so your catagorie ID numbers can be pasted into the php code mods. (wordpress dropped the id# display along the way)

    Mimbo appears to be pre wordpress 2.5, one consequence; image positioning doesn’t come out like the edit window, there is patch code available tht can easily be pasted into the styles.css file

    If code in comment is allowed: go to themes/edit/stylesheet (styles.css) past after the end the following

    /***** Patches for image positioning updating theme for 2.5+ *****/

    img.alignleft {
    float: left;
    margin: 5px 10px 0 0;
    }

    img.alignright {
    float: right;
    margin: 5px 0 0 10px;
    }

    img.centered, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

    /***** Tacked on to add image border (copied from Business Blogging 101 theme) *****/

    .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }

    .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    }

    .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    }

Leave a Comment