Blog

Wordpress Magazine Theme Released

Description

Mimbo is a 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

Live Demo

View it here»

Download

Download

Installation
  1. Download and unzip the file
  2. Dump the theme into your “/wp-content/themes/” folder
  3. Log in into your WordPress control panel
  4. Click the Presentation tab
  5. Select the “Mimbo” screenshot
Support and Discussion

A forum for all things Mimbo»

Getting things configured
  1. Mimbo is built to support the current version of Wordpress (2.3). If you get fatal errors related to tags (”Call to undefined function: is_tag”), please upgrade.
  2. In the “index.php” and “sidebar.php” templates, you will find a series of query_posts functions which refer to specific category ID numbers from my database. Example:
    <?php query_posts('showposts=1&cat=4'); ?>
    

    You will need to change them to reflect the ID numbers in your own database. They can be found in your control panel under Manage->Categories. Read more about this process.

  3. Images on the homepage are displayed using Custom Fields. Read more about this process.
  4. For the layout to work, some image dimensions must be exact. The “Feature” images are 255×88 pixels while the various category thumbnails are 51×51 pixels each.
  5. For the author bio photo to work, you must upload a photo with the author’s first name (ex: “Darren.jpg”). Read more about this process.
  6. If you are upgrading from a previous version of Mimbo, please view details in the Changelog to see what’s new. Most importantly: if you are having trouble displaying the homepage, please note that this configuration step is no longer necessary! The latest version of Mimbo works like any other theme - it uses index.php as its homepage template.
Frequently Asked Questions
  1. How much do you charge for customizations?
    Sorry, I am not available for freelance jobs currently.
  2. How do I add images to the homepage?
    As mentioned before, the images are pulled in using Custom Fields. For this to work, images must be stored in the /images/ folder of your theme. You can either upload them there via FTP, or go to Options->Miscellaneous in your control panel, set the correct path, and upload them through the Upload panel below your Write->Posts editor.
  3. Why does the formatting of my excerpts look strange?
    By default, the_excerpt function uses the first 55 words of the post, including the original formatting. This can make things look strange on your homepage. If you’d like to write a separate excerpt for your posts, use the Optional Excerpt field.
  4. How do I add my own logo to the masthead?
    First make sure your logo image is no wider than 625px. After it’s been uploaded, open the style.css document and make this change to the H1 properties:

    h1 {
    	text-indent:-9999px;
            background: url(images/logo.gif) no-repeat;
            width: whatever;
            height: whatever;
    	}
    
  5. How do I add photos and formatting to the body of my posts?
    There are two CSS classes, .picleft and .picright, as well as styling provided for blockquotes and lists. See this post for examples.
  6. Why do I see errors saying, “Call to undefined function: is_tag”?
    The Mimbo templates contain references to tags because tags are now a Wordpress feature. I’m currently trying to make Mimbo backwards-compatible but in the meantime, you’ll need to upgrade to version 2.3.
Changelog

• Version 2.2 | Nov 27, 2007 | Details
• Version 2.1 | Nov 3, 2007 | Details
• Version 2.0 | Oct 18, 2007 | Details
• Version 1.1 | Aug 11, 2007 | Details
• Version 1.0 | Aug 5, 2007

Popularity: 100% [?]

653 Responses »

  1. gathadirect said:

    Darren,
    Thanks for your generous effort with this. I’ve been playing around with the WP tags since your previous article in this series, and having a reference example like this theme is a great help.
    Keep up the good work.
    Cheers - GD

    --August 5, 2007 @ 9:33 pm
  2. Miriam said:

    This is an amazing theme! Really - you did such a good job with it. I love it!

    --August 6, 2007 @ 1:27 am
  3. Nice from Thailand (www.se7enize.com) said:

    Very unique theme!
    I never thought you will release it when I first read your tutorial. :D

    --August 6, 2007 @ 10:36 am
  4. Darren said:

    Thanks for the feedback, guys. If you choose to use the theme for an online magazine you’re launching, send me the link and I’ll include it in a roundup of Mimbo-enabled sites sometime soon (I’m already seeing a few popping up in the referrers).

    --August 6, 2007 @ 9:38 pm
  5. G said:

    Great theme Darren.
    I’m trying it out on a music blog/net label site.

    --August 7, 2007 @ 2:06 am
  6. Goedie said:

    Nice theme, i like the magazine style. I’m already using it on my site.

    --August 8, 2007 @ 8:30 am
  7. Brad Bolman said:

    I’m using this theme for my upcoming magazine. Check the link out. I promise I’m actually going to do some customization of the theme soon, I’ve just been busy. What is the license on Mimbo by the way?

    --August 8, 2007 @ 1:07 pm
  8. Darren said:

    Mimbo is under the GNU/GPL license, for what that’s worth. I urge people to do whatever they want with the theme — leaving the credit link in the footer or in the CSS is always appreciated.

    A few people have asked about the “Read More” function inside the Lead Story. Please see item #8 in the Release Notes for further explanation.

    --August 8, 2007 @ 1:14 pm
  9. Bruno said:

    I still don’t know how to make the features images to show up. I’ve uploaded them into the main article but didn’t worked. How do I do this?

    --August 8, 2007 @ 7:47 pm
  10. Darren said:

    Bruno, check out #8 in the original article. The images should be referenced in the_excerpt (make sure to use an absolute path), or you can always create a custom field for them instead.

    --August 8, 2007 @ 11:05 pm
  11. Matty said:

    Great theme, love the simplicity of it. Thanks for sharing it.

    --August 12, 2007 @ 4:57 pm
  12. Mark said:

    Thanks for making this theme!

    --August 20, 2007 @ 9:43 am
  13. Chris said:

    Hey. I should have said this much earlier (I was one of the people who requested this), but I got sidetracked with other stuff. Anyway, I want to say thank you for putting the theme together. I really appreciate it. Thanks again.

    --August 26, 2007 @ 7:08 pm
  14. Ryan said:

    I’m trying this theme out for a new blog that I’m working on. I really really like what you’ve done with the custom homepage template. It has gotten me to look at templates in a whole new light. It really goes to show the extendability of good old Wordpress.

    --September 11, 2007 @ 10:09 pm
  15. Blogs' Magic said:

    Wow, its so clean and neat. i will be using it.

    --September 13, 2007 @ 8:45 am
  16. Arpit Jacob said:

    It looks really good in fact. I am planning on a redesign of my site and your layout is some what similar to what I had in mind for my site.

    --September 23, 2007 @ 11:47 pm
  17. Jamie said:

    i have been looking for sometime for a theme that does just this, awesome…however being a bear of very little brain i find it a leetle tricky, as my daughter would say. any chance of a “dummies guide to mimbo” for thicko mountaineers like me! seriously i think it is a swee piece of work and will no doubt spawn a thousand on-line magazines - Rock on !!

    --September 26, 2007 @ 8:52 am
  18. BJ the Lab Monkey said:

    Darren this theme/cms is great and I have also been looking to do something like this for my tech site and for a video game site I’m launching. I’m sure this it straight forward to a lot of people but I’m pretty new to WP. What would you charge to get my layout done and arranged so I can work on writing and reviewing products.

    I can learn it on the back in and take it apart to figure it out, but putting it together is my challenge.

    --October 9, 2007 @ 4:30 pm
  19. michaeljubel said:

    how to insert widgets? i’ve inserted it into the sidebars wizard in the WP dashboard but the widgets don’t show up.. can anyone help me??

    --October 13, 2007 @ 3:29 pm
  20. Hoodgrown_Magazine said:

    Man… thanks… I’ll be converting my current magazine blog - http://www.hoodgrownonline.com to use mimbo over the weekend….

    if all goes well… i’ll have it done by Monday…

    --October 19, 2007 @ 10:26 am
  21. will said:

    Fantastic Theme

    My blog http://www.cycling-challenge.com using Mimbo 2.0

    Many thx

    --October 19, 2007 @ 3:50 pm
  22. Hoodgrown_Magazine said:

    I’ve got my Mimbo site up and running… A LOT quicker than I thought I would…
    though I’m still making improvements here and there….

    thanks for a great template…

    you can check out my modifications to the template here:
    http://www.hoodgrownonline.com/online/

    --October 20, 2007 @ 12:28 am
  23. Ced said:

    Wow. Amazing one. Very covenient desgin! Upgrading my blog right now! ;)
    Thank you for the tremendous job.

    --October 20, 2007 @ 2:30 pm
  24. J.P. said:

    Men I love this one, how much you want for add one more column, wigetize both columns and footer and make it liquid?

    --October 21, 2007 @ 7:52 pm
  25. J.P. said:

    I mean, I think It worth pay something for a amazing concept. Please sont take it wrong.

    --October 21, 2007 @ 8:03 pm
  26. dem said:

    one word!….AMAZINE!

    --October 22, 2007 @ 4:40 am
  27. sms_sunder said:

    good theme, iam going to use it. can i modify it

    --October 22, 2007 @ 11:09 am
  28. Mosey said:

    This looks fabulous! :D Thank you! I was wondering if the menu features any dropdown function for sub menus at all please?

    --October 22, 2007 @ 6:32 pm
  29. Darren said:

    @sms_sunder: please modify it as much as you want - Mimbo is very unstyled on purpose.

    @Mosey: you could edit the CSS to incorporate Suckerfish menus, or you could edit the sidebar to incorporate code like this:

      < ?php if(wp_list_pages("title_li=&child_of=2")) { ?> < ?php } ?>

    That will print a list of sub-level pages for category 2 (in this case). You can also see it in action here (”Explore”).

    --October 22, 2007 @ 7:01 pm
  30. griid said:

    Well, what I just read is nothing like what I expected from the kid who climbed trees and chased my daughter, his sister’s best friend. Actually, I understood your chasing better than whatever the heck it is I read above. Mimbo, bimbo…one day ya gotta clue me, buddy!

    --October 22, 2007 @ 7:44 pm
  31. Frido said:

    Congratulations Daren,
    Can I use this magazine theme like blog theme? I want the main page in sequence , like a blog, the first post at the top(lead story), after the second, third, (right col) etc. I want to preserve the “features” at the left side. Victoria Theme at http://www.writerspace.net/index.php/2007/05/24/victoria-wordpress-theme/ have this structure.
    If you have any idea, send-me one feedback.
    thanks…

    --October 24, 2007 @ 12:37 pm
  32. mikeyork said:

    Hi
    i have a question
    the homepage.php file where´s save?
    i don´t configure yet im newbie!

    --October 25, 2007 @ 2:42 am
  33. hitta said:

    i will try this one, looks promising!

    --October 25, 2007 @ 6:14 am
  34. Daniel Condurachi said:

    I get this error:

    Fatal error: Call to undefined function: the_tags() in /home/bycoddot/public_html/tinerisararie/wp-content/themes/mimbo2/archive.php on line 39

    --October 25, 2007 @ 10:11 am
  35. Darren said:

    We’re getting a lot of the same comments about tag errors. Please read the config instructions closely before posting:

    “Mimbo 2.0 is built to support the current version of Wordpress (2.3). If you get fatal errors related to tags (â€?Call to undefined function: is_tagâ€?), please upgrade.”

    --October 25, 2007 @ 10:21 am
  36. phimagery said:

    Great theme Darren. I’m already using Mimbo 1.x on my photoblog/site. Here is how I have built/think my site: phimagery relooking. Note: my site is for private use, i open it for some days as demo of your fantastic template. PhG

    --October 27, 2007 @ 11:09 am
  37. Mat_ said:

    hi Darren !
    It’s really an amazing theme !!! REALLY !!!
    I modified it a little to work with WPmu (no is_tag and other features).

    I’m using it for an online communities and a french association (don’t know if it’s the correct word in english).

    Really thank you for releasing it.

    Mat_

    --October 28, 2007 @ 12:31 pm
  38. Common Sense said:

    Darren,

    Thank you for the theme design. It is a logical layout which provides maximum content for a limited space. It is now in place on the U.S. Common Sense web site, and I look forward to using the design to its maximum potential.

    --October 28, 2007 @ 4:08 pm
  39. Phillip said:

    Hi,

    I want to use this theme really bad, but I am hosting with Godaddy and their wordpress package is still the older version. Is it compatible yet?

    Thanks,

    --October 28, 2007 @ 8:28 pm
  40. Hoodgrown_Magazine said:

    Phillip,
    Sounds like you need to ask GoDaddy to upgrade your wordpress version.

    --October 29, 2007 @ 1:20 pm
  41. sunipeyk said:

    we really like the theme.
    and a question…

    is it possible to showing ads in sidebar only in post pages?

    --October 30, 2007 @ 6:16 am
  42. BJ said:

    Hoodgrown is nice!! I love the site and the splash screen loads quick. You will have to email me to tell me how you did it. I’m loving the look of it and how professional the template looks.

    Great work on the template Darren. I haven’t installed changed things over yet for my site but I’m working on it.

    Does anyone know if there is a sandbox feature for Wordpress?

    --October 30, 2007 @ 12:11 pm
  43. Jenn said:

    Thanks for this theme. It’s by far been my favorite to work with yet. :) I just set up a free press release writing guide on Mimbo yesterday, and it’s absolutely perfect for it. :)

    --October 31, 2007 @ 10:20 am
  44. MC said:

    Hey Darren, I love this theme, but I cant get to load on my homepage properly. I have upgraded to the latest version of wordpress. And it gives me this error:

    Fatal error: Call to undefined function language_attributes() in /mounted-storage/home28b/sub002/sc25305-JTLA/www/wp-content/themes/mimbo2/header.php on line 2

    What on earth is the problem? Any help would be greatly appreciated.

    THx, and keep up the good work.

    --November 1, 2007 @ 3:41 pm
  45. Hoodgrown_Magazine said:

    MC ,
    You need to be running Wordpress 2.3. I had the same problem and the minute I upgraded.. it went away…

    BJ, thanks for the comments… I could tell you.. but then I’d have to kill you… lol

    Jenn, I think your site would be of great interest to the visitors of my site.. i’m going to add a link sometime today.

    --November 2, 2007 @ 7:57 am
  46. Joakim said:

    Hey Hoodgrown Magazine.. How did you get the categories on the top menu? You have pages in the top menu and shows blog items from each site there..
    You know what I mean? I loved it.. And i want to do the same thing on my site so please tell me :)

    --November 4, 2007 @ 2:42 pm
  47. Joakim said:

    I wondering in the same as sunipeyk does.
    Is it possible to have ads in sidebar only in posts pages and not on the frontpage?

    --November 4, 2007 @ 3:43 pm
  48. Brian Auer said:

    Hey Darren, just wanted to drop a note and let you know that I’ve installed this theme on my blog. It’s a great theme, and it’s written so well. I’m not a theme writer, but I was able to modify it quite easily to meet my needs. Thanks for the great work!

    --November 4, 2007 @ 8:58 pm
  49. Paul said:

    Darren,
    Great theme!
    I am preparing me to use this issue, but it would be better for SEO, if you put the title of the posts tagged in the index.
    What do you think?

    --November 4, 2007 @ 11:20 pm
  50. ket said:

    Hi, Darren
    I’ve just finished tweaking your theme to the look that i want. There’re some of my friends want it, and i cheer them to use it, can i redistribute it. I’ll just add my link on the css file and leave your credit intact. And i will not do that if you say no.

    --November 5, 2007 @ 12:22 pm
  51. Joakim said:

    How can I use images in Custom Fields at the archive pages where the articles/news are listed down? Is it hard to configure?

    --November 11, 2007 @ 11:20 am
  52. cityrock said:

    Fatal error: Call to undefined function is_tag() in C:\root\main\wp-content\themes\mimbo2.1\archive.php on line 4

    --November 11, 2007 @ 11:50 am
  53. eliot said:

    This is a great theme! Thanks for offering to the public.

    I was wonder if there’s away to avoid duplicate posts on the front page.
    If someone posts to Gadgets AND Features, for example, is there a way to ensure that the post only shows up under one of those categories (but only on the front page).

    Thanks again. Great theme.

    --November 13, 2007 @ 6:08 pm
  54. suv said:

    Hi Darren,

    Well, a thousand thanks for this great theme :)

    I have made a logo of dimention 388/100 i.e. width of 388px and a height of about 100px. But when I upload it to the your said directory for logo images, and make the changes to style.css page as you have said, I’m not getting the complete image displayed:( and without that logo my blog is incomplete. To be frank I’m completely new for all these things, so I’m not technically that sound. So plz help me to make my complete image shown as the logo of my site. Hope you will help me regarding this.

    Once again thanks for this great theme darren. Looking for your reply. Thanks in advance :)

    --November 14, 2007 @ 1:04 am
  55. Elizar said:

    thanks very much for sharing this! the best them i’ve ever seen!

    PinoyBanda.com will be reborn with this new cool theme!

    Thanks again!

    --November 15, 2007 @ 2:53 am
  56. Tomas M. said:

    Hi, does anyone had this problem:
    if I would change just encoding of index.php to UTF8, save it and upload to server, formating of index page would be broken, but just on IE 7. If I would re-save it with ANSI format, everything comes back to normal. Otherwise very good theme :) I’m using latest version of Mimbo.

    --November 16, 2007 @ 2:32 am
  57. Tomas M. said:

    Interesting, that WinMerge shows both files (UTF8 and ANSI) are identical. And other php files of the theme are doing OK with UTF8 encoding. I really need it because I will use this theme with other language than English. Does anyone has any ideas? Thanks!

    --November 16, 2007 @ 1:07 pm
  58. Will said:

    Still fooling around with a new idea, but,

    In the left Column, Instead of using the first 3 articles in a selected category.

    I have set it up so that it selects Random articles from a selected category using the Random Posts Plug-in: Basically I wanted to feature articles but not in chronological order, and wanted a bit of variety from randomness

    http://rmarsh.com/plugins/random-posts/

    Its a bit complicated adding images and styling but the concept is likely useful for some people that want to rotate through certain old content that is relatively timeless - So on my personal site - currently - I have 8 articles in the feature category and at any one time 4 are shown.

    Just brainstorming

    regards

    --November 16, 2007 @ 5:42 pm
  59. Tomas M. said:

    UTF8 problem is solved. You have to save php file using UTF without BOM. I’m using notepad++ so it allows to do this. You can read more on:
    http://juicystudio.com/article/utf-byte-order-mark.php

    --November 16, 2007 @ 11:19 pm
  60. suv said:

    Hello,

    plz can anyone help me? My header image is not showing fully. Only the half part is showing & the below half part is not showing. It has a height of 100px. Plz say what should I have to do to m ake my image show-up fully?

    Plz help, just because of this problem my site is pending totally. PLz anyone help, plz…..

    --November 19, 2007 @ 4:43 am
  61. Scot said:

    Darren

    Really nice work…I’m wondering how the Lead Story could be used to display a video versus an image? I’d like to use the theme for a videoblog and the Lead Story would be used for the latest video. I’d use the Features area to display screenshot images of older episodes of the show and when you click through you’d view the video on its own page.

    By creating a new key in the custom fields called “video” and then providing the path to the hosted video (in a player of the same height/width), would this not duplicate the Lead Story use for images? I suspect you’d also need to make the appropriate changes in the Index file to reference the “video” versus the “image”. Am I on the right track here or is this just not possible?

    Thx

    --November 19, 2007 @ 10:11 pm
  62. eliot said:

    Scot, just used the custom fields gui plugin (http://rhymedcode.net/projects/custom-field-gui/)

    --November 21, 2007 @ 1:03 am
  63. Joakim said:

    Btw is this theme compitable with WordPress MU?

    --November 21, 2007 @ 9:32 am
  64. Chick-Autz said:

    Why there’s no comment section on pages? How can I add this?

    --November 22, 2007 @ 12:48 pm
  65. Marti said:

    Hi Darren,
    just wanted to let you know I’ve downloaded your amazing theme for a website I’m doing for my father. I hope he loves it as much as I do! It’ll be used for a business-site — hopefully, one day, that business will actually *make* money :) — we won’t forget to donate for the theme at that point!
    Again, thank you for an amazing, beautiful & flexible theme!!
    – Marti

    --November 24, 2007 @ 12:50 pm
  66. Marti said:

    Bugger. Had a wrong URL under my paste *oops* Here’s the right one, sorry!

    --November 24, 2007 @ 12:51 pm
  67. ibo said:

    great theme!

    i’m currently playing around with it a little bit. the site is not online yet.

    now, i was wondering, how i could use the index.php template for arhives and maybe even pages…

    thx

    --November 24, 2007 @ 7:27 pm
  68. Rori said:

    I thought you might be interested to know that I was going to use your theme, but due to vision problems with your site being only in black with the grey and blue tones of writing, it is too impossible to understand or even read how to use it.

    You should consider accessibility I think.

    --November 25, 2007 @ 12:16 pm
  69. Suzanne of New Affiliate Discoveries said:

    Darren, Great job on this theme, thank you so much, I plan to spend a lot of time playing with it later htis evening. Will post a link when the site looks good.

    Rory — the theme contains both a layout and a style. If you like the layout, you can simple change the style.css page to use colors that are accessible. If Darren, or anyone else, is going ot make an accessible version for color blind or other poor vision peeps, do you have a link to a color palette that works well?

    I know it could be googled, but a source from someone who actually knows would be great.

    --November 25, 2007 @ 5:19 pm
  70. Jason said:

    Using the theme for my Southern Sundress portal for sundress information. Still working on getting it perfect but I love this theme

    --November 26, 2007 @ 10:02 pm
  71. iRonnie said:

    congratulations darren!

    i was wondering the same thing as frido. is there a walk around for that?

    --November 27, 2007 @ 4:01 am
  72. Pixline said:

    Just want to let you know that we are using a tweaked version of Mimbo on Amisnet network, you can see it live on http://amisnet.org and in some subdomains (like http://scirocco.amisnet.org, http://radiocarta.amisnet.org and http://radiolaser.amisnet.org).

    I’ve written a template management page, to let users choose categories without hand-tweaking the theme files, and we’ll send you some code as soon as we get it cleaned. Hope you’ll like it :-)

    --November 27, 2007 @ 1:21 pm
  73. amour said:

    HELP ! ! !! !
    hi can i upload this theme on my on my free wordpress blog .

    --November 27, 2007 @ 2:49 pm
  74. Lili said:

    Hi,

    I have tried to make a drop down menu comparable to the one displaying archives but for categories, so far without success. Would you know how I should modify the code in the sidebar template ?

    Any clue would be highly appreciated. :)

    --November 27, 2007 @ 5:39 pm
  75. Chamonix Chalet Info said:

    Hi, just moved my blog over to this theme, and I am really linking it! Very nice job, it’s great. I’ll be customising it more over the next few weeks…
    Thanks!

    m

    --November 29, 2007 @ 7:15 am
  76. cpanel web hosting said:

    solid layout, very functional. I like the mouse over gray background on the main page.

    --November 29, 2007 @ 6:59 pm
  77. edie said:

    Hi Darren,

    we are thinking about usage of this theme. You might will see this theme at http://www.bigup.cz

    Bye.

    --December 2, 2007 @ 10:54 am
  78. Kotsengkuba said:

    Hello Darren,

    This is such a great theme and I think with this single theme, I could integrate my three blogs into one site.

    I have one request though, could you help me create a code that I can place in the single page so I could enable navigation within the same category. Like

    >

    Because right now, I could only make a code that can navigate previous and next posts regardless of the category. I know this is a free theme and I’m in no place to demand for more but I’m hoping you could grant me this simple request.

    Thanks again for a great free theme and more power to you.

    --December 3, 2007 @ 3:11 am
  79. Brian said:

    Hi,

    Great THEME!

    quick question, is there a plugin that would show random lead story? something similar like http://www.wp-magazine.com/ where it shows ramdom features articles.

    Thank you.

    Brian

    --December 3, 2007 @ 11:07 am
  80. clony said:

    Thanks for this wonderful theme. I am very impatient to install it! Keep the good work!

    --December 4, 2007 @ 3:02 pm
  81. Meesh said:

    im just so in love wit this theme i just installed it and tweaked about with it to get the look that i wanted and made a quick design for it I just have to say thanks for sharing this Its awesome!

    http://pl-rg.com/

    --December 8, 2007 @ 11:25 pm
  82. Jacob Maentz said:

    Thanks Darren for a great theme. I was able to make many modifications to it for my website. Again thanks!

    http://www.jacobmaentz.com (skip the intro to view the main site with the Mimbo Theme)

    Jacob

    --December 9, 2007 @ 7:07 am
  83. Phil B said:

    Darren…

    I know this question will probably be marked as **DUMB**, but I cannot, for the life of me, figure this out on my own. On the main page under contributors, my name appears as a link. When I click my name, the URL that appears in the URL bar is passthetaters.com/author/Phil%20B I don’t have a directory called author. I could create one, but I’m not sure I should at this point. Where did you intent this link of the contributor’s name to direct to? All it brings up for me is a Error 404 - Not Found page. I LOVE your theme - props to ya!

    --December 9, 2007 @ 10:23 pm
  84. taong grasa said:

    liked this one. downloaded and will be used on a friend’s website.

    --December 10, 2007 @ 9:48 am
  85. Maha said:

    hi guys i want to tell u something
    i have a another web sit it called
    clubpenguin.com it so fun
    it about a penguins and a place that u can go to and buy clost for your pennguin and also u have your own hour it called igoo and if u have a member
    u can buy something fir it too and also it a puffle and they download a new puffle it yellow and also u will like it and u dont load anything at all just meet new friend and that stuff and i hope u like it also if u want to talk with me my penguin name is mumble20053 and i am in yeti secers in amrican flage u have to find yeti and on and i will be be there anywhere and also sometime i play a game so look at me ;) and also my email i s Ms._silly_girl_2009@hotmail.com please girl pnly add me not a boy because i dont like to talk with a boy thans u very much bye bye i wrote a long comment ‘)

    --December 12, 2007 @ 5:20 pm
  86. Spence said:

    Fanastic theme, really pushing the boundaries, and showing what can be done with Wordpress!

    --December 14, 2007 @ 9:53 pm
  87. Tanner said:

    very nice design, props for releasing this as GPL. The web is about open standards, actually being able to see the design of a site is only going to help everyone creating more accessible sites.

    –tanner

    --December 18, 2007 @ 1:08 pm
  88. Laurent said:

    Hi Darren,

    Thanks for this great template. I use it on http://www.adicie.com
    However, I think it misses a display of the latest headlines on the homepage. I tried using but can’t get it to work :-(
    If you get a chance, please let me know if you know of a solution.

    Thanks
    Keep up the good work :-)

    --December 18, 2007 @ 6:47 pm
  89. Raffaell said:

    Hi Darren,

    This is great theme, i will use this for my official site. at http://teknoinfo.web.id/

    The Question is:

    How to change the state condition on sidebar ? because on front page its show no categories ?

    --December 19, 2007 @ 2:44 am
  90. Kumar.A.P.P said:

    Great theme Darren…
    I’m gonna try it in my new tech blog…

    --December 26, 2007 @ 1:15 am
  91. Digital Revolutions said:

    Great theme, thanks!

    --December 27, 2007 @ 2:27 am
  92. 沿阶� said:

    这评论很有��啊,竟能把相关的文章链接过�
    å??å?‘链接
    �知�用什么�件�的。

    --December 27, 2007 @ 10:49 pm
  93. mathias said:

    Hi.

    Thanks for a great theme.

    Just wanted to tell you about a tweak we did. Sometimes we have a 605px-banner instead of the normal “feature”-section on the front page. Instead of hardcoding this each time, we created an IF statement. If the custom fields “type” is “picture”, we skip the normal feature section and show the picture with a link.

    The statement looks like this, remember to set the appropriate values in Custom Fields.

    query_posts(’showposts=1&cat=3′);

    while (have_posts()) : the_post();

    $type = get_post_custom_values(”type”);

    if ($type[0] == “picture”) {

    // print the picture and link

    } else {

    the feature section in the normal theme.

    }

    We created our own class (pictureclass) and skipped tweaking the “feature clearfloat”. So the section is printed “inside” the ifelse blocks, not on top as in the standard theme.

    --December 29, 2007 @ 6:51 pm
  94. veloso said:

    Hi Darren,

    Great work on this. I’ll give it a go to one of mine.
    Hope i can get it right cause i really dont get aclue about some stuff like PHP etc.

    Happy new year,

    see ya in a few days

    Veloso

    --December 31, 2007 @ 8:53 am
  95. claudya said:

    Darren, congrats for your theme! Awesome! For the categories, i´ve to edit all my categories? I have to put all the categories that i have at my blog? Hugs from Brazil and Haapy 2008 with more lovely themes.

    --December 31, 2007 @ 9:20 am
  96. claudya said:

    One more thing, would you put a translate button, for visitors of another contries (like me) could read your site in an easy way?

    --December 31, 2007 @ 9:23 am
  97. Bucky said:

    I have started a Nintendo Wii magazine, and I absolutely love using this theme.

    I would like to know how I can put a line break in the author box that shows after each post? I have tried the common ( and ) but the code just gets stripped, and I can’t seem to format a break in the text. Can someone show me the light?

    Thanks,
    Bucky

    --December 31, 2007 @ 11:28 am
  98. Isak said:

    Hello Darren!

    Mimbo surely is the best magazine theme for WordPress I’ve seen. I installed and began to use your theme without any problems. However, there is one issue I’d like to point out: I cannot figure how to integrate Mimbo with my PunBB installation (1.2.15). Do you have any ideas?

    --January 1, 2008 @ 11:56 am
  99. Gina Jackson said:

    Darren,

    Love this theme! Thank You for creating it and making it available to the world community.

    Please visit my rendition of it in action at http://www.prescription4fitness.com/blog

    Continued best wishes for your work and the years ahead.

    --January 1, 2008 @ 2:26 pm
  100. jon said:

    Impressive!! Well done! :)

    --January 2, 2008 @ 12:26 pm
  101. gursu said:

    excellent work ! Thanks…

    --January 3, 2008 @ 9:39 pm
  102. Bob Johnsen said:

    Darren,

    A shout-out from Richmond to you in C”ville.

    Thanks for the work on Mimbo and for your generosity in sharing it.

    It’s alive and well on my first site to use it

    http://www.InternetMarketingDigest.com/

    Bob Johnsen

    --January 3, 2008 @ 11:44 pm
  103. Dave said:

    Excellent theme! I’ve been waiting for one like this. Thanks for sharing!

    --January 5, 2008 @ 9:25 am
  104. Maynas Chua said:

    Thanks Darren, amazing theme. Thank you for visiting my site to take a look at it too. Cheers!

    --January 5, 2008 @ 9:50 am
  105. 20something said:

    Has anyone out there successfully been able to use the default index home as the front page and then create another ‘blog’ page that has all the blog posts? If so, please tell me how to do it, because I’ve tried everything that I know how to do. I am surprised there has been no support for this. You can view my site at 20somethingfinance.com to see what I’m talking about. The home page and the blog page sync up and show the same content, and I don’t want that.

    --January 5, 2008 @ 2:35 pm
  106. noreal said:

    I like it! Thanks!
    Great theme

    --January 6, 2008 @ 6:05 am
  107. Job said:

    Super theme man

    --January 6, 2008 @ 11:26 am
  108. Etham said:

    I keep getting the following error in the sidebar when I view a story… “Catchable fatal error: Object of class stdClass could not be converted to string in /home/mrjames/public_html/wp-includes/category-template.php on line 31″. I was just wondering if anybody had the knowledge to help be with this? My footer isn’t showing on this page either. Thanks :)

    --January 6, 2008 @ 1:57 pm
  109. Alvin said:

    Thank you for your awesome theme. I use it for my legal agreements site.

    --January 7, 2008 @ 9:20 am
  110. Felix said:

    I love this theme. Once I get my head around how to customise, I’m going to be implementing it for sure!

    Great work!

    --January 8, 2008 @ 8:07 pm
  111. Markus said:

    That is the Theme I missed all the time. Looks like a lot of work in the next weeks to get my Blogs upgraded mith your great Theme, Darren.

    Thank you for your excellent work!

    Markus

    --January 9, 2008 @ 3:56 pm
  112. Reinar Svendsen said:

    Hello Darren - and All,

    I have chosen to implement and personalize Mimbo2.2 on F1Racing.DK - and with great pleasure!

    It’s an awesome theme which enabled exactly that magazine layout I’d been looking for. Mimbo is very flexible once it’s in the fingers.

    I have definitely been inspired by other creative Mimbo “users” as well - good forum - thanks.

    --January 12, 2008 @ 9:51 am
  113. marko said:

    HI!

    Respect for great work. I’m trying to import content from blogger. It went well but when entering posts in More from this category I get list of all entries in that category and as last entry I get this Error:
    Catchable fatal error: Object of class stdClass could not be converted to string in …/wp-includes/category-template.php on line 31

    Help much appreciated!

    thanx and keep up with the excellent work!

    --January 12, 2008 @ 1:48 pm
  114. jason said:

    My problem is that the google adsense ads can’t appear in my website..why this happen?

    --January 13, 2008 @ 3:07 am
  115. ruud said:

    Very good theme, thanks for sharing.

    --January 13, 2008 @ 9:30 pm
  116. Rhett (Epiblogger) said:

    Hey Darren,

    This is a fantastic theme! I just wanted to let you know that I am using this on my new blog called Epiblogger: “The organic center of blogging”. Come check it out and thanks again for releasing such a solid theme.

    Rhett
    http://www.epiblogger.net

    --January 13, 2008 @ 10:42 pm
  117. John said:

    Excellent design! I guess we’ll be seeing more and more stylish blog themes such as this. Congrats!

    --January 14, 2008 @ 1:50 pm
  118. Jeff said:

    Darren, normally i`m not the person writing mails or messages just to thank of to tell someone how great they are, but i would like take a moment to to tell how really fantastic your latest mambo is. I enjoy it very much.
    Very easy to handle and a great layout.
    So to you Darren,
    T H A N K Y O U ! ! !

    --January 14, 2008 @ 7:30 pm
  119. Alexander said:

    hey there, the Theme is great !!! Thanks for this! After the intsallation it works very well, only the drop down menu in the header doesnt work. What must I do to run it??? Tanks for helt
    Alex

    --January 20, 2008 @ 4:48 am
  120. fredericia said:

    How can I add a form to contacts ?

    --January 20, 2008 @ 3:48 pm
  121. Richard said:

    Darren,
    I would describe myself as four levels below a noob, but I like your theme so much that I am using it on three sites. These are in the very early stages, but here they are. Thanks for your great work.

    http://theidealresort.com/

    http://photoescape.com/newhome/weddings/

    --January 21, 2008 @ 1:05 am
  122. ewangelizacja said:

    Excelent thems - many thansk - ewangelizacja http://www.ewangelizacja.pl/

    --January 21, 2008 @ 8:16 pm
  123. Foto said:

    Great work. I like it ;-).

    --January 23, 2008 @ 3:27 am
  124. webringnet.com said:

    nice cool theme. suitable for journalist or article writer. keep on good work. recommended!

    --January 24, 2008 @ 10:37 am
  125. The Georgia Jukebox said:

    Awesome theme!!! We’ve updated The Georgia Jukebox with Mimbo, and made some CSS changes.

    This seems to be easy to work with, and we’re still updating it.

    --January 25, 2008 @ 12:50 am
  126. Gök Ekin said:

    Amazing magazine style Wp theme! Thanks a lot.

    --January 25, 2008 @ 10:48 am
  127. Michael Oeser said:

    You might be interested about the release of my new theme called “BranfordMagazine” which was partly inspired by your great “Mimbo” theme.

    See a live demo here:
    http://www.der-prinz.com/2008/01/20/wordpress-magazine-style-theme-branfordmagazine/

    --January 25, 2008 @ 9:47 pm
  128. webmaster blog said:

    very nice theme :)

    --January 25, 2008 @ 10:22 pm
  129. problem cocuk said:

    i have change my theme with mimbo!

    --January 27, 2008 @ 6:32 am
  130. Hoa said:

    Hi!
    Thanks for this wonderful theme.

    I would like to change the sentence “Archive for the…”
    I change in archive.php:

    Archive for the ‘ ’ Categoryes

    but it dosen’t work. Please help me… thanks a lot.

    --January 27, 2008 @ 6:34 pm
  131. will said:

    Pretty nasty MIMBO rip-off theme posted

    http://www.der-prinz.com/2008/01/20/wordpress-magazine-style-theme-branfordmagazine

    even uses identical images sizes in left and right column. Tab features were probably just copied from the forum.

    --January 28, 2008 @ 2:06 pm
  132. David Petre (Romania) said:

    Man, thanks, great theme. I needed a lot of time to find a suitable theme for my website and i was very happy when I found this one. You can look what little changes I made: http://www.footballclub.ro

    --January 28, 2008 @ 6:23 pm
  133. Mary said:

    Beautiful design, very intuitive layout and organization. Thanks so much for sharing your template with us.

    --January 29, 2008 @ 3:35 pm
  134. Crystal said:

    Wow, I know you posted this awhile ago but I just have to tell you how much I love that theme. I’m switching to Wordpress soon and it will be my first WP theme. Thanks :)

    --January 30, 2008 @ 12:21 am
  135. Scot Hacker said:

    Hi all -

    Having a great time with this theme, thanks so much. Hoping someone can help debug an IE6/IE7 problem I’m having with it. Here’s the dev URL:

    http://dev.crestmontschool.org/admissions/

    Works fine in Firefox/Safari. In IE6, the page gets truncated about halfway down. Just stops short. In IE7 it renders, but if you roll over the nav menu, the lower part of the page changes color. Strangest thing. Anyone else seeing this problem with IE? Any suggestions? Thanks.

    --January 30, 2008 @ 4:04 am
  136. Scot Hacker said:

    Found the problem - the wp_footer function call in footer.php invokes some javascript that breaks the layout in IE. Not clear what the code is for - appears to be some kind of traffic tracking program bundled with Mimbo? Weird. Anyway, if this happens to you, just remove the wp_footer() function call and the layout un-breaks.

    --February 2, 2008 @ 2:19 am
  137. Scot Hacker said:

    Coda: Ah… I have the wordpress.com stats plugin installed. What appears to happen is that it inserts tracking javascript when wp_footer is found, and that’s what breaks the layout in IE6.

    --February 2, 2008 @ 2:33 am
  138. Collin said:

    Hey Darren, just a quick note to so thankyou so much for offering this as a free theme. I have made a couple of very small modifications for my blog (above) and am really happy with the results so far!

    --February 6, 2008 @ 6:31 pm
  139. http://www.thevideogamechampion.com said:

    is it in you?

    http://www.thevideogamechampion.com

    --February 6, 2008 @ 9:11 pm
  140. MB said:

    Hi!

    I just want to thank you for developing and sharing this great theme. I’m using it at my new personal homepage since one or two weeks.
    It’s easy to use, to alter and nice looking…
    There’s only one thing i don’t like - if i put pictures in my posts by editing space-values at the Wordpress-WYSIWYG-Editor (e.g. 10px), the values for vspace and hspace are ignored later in the post @ the frontend - the text appears directly next to the imagae - and i have no idea how to fix that.

    But besides of that - keep on your great work!

    P.S. sorry for my bad english

    --February 8, 2008 @ 5:20 am
  141. SeoContest2008 said:

    Love the theme, excellent job well done

    --February 9, 2008 @ 11:54 am
  142. Jake said:

    How do I get recent posts on the frontpage instead of “Features” ?

    --February 9, 2008 @ 3:25 pm
  143. Kotsengkuba said:

    Hello Darren,

    I have been exploiting this theme for some time now while at the same time, it’s running on my blogsite.

    I have one question though - is it possible to set a default image for the thumbnails according to each categories instead of manually keying in the custom fields each time you create a new post?

    I hope you could help me with this, thanks!

    --February 11, 2008 @ 10:11 am
  144. Hilmy said:

    Phew! Major customization has finished.
    Now I am into minor tweaks on the theme and stuck at this thing. I wanted to change some of the “pages” below the header into “links”. With this I mean that whenever menu is clicked, it will take you to a link e.g. “google.com” instead of opening a page.

    Anyone can please help?

    --February 13, 2008 @ 4:48 am
  145. zoqaa said:

    Very good theme. thanks for sharing.

    --February 14, 2008 @ 2:07 pm
  146. musmula said:

    I will use this theme on my new sport news blog. Thank you.

    --February 14, 2008 @ 2:10 pm
  147. Fergie said:

    Very useful theme. I realy intrested in this template because there is no theme like that including so much columns for each category.

    --February 14, 2008 @ 2:12 pm
  148. Loo said:

    Soon, I will use this theme in my directory’s blog.

    --February 14, 2008 @ 2:14 pm
  149. Nikki said:

    Hi there, just wanted to let you know we customized Mimbo to run our nonprofit theater’s website. Cheers!

    --February 15, 2008 @ 10:08 am
  150. Greg said:

    Excellent theme - brilliantly combining menus for WordPress pages AND posts whilst producing dynamic home page and smart easy-to-use layout.

    Anyone care to share how to add addiional CSS for another level of page menus - I can produce the third level menu, but I can’t get it to display/hide properly.

    --February 15, 2008 @ 2:17 pm
  151. Sisk said:

    respect for you`re work

    --February 17, 2008 @ 9:22 am
  152. Slawka said:

    Hi Darren! Thanks for creating Mimbo, you’ve saved me months of work :D ! I’m trying to customise it so I can use it for my online magazine and so far everything is straightforwards, more or less.

    I have a question: I’ve changed the index.php file so that in the “feature” section it now shows the latest post in the entire blog. Now, because in the left and right colums I have the latest post from each category, a duplicate appears when the latest post in the category is also the latest post in the entire blog. Is there any code I can use to avoid this?
    Thanks for the very appreciated help!
    Best regards from Italy,
    Slawka

    --February 19, 2008 @ 7:21 am
  153. Tom said:

    Hi Slawka,
    Could you please show your page? I think I can help you.
    This is my page.
    http://www.nepnha.com

    --February 19, 2008 @ 7:56 am
  154. Slawka said:

    Hi Tom,

    my website is this http://www.ilpendolo.info

    Thanks in advance!
    Slawka

    --February 19, 2008 @ 8:00 am
  155. Tom said:

    Hi Slawka,
    I don’t see any duplicate appearing in you blog.
    What is your problem?

    --February 19, 2008 @ 8:19 am
  156. Slawka said:

    Tom, the news in the header is the same as in the bottom news on the left column :(

    --February 19, 2008 @ 8:51 am
  157. Tom said:

    Hi Slawka,
    I think, your problem is here:

    // this is where you enter the IDs of which categories you want to display
    $display_categories = array(4,8,3,7,6);

    You look for in index.php above command. The category number is in array(…). You should delete the category number which is in Lead Story section.

    Kind regards,

    --February 19, 2008 @ 9:04 am
  158. Slawka said:

    Hi Tom,

    my problem is exactly this, that because I don’t have a specific category going in the features section, I would have to eliminate all categories…

    --February 19, 2008 @ 9:34 am
  159. Keith Z said:

    Love the theme. Is there a way to change the default font size for all of the posts in the style sheets?

    Thanks,
    Keith

    --February 19, 2008 @ 9:57 pm
  160. Tom said:

    Hi Keith,
    You can modify style.css file for changing font size. Please look for below command:

    body, select, input, textarea {
    font: 112% Arial, Verdana, Sans-Serif;

    You should change the number after “font”.
    Kind regards,
    http://www.vietra.net

    --February 20, 2008 @ 4:52 am
  161. Hoshi said:

    I am using it. Works pretty good. Hope I do obey to the copyrights properly?

    --February 20, 2008 @ 10:13 am
  162. René van Gellekom said:

    Daniel

    Wher in the stylesheet must I alter te parameters for de marging of the images in a single post

    --February 21, 2008 @ 5:31 am
  163. René van Gellekom said:

    First sorry voor calling you Daniel, Darren.
    Second I found where I needed to adjust the parameters.

    I would like to thank you very much for this very nice theme wich is running like sunshine.

    René

    --February 21, 2008 @ 8:23 am
  164. John said:

    Please…why isn’t it any single button or link on the top of each article stating: printer friendly output…export this as pdf, tip a friend… that would have been the answere to my quest!

    --February 25, 2008 @ 4:31 pm
  165. Daniel said:

    Hi! Great theme Darren!
    I used Mimbo as the basic estructure for a new online cultural magazine and from there I started to modify everything.
    You can see the results here:

    http://www.culturapollensa.com/

    --February 28, 2008 @ 10:44 am
  166. Scott said:

    Love this theme and am using it to revitalise a site that I have left to stagnate for ages ( http://www.muxton.com ). I am also considering using it for my other site http://ukmac.net that currently uses the Morning After theme.

    Cheers

    --March 1, 2008 @ 4:51 am
  167. Stephen said:

    How do I stop the ‘Features’ and ‘Lead Story’ categories appearing in the sidebar?

    --March 1, 2008 @ 12:28 pm
  168. Jason said:

    Wonderful theme, however I’m having some issues related to the Category ID. I created Features before Lead Story and the front page displayed oddly (Features shows in place of the Lead Story and vice versa). I deleted the categories and recreated them (rather than wisely simply renaming them). Now they display in correct positions, but the section titles (Lead Story, Features, etc) no longer display at all. Instead they say “No Category”. Any thoughts?

    --March 1, 2008 @ 10:19 pm
  169. Collin said:

    Stephen - you need to edit sidebar.php and change the categories to what you want to see.

    Jason - do you have anything IN those categories? If you have no posts assigned to Features or Lead Story, or whatever you have called them it will show “no categories”.

    There’s more information on this in the Forum that Darren has set up:

    http://www.darrenhoyt.com/forums/mimbo/

    And specifically this thread:

    http://www.darrenhoyt.com/forums/mimbo/comments.php?DiscussionID=4&page=1#Item_0

    Will give you the info you need.

    --March 2, 2008 @ 5:06 am
  170. sachinKT said:

    amazing theme !! good job..thanks

    --March 4, 2008 @ 12:45 am
  171. Onur said:

    Thank you ..

    --March 8, 2008 @ 9:05 pm
  172. free Tutorial said:

    this is the best template i ever seen. thanks !! downloading… n trying on my blog….

    --March 9, 2008 @ 8:48 am
  173. Zamdoo said:

    Wow! This is a really awesome theme. Hopefully I can do it justice. Thanks.

    --March 12, 2008 @ 7:05 pm
  174. resim galerisi said:

    really pro theme. thank you very muchc

    --March 13, 2008 @ 1:54 am
  175. seoreef said:

    Incredible theme.

    --March 13, 2008 @ 6:16 am
  176. Joe said:

    Hi, I am using this great theme, but there is some problem when I am trying to access the Categorie Links or the Monthly Archives.

    The error message as follow:
    Fatal error: Call to undefined function is_tag()

    And I have already updated my wordpress to v2.3.3.

    Is there any advice about it?
    Thank you!

    --March 14, 2008 @ 7:04 am
  177. Qtrax said:

    very good teheme I’m now download

    --March 15, 2008 @ 5:54 am
  178. oktay usta said:

    thanks now download

    --March 15, 2008 @ 5:55 am
  179. Diesel said:

    --March 15, 2008 @ 7:42 am
  180. sjsanjuan said:

    Hi. I need help.

    When I change the categories for Lead Story and Features (based on “cat=” ID), I get a “Features” category for my Lead Story, and a “No Categories” for my Features (please see my site http://www.nagkakaisangiskolar.com/)

    Can anybody help me to rectify this? Thanks very much!

    --March 17, 2008 @ 12:49 am
  181. Moon said:

    MooN

    --March 18, 2008 @ 8:38 pm
  182. finl said:

    Good theme, but I can not use it on my website. Somebody can help me?
    Thanks

    --March 18, 2008 @ 10:02 pm
  183. cam balkon said:

    nice theme.. i may use it

    --March 19, 2008 @ 7:07 pm
  184. Selby said:

    Fantastic template. really.
    thanks

    --March 20, 2008 @ 10:00 am
  185. Collagist said:

    We have used it on our site and the layout simply superb. Thanks a lot of putting this together and letting us use it.

    Collagist.com

    --March 21, 2008 @ 7:07 pm
  186. Caro said:

    Thank you Darren for this great magasine theme.
    It is just as I need.

    I tried to include imagerotator to put an slideshow instead the main article image but I experiment some probles with the menu. It opens below flash widget. z-index tag seems no works for me.

    http://www.spotdecaro.info

    --March 21, 2008 @ 7:10 pm
  187. jack said:

    Thank you! great theme and I like it so much!

    --March 23, 2008 @ 9:15 am
  188. wypas said:

    he he he … funny comments ….
    Anyway … thanks for that .. my next big project will be base on that template/
    Cheers - Matt.

    --March 25, 2008 @ 7:45 pm
  189. make money online said:

    thank you very much. i will try this theme

    --March 26, 2008 @ 6:20 am
  190. francesca said:

    thank you very much!
    I’ve used it here: http://www.pintamedicea.com

    --March 30, 2008 @ 10:57 am
  191. dizi müzikleri said:

    thanks for post, nice theme, i add my archive.

    --March 30, 2008 @ 1:41 pm
  192. Mary J. said:

    Hi there, I am having trouble with the Mimbo custom field images on Wodpress 2.5. The actual image file name isn’t writing to the index page. This is mostly an FYI for those upgrading to Wordpress 2.5 — but if anyone can help me fix the image issue, I’d appreciate it.

    MJ

    --March 31, 2008 @ 2:22 am
  193. mailce said:

    thank you

    --March 31, 2008 @ 12:11 pm
  194. Chris said:

    Great theme! It made my list of Themes That Don’t Suck! Check it out http://www.themesthatdontsuck.com

    --March 31, 2008 @ 4:13 pm
  195. bongkph said:

    Hi Mr, Darren,

    I like your theme Mimbo so much and this is the 3rd time Im using it. However, I am having problem modifying it on my new customization.

    When the top menu was clicked, the footer goes on the middle of the page. But only in IE, preferably 7.0 I dont have thats why I cannot test it. Hope you can help me.

    See it here: http://www.powerclickz.com/

    Thanks

    --April 1, 2008 @ 5:00 am
  196. bongkph said:

    Already solved it. Thanks again for a very nice theme

    --April 1, 2008 @ 9:26 am
  197. Ryan Paul said:

    Hi…

    usually I admit I remove the footer links on wordpress themes I download and use, unless obviously I make them myself… but this theme is the first one I feel proud to keep it in there… even though I should have all along. Let’s face it, millions do it.

    But i’m thankful for this theme - thank you. Very good, simple, hardly any graphics and looks sweet. Well done! You should do more themes… keep them at this standard.

    --April 3, 2008 @ 11:13 am
  198. WordPress Gallery said:

    I’m loving this. Great theme to start. Is this tested already with the latest version 2.5? Thanks for sharing.

    --April 4, 2008 @ 12:04 am
  199. david said:

    This is a very nice theme; it’s easy to modify and work with. Highly recommended.

    --April 5, 2008 @ 11:01 pm
  200. TS said:

    Posted the theme with other magazine-style themes here: http://wpmagthemes.com/

    --April 7, 2008 @ 3:00 pm
  201. fenomen yarışması said:

    Ohhh very good theme thank you

    --April 8, 2008 @ 12:01 pm
  202. Kat Nav said:

    Love the simplicity of your Mimbo theme! Is it possible to have the latest post display on the LEAD section?

    --April 11, 2008 @ 10:15 am
  203. alialtugkoca said:

    it is an awesome theme, thanks for this great theme.
    i will use it on my new blog

    --April 11, 2008 @ 7:43 pm
  204. yeap yea said:

    Check out http://www.GOOntheROAD.com

    Yea Yea

    --April 14, 2008 @ 4:31 pm
  205. Ervas Medicinais said:

    Nice theme

    --April 16, 2008 @ 5:34 pm
  206. Onur said:

    Thank you sir

    --April 19, 2008 @ 7:45 am
  207. M said:

    Hi, I’m having the same problem as bongkph, when the top menu is clicked, the footer appears on the middle of the page. What is the solution to this?

    --April 21, 2008 @ 6:02 pm
  208. rWP said:

    Great theme, really!
    Thanks, Darren

    --April 22, 2008 @ 12:51 am
  209. luxury furniture said:

    super! I’ll use this template in less of a week I hope, yeah! this is web 2.0! wow!

    --April 22, 2008 @ 4:59 am
  210. Dia das Mães said:

    Great theme, Thanks antonio

    --April 26, 2008 @ 5:54 pm
  211. Mecal said:

    I want to know how to change the font of just main text. I think all the other font sizes are good except for the text on the pages or the descriptions I think are to small. I tried changing the font under #page but it changes all the fonts slightly.

    --April 28, 2008 @ 11:58 am
  212. Gregg said:

    I would like to make the browse categories a drop down menu, but when i use the wordpress code for it, it won’t validate in W3C. Can someone offer code that is valid in place of what is in theme?

    Thanks in advance for a fabulous theme!!

    --April 30, 2008 @ 10:21 pm
  213. Sohbet said:

    Thank You Darrenhoyt

    --May 5, 2008 @ 9:10 am
  214. Otel, otel rehberi, said:

    Great Theme.. Thank you Darren..

    --May 6, 2008 @ 3:32 am
  215. sochi said:

    Really nice theme. Impressed!

    --May 6, 2008 @ 8:19 am
  216. sochi said:

    Really nice theme. Impressed! I really like this one and will stumble it:)

    --May 6, 2008 @ 8:20 am
  217. Brazuca said:

    Amazing theme! i love it

    --May 6, 2008 @ 2:07 pm
  218. Bobbi Lee said:

    Thanks so much for your terrific theme! Forgive me for asking such a simple question, but is there any way to enlarge the text on the pages? I’m not great with CSS, but managed to enlarge the heading sizes, but not the rest of the text.

    Sorry for asking, but I’ll be using this theme on a WordPress project I’ll be presenting at a conference and it’d be nice to have the text a bit larger so everyone in the audience can read it.

    Again, great theme!

    --May 6, 2008 @ 9:01 pm
  219. coven said:

    Thank you !

    welcome to my site!

    --May 7, 2008 @ 6:14 am
  220. Sunga said:

    How do you change the green colour bars?

    This is a great and clean theme man. Very nice.

    --May 8, 2008 @ 5:57 am
  221. Sunga said:

    How do I change the green colour?

    Great site, really nice

    --May 8, 2008 @ 6:00 am
  222. suicidalsam said:

    this is one of the best magazine style theme made for wordpress. Have used it for some time on my blog but found it quite hard to customize it to my preference.

    --May 10, 2008 @ 6:37 am
  223. Webhosting Guide said:

    I love this theme. Is this compatible with the latest version of Wordpress? Thanks for the reply.

    --May 11, 2008 @ 10:34 am
  224. Roger said:

    I like it very much - thank you. I would like to replace comments with pages and use it only as an ordinary website without blog-function. Is that easy to do for me who only know some ASP but nothing about php (yet ;)) How?

    --May 11, 2008 @ 11:18 am
  225. Serhat said:

    Thanks nice theme ;)

    --May 12, 2008 @ 2:01 pm



Trackbacks & Pingbacks

  1. Weblog Tools Collection » Blog Archive » WordPress Theme Releases for 8/6:

    […] Mimbo is a 2-column, magazine-style theme built with no images and minimal CSS styling. […]

    --August 6, 2007 @ 12:39 am
  2. Temas para WordPress para el 6 de agosto - Carrero Bitácora de los Hermanos Carrero, David Carrero Fernández-Baillo y Jaime Carrero Fernández-Baillo.:

    […] Mimbo es un tema de 2 columnas con estilo de magazine sin ima´genes y con el estilo mínimo CSS. […]

    --August 6, 2007 @ 3:47 am
  3. 6 Good WordPress Themes « The Way To Happiness:

    […] Mimbo is a 2-column, magazine-style theme built with no images and minimal CSS styling. […]

    --August 6, 2007 @ 4:25 am
  4. wpSnap Blog » New WordPress Themes for August 6, 2007:

    […] Mimbo Magazine by Darrenhoyt is a new magazine-style Wordpress theme with no images and minimal CSS styling. Ideal for celebrity websites. […]

    --August 6, 2007 @ 5:18 pm
  5. Nico Nemil | Web Developer | Web Designer | Graphics Artist » WordPress Theme Releases for 8/6:

    […] Mimbo is a 2-column, magazine-style theme built with no images and minimal CSS styling. […]

    --August 6, 2007 @ 6:23 pm
  6. 6 Yeni Wordpress Teması 07/08/2007 | CMS, Seo, Hit Kazanmak, Hazır Scriptler, Photoshop, Temalar:

    […] Mimbo  2 sutunlu haber siteleri gibi bir tema. temada minimum sayıda resim kullanılmış. ve CSS yapısı minimalize edilmiÅŸ. Çok rahat bir tema yani. […]

    --August 7, 2007 @ 8:52 am
  7. WordPress Theme: Mimbo | WordPress Pro | Daily WordPress Tips and Tricks, WordPress Tutorials, WordPress Hacks, WordPress Themes, WordPress Plugins, Reviews:

    […] Giving your blog a magazine look is something which news bloggers always want. But what they lack is bucks to order a custom design, time to make one themselves or a good ready made theme on the internet. Many are there but not all are SEO superb friendly and good in all things. If you were too looking for one, here ends your search - Darren Hoyt released an awesome WordPress Magazine Theme - Mimbo. […]

    --August 7, 2007 @ 12:13 pm
  8. links for 2007-08-08 | SOJo: Student of Online Journalism:

    […] Wordpress Magazine Theme Released (tags: wordpress layout) […]

    --August 8, 2007 @ 8:25 am
  9. wpSnap - The Very Best of WordPress! » Mimbo Magazine:

    […] Links: Download | Demo | Theme URI […]

    --August 8, 2007 @ 11:54 am
  10. Temas para WordPress para el 9 de agosto - Carrero Bitácora de los Hermanos Carrero, David Carrero Fernández-Baillo y Jaime Carrero Fernández-Baillo.:

    […] Mimbo Magazine es un tema muy limpio de 2 columnas y que es ideal para utilizar como CMS. […]

    --August 9, 2007 @ 3:04 am
  11. Css Globe:

    Wordpress Magazine Theme Released…

    A new magazine-style layout that uses Wordpress more as a CMS than a blog….

    --August 9, 2007 @ 9:37 am
  12. Theme: I Love Wordpress for Blogging | ozlady.com:

    […] Mimbo […]

    --August 15, 2007 @ 5:18 am
  13. Wordpress Magazine Theme Released:

    […] Mimbo is a new magazine-style Wordpress theme. It contains no images and only minimal CSS styling. Mainly it exists as a starter layout for designers to install and style to their own liking. Download and Check out this great theme here >> […]

    --August 24, 2007 @ 1:55 pm
  14. Wordpress Magazine Theme Released at fxCraft:

    […] Read more and download this theme here> […]

    --August 24, 2007 @ 4:29 pm
  15. My bookmarks for August 28th < Randall Friesen:

    […] Darren Hoyt Dot Com » Blog Archive » Wordpress Magazine Theme Released - A good wp theme, using a Magazine style approach. Post a comment | Trackback URI […]

    --August 28, 2007 @ 8:32 pm
  16. test.randallfriesen.com » Blog Archive » My Bookmarks for August 28th:

    […] Darren Hoyt Dot Com » Blog Archive » Wordpress Magazine Theme Released - A good wp theme, using a Magazine style approach. […]

    --August 28, 2007 @ 8:51 pm
  17. Wordpress în luna August | Tehnic NET:

    […] (Pentru magazin on-line): Download + […]

    --September 1, 2007 @ 2:50 pm
  18. Using a Magazine-Style WordPress Theme:

    […] Mimbo […]

    --September 13, 2007 @ 12:33 am
  19. Looking for a best wordpress theme ? Don't Worry you could get what you like easily... - Logesh’s Blog site…:

    […] Wordpress Magazine Theme by Darren Hoyt addthis_url = ‘http%3A%2F%2Fenblog.logesh.co.in%2F2007%2F09%2F14%2Flooking-for-a-best-wordpress-theme-dont-worry-you-could-get-what-you-like-easily%2F’; addthis_title = ‘Looking+for+a+best+wordpress+theme+%3F+Don%27t+Worry+you+could+get+what+you+like+easily…’; addthis_pub = ”; Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. […]

    --September 13, 2007 @ 6:18 pm
  20. » Another French Vacation:

    […] getting lots of excellent feedback on the Mimbo theme for Wordpress released earlier this month. In September I’d like to implement a handful of new features, […]

    --September 20, 2007 @ 7:19 am
  21. » Mimbo v1.1 Released:

    […] week’s release of the Mimbo theme for Wordpress went a bit more quickly than I’d thought, which explains why a few key issues […]

    --September 20, 2007 @ 7:57 am
  22. Wordpress per un magazine | Net-turbini.com:

    […] l’ha risolto. Anche questa volta la teoria è stata confermata. Mi sono imbattuto in un certo Darren Hoyt che ha realizzato un template di WordPress che ha una hompage simile ad una […]

    --September 20, 2007 @ 3:42 pm
  23. Darren Hoyt Dot Com » Blog Archive » Preliminary Sketch of Mimbo 2.0:

    […] month, I released a magazine-style theme for Wordpress called Mimbo. I’m excited to say that since then there have been over 500 downloads and at least 100 […]

    --September 23, 2007 @ 11:23 pm
  24. » Preliminary Sketch of Mimbo 2.0:

    […] month, I released a magazine-style theme for Wordpress called Mimbo. I’m excited to say that since then there have been over 500 downloads and at least 100 […]

    --September 26, 2007 @ 1:57 pm
  25. 3 Amazing Wordpress Themes at Delirium Propaganda:

    […] 1 - Mimbo […]

    --October 1, 2007 @ 7:46 pm
  26. Theme Playground | The Best WordPress Magazine Themes Available:

    […] Download page […]

    --October 5, 2007 @ 9:56 am
  27. マガジンスタイル�カッコイイテーマ at orioa:

    […] Darren Hoyt Dot Com » Blog Archive » Wordpress Magazine Theme Released 複数ã?®ä½œè€…ã?§é?‹å–¶ã?•れã?¦ã?„ã‚‹Blogã?«é?©ã?—ã?Ÿãƒ†ãƒ¼ãƒžã€‚当然シンプルã?ªä½œã‚Šã?§ã€?ç›®ã?«å„ªã?—ã?„。 […]

    --October 6, 2007 @ 4:32 am
  28. links for 2007-10-09 « gp:

    […] Darren Hoyt Dot Com » Blog Archive » Wordpress Magazine Theme Released “Mimboâ€? is a new magazine-style Wordpress theme. It contains no images and only minimal CSS styling. Mainly it exists as a starter layout for designers to install and style to their own liking: (tags: wordpress themes theme magazine design css templates webdesign cms blog blogging) […]

    --October 9, 2007 @ 8:21 am
  29. ITchurch.com » Blog Archive » Wordpress: Static Home pages and templates:

    […] and we’ll correct this link. livethegreat.com Our monthly ezine for KCBT. This site uses Mimbo which is a template designed by Darren Hoyt. I can’t tell you how much I love this template. […]

    --October 12, 2007 @ 10:19 am
  30. Darren Hoyt Dot Com » Blog Archive » Mimbo 2.0 is in Development:

    […] you’re not familiar with the Mimbo magazine theme for Wordpress, get the details here, but please note that the demo site for Mimbo 1.0 is down due to database […]

    --October 14, 2007 @ 1:30 pm
  31. 6 Yeni Wordpress Teması 07/08/2007 | Rasim Coşkun | Web Tasarım | Web Design:

    […] Mimbo  2 sutunlu haber siteleri gibi bir tema. temada minimum sayıda resim kullanılmış. ve CSS yapısı minimalize edilmiÅŸ. Çok rahat bir tema yani.  MistyBlue  bu tema ise 3 sutunlu mavi beyaz renk tonlarının hakim olduÄŸu bir tema. widget eklentisiyle uyumlu olarak çalışır. Live demo adresinden daha detaylı inceleyebilirsiniz […]

    --October 16, 2007 @ 7:15 am
  32. 6 Yeni Wordpress Teması 07/08/2007 | Rasim Coşkun | Web Tasarım | Web Design:

    […] Mimbo  2 sutunlu haber siteleri gibi bir tema. temada minimum sayıda resim kullanılmış. ve CSS yapısı minimalize edilmiÅŸ. Çok rahat bir tema yani. […]

    --October 16, 2007 @ 8:38 am
  33. Darren Hoyt Dot Com » Blog Archive » Mimbo 2.0 is Available for Download:

    […] Read more and grab the files here! If you’re already familiar with v1.1, you will enjoy the new features: […]

    --October 18, 2007 @ 6:33 pm
  34. Matt Herzberger.com » Blog Archive » Here is your del.icio.us goodness for 10-21:

    […] 1 - Darren Hoyt Dot Com » Blog Archive » Wordpress Magazine Theme Released […]

    --October 21, 2007 @ 4:27 am
  35. GotChance - A Geek’s Blog » Blog Archive » Comparision of 6 Magazine Wordpress Themes:

    […] Mimbo Magazine Theme - Free […]

    --October 21, 2007 @ 12:47 pm
  36. Blogging 3.0 » BlogMundi:

    […] Claros ejemplos de este nuevo estilo son las plantillas Revolution (bajo licencia de pago) y Mimbo, que dotan a los blogs de una imagen de magazine o revista. En la portada se resaltan artículos de […]

    --October 21, 2007 @ 7:01 pm
  37. Thèmes WordPress : votre blog en magazine:

    […] coups de cÅ“ur : The Morning After, Jello Wala Mello et Mimbo, je vous laisse les […]

    --October 22, 2007 @ 1:23 pm
  38. Maigret » Blog Archive » Mimbo 2.0, CMS theme:

    […] Télécharger la version 2.0 […]

    --October 23, 2007 @ 4:57 am
  39. Mark Thomas Gazels websted » Blog Archive » links for 2007-10-23:

    […] Darren Hoyt Dot Com » Blog Archive » Wordpress Magazine Theme Released Magasin tema (tags: wordpress themes) […]

    --October 23, 2007 @ 8:20 am
  40. somecanuckchick dot com » letting my g33kyness show:

    […] catching up on some reading, specifically a quasi-new Wordpress Magazine Theme […]

    --October 23, 2007 @ 5:24 pm
  41. Free Magazine Style WordPress Themes And More:

    […] Download The Mimbo Theme From Here […]

    --October 23, 2007 @ 10:25 pm
  42. 3 magnifici temi Wordpress gratis per trasformare il tuo blog in magazine online! - TechFlakes:

    […] Download | Demo […]

    --October 23, 2007 @ 11:06 pm
  43. Skylog » Blog Archive » links for 2007-10-24:

    […] Wordpress Magazine Theme Released (tags: wordpress theme) […]

    --October 24, 2007 @ 2:17 am
  44. KOCHWERKSTATT:

    […] Wordpress Magazine Theme Released @Darren Hoyt Dot Com - Interesant!!!! Kochwerkstatt im Magazine Style????? […]

    --October 24, 2007 @ 2:25 am
  45. Matts Nutts SEO and Blogging » 100 of the Best Wordpress Themes Part 2:

    […] Mimbo2 […]

    --October 24, 2007 @ 4:17 am
  46. Sunipeyk’te Yenilik Rüzgarları « Ömer Enis:

    […] sistemi tema sayesinde daha etkili kullanılmaya baÅŸlanmış. Fevkalede olmuÅŸ. Ufak bir ricam olacaksa […]

    --October 24, 2007 @ 3:25 pm
  47. links for 2007-10-24:

    […] Darren Hoyt Dot Com » Blog Archive » Wordpress Magazine Theme Released A 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. (tags: wordpress theme magazine)                […]

    --October 24, 2007 @ 7:22 pm
  48. GotChance - A Geek’s Blog » Blog Archive » The Morning After vs. Your Revolution:

    […] : Sorry to have mentioned that The Morning After was the first Magazine-style theme. Its looks like Mimbo Magazine theme was released before The Morning After. Sorry for the mistake. Thanks fo