
Automattic, the folks behind WordPress.com have a great quote on their company site, “Blogging is too hard.” I totally agree.
Why did you start your personal blog anyway? You wanted a place online to share things you found interesting and occasionally write a longer article, maybe even a rant. Right? Did you want to start a magazine site with 40 categories carefully arranged on a complicated home page? Or did you want a blindingly shiny site that looked like it had been attacked by a pack of floor buffers? Probably not. Did you want something simple and cool looking? Something easy to post to? Something that looked and worked like the tumblelog-style WordPress theme MNML? (What’s a tumblelog?)
Maybe. Let’s take a closer look at it.
View the live Demo or Download MNML.
Content First—Literally!
The first thing you’ll notice about MNML is the header—it’s now the footer! I think this is a great layout for a smaller blog where you don’t necessarily want to highlight reams of old content. If you’re more concerned with the immediate, highlighting what’s important to you right now, then the MNML WordPress theme might just be for you. But don’t forget, there are still search and archive pages! Your content isn’t lost.
Quick Posting At The Speed of Thought
When the Prologue theme first dropped, I zeroed-in on the in-theme posting ability it showed off. Right away I thought, “I want that!” Well, now you can have it too.
When you’re logged in, the quick-post form will appear at the top of your index page. Neat, huh?
Now, with MNML it’s crucial that you have a category called “Asides”. This category + the quick-post form + and the MNML stylesheet are going to give you some nice minimalist-looking aside posts. This is what makes MNML a tumblelog. Think Kottke.org and you’ll get what I was going for.
Fans of the Prologue theme will notice I’ve added a series of links to the form, a link to the fuller “Write Post page” in the backend as well as links to sign out and visit your profile, exactly like what’s found at the top of the Dashboard. I may not build a quick-post form into every theme but I’m definitely going to consider building those handy links in.
Find out how to add quick-posting to your own WordPress themes.
Progressive Enhancement
Progressive Enhancement might not be the right word. Regressive Punishment? Okay, wait, maybe it’s not that bad! What I’ve done with MNML is send a separate stylesheet directly to your IE6 visitors (click on the image for a closer look). It’s actually not that bad looking. And at the very least, it certainly fits into the MNML style.
Notice the link in the top right of the header? “Still using Internet Explorer 6?” This is not an affiliate link. All it does is refer your IE6 readers to the download page for Internet Explorer. IE7’s not that bad and I figure it’s easier to convince someone to upgrade the same product rather than switch to a completely new one.
Don’t like the link? Remove it. It’s fine by me.
And speaking of Progressive Enhancement, your Safari readers get a nice little text shadow on the Blog title. You’re welcome.
Get Found and Be Heard
MNML is based on The Sandbox making it safe and search-engine optimized for WordPress. On top of that, I’ve made a few more tweaks, recommended by Chris Pearson, that will help you get heard and help you get noticed.
MNML Isn’t So Minimal, Is It?
I guess MNML isn’t so minimal after all! On top of all that, MNML is GPL licensed. That means it’s free and free forever. Do with it as you please.
One more thing about the styling: while MNML is a Tumblelog style theme it isn’t a tumblelog theme exactly. It does have an aside category but it doesn’t have any other special category styling. This is intentional. I want posting to be easy. I don’t want you to have to use and remember special formatting for each post. MNML, and tumblelogs in general, are supposed to make blogging more fun. Not more of a pain.
Have at it!

86 Comments
This is an Awesome Ian! I will definitely be using this for my personal blog. It’s straight to the point — no games, no gimmicks. I was a little skeptical about having the header replace the footer, but with MNML it definitely seems logical. Plus, traditionally, there always seems to be similar types of content in both of these areas; makes sense to consolidate. Prologue is also a great feature. I was just reading your article about adding it to my own blog, but this one looks so nice that I will be sparing myself the time. Thanks and Great work!
Hey, thanks, Allan! You’re welcome. By the way, I love allancole.com. Great look.
Thanks alot Ian! I will probably be using MNML on my personal blog here. I may tweak colors a bit. I’ll let you know when its up and running/on and popping!
Very cool, Ian! I love the idea of that quick post option at the top, nice thinking!
Thanks, David. Are you thinking about adding Prologue-style posting to WP Contact Manager?
Congratulations on the release! It looks wonderful.
You’ve seemlessly added the prologue functionality to this theme that really makes it stand out!
Thanks, Ptah. I think I’m going to have to spend a day or so digging into the WordPress codex though, and seeing what I can do about adding on to Prologue. Support Forums, here I come!
Yeah, probably something really similar.
Thanks Ian!
There is a little issue with the formatting of asides. If a post is on the front page and displayed as an aside (and has more than one line of text), the text of the first line comes out wonky. This wouldn’t be a problem, but it makes it hard to click on a link that is on the first line of an aside post. See my homepage for an example, as the demo page doesn’t have a aside with a link on the first line.
Is there anyway to fix this behavior?
Thanks for letting me know about this, Chris. I’ve updated the file and a corrected ZIP is ready for download. If you’ve already made some modifications to the theme and you just want to add the fix, open up style.css and find .entry-content on line 193. Add the following:
position:relative;
That should fix it.
Thanks for that quick fix, Ian. I really appreciate a theme designer fixing issues promptly, as many release themes and then refuse to provide any semblance of support.
Ian, another fyi. The MNML theme displays weird in Firefox 3 right now. Items from the index are shown on top of the bottom header. Not something that is an issue right now, but just wanted to let you know.
To clarify, it is actually only post text that is displayed on top of the bottom header. The text in the sidebar and post titles do not cause an issue.
Weird. I wouldn’t have expected a problem in Firefox 3. The soonest I can look at that would be tomorrow, Chris. Thanks again for the heads up.
Got to it early. MNML updated and ready for downloading. A little position:relative here a little z-index there and everything should be fine.
I hope.
And wow. If I didn’t depend on four or five awesome extensions I’d be using Firefox 3 right now. It’s perfect.
I like this theme very much.
noticed that Alignments other then align=left are not working for me in the post.
I would like some elements of my post to be centered.
Is there anything that could be changed or that i could change to make it work?
thanks in advance
The image alignment is class based. You’ll need to use alignleft, alignright, center. I’ll be updating this for WP2.5 to also use align-left and align-right, the new defaults.
Now that the release candidate for WP 2.5 has been released, when will we see the update to this theme?
I’ll post an announcement.
Ian, the issue with the link on the first line of an aside is happening still (with your current MNML download). I am only noticing this, though, if there is an aside that is the first post.
I created an “Asides” category, but whenever I write a quick post, it’s labeled under “Uncatagorized” and displayed as a standard post. What am I doing wrong?
You’ll have to make that category your default, Kevin.
Chris, do you want to try downloading again? I’ve upgraded the theme to MNML 1.1. Let’s see if it’s still acting weird.
Ian, I was working off a version I downloaded yesterday. I’m not sure when you changed the download. It would be helpful if you changed the version number in the style.css file to note the changed version (I know its easy to forget that, I’ve done it before).
The new theme is version 1.1. Shows up in the theme page in the admin.
Anyone else having weird rollover issues in the sidebar — when I roll over any of the links in blogroll or categories, all of them highlight.
Any ideas on why? It’s Firefox 2.0.0.12
That’s a feature.
Huh…OK.
Feels like non-standard web-ish behavior to me, so I’ll poke around in the code to sort it out.
Nice theme, by the way. Thanks.
One more request… a different color or something for the administrators comments on posts/pages. That would be ideal, and I just noticed this theme doesn’t have that.
I am waiting for the version for 2.5 before I actually use this, excited about it.
Ian, I made sure I am using the version 1.1 of MNML, still having the issue with the links in the first line of asides. The links seem to have a very small clickable area. Thanks for your assistance.
Feel like testing some code, Chris? Try adding position:relative to the asides in the stylesheet. Like so:
.home .category-asides * {display:inline;
position:relative;
}
Let me know if that works.
I swear though, the next theme I release is going to shy away from bonkers CSS!
(Maybe.)
Darran, the current version (1.1) is the 2.5-ready version. I’ll make a post announcement once this bug (the one Chris found) is fixed.
Ian, that code appears to work. Also, I fixed the issue with the lack of author comment highlighting. People can add something like this to their style.css file:
.bypostauthor {
background-color: red !important;
}
You can change the color to whatever work for you.
Finally! Thanks, Chris.
Re. author comment highlighting: I couldn’t think of a decent solution for MNML that fit. Otherwise, I would have included it.
I agree. There isn’t a good color to allow for it. It might work with author comments being on a white background, but then you would have to change the white text in the author comment meta/details to some other color.
Thank you Chris! I would be tweaking some colors here and there to suit my preferences.
love the theme…. i am well involved in this theme on my site so i don’t know if it would be good for me to update.
but one question, how can i remove the quick post box from above the pages once logged in to my admin?
thanks for any help
Guru, you can try reverse-engineering MNML from the tutorial in How To Add Prologue-Theme Posting To Your WordPress Theme—in 2 minutes.
Ian, that advice worked GREAT!!! thanks
You so crazy! I love the ideas and I need them stuck as I am in more conventional ways of thinking about theme structure. Header in the footer? Yes, why the hell not?
By the way, clicking on the demo leades to an error message about wordpress-automatic-upgrade/wpau_helper.class.php
Thanks, mccormicky. Got that all fixed up.
i am using this theme for a release in mid-june.. one more question… is there a way to get only the i hover over the change color and not the entire sidebar? i have been try thing but i think i am stuck…
take care and thanks with any help.
ukre8.thevsproject.com
@guru: Do you mean the <i> element?
think so… but you notice as you bring the mouse in the sidebar the entire side changes color instead of just the link you rollover…. is that the element?
i am still relatively new to adjusting code..
thanks
Hey Ian,
I am really diggin’ your themes. Quick question: because this is built with Sandbox, I can style the categories, correct?
Yep.
Sorry, I should have just looked. Duh. Anyway, I am going to be doing some small tweaks, but I will let you know what I come up with. This is exactly the theme I was looking for. It took a long time to find, but it was worth it.
Thanks. Let me know when you’re all done. I really enjoy seeing what people end up creating. Cheers.
Wow – of the bajillion WP themes I’ve seen, this is the first one that feels truly thought out design wise about content :^) I love it! Great job.
Is there any way to get the date to show on posts?
Ian.
I very much like this theme and I am currently setting up a new blog (not public yet) and I an using this theme as of now. I am running into two issues.
1) the quick post box: when I try and use it and then click the “post it” button I get redirected to my blog login page. I do not get logged out but just redirected and the post does not created, any ideas? I can post to the Asides category no problem through the standard post screen but not through your quick post
2) I want to limit what pages are displayed in the header …errr… I mean footer but I cant seem to fins the code for it. I cant find the standard code (or Im overlooking it) that wordpress uses so that I may add the extra little bit of PHP to exclude certain page id’s, any idea?
Any help with these would be very much appreciated.
Cheers
Kevin
I really like this theme and have just applied it to my own blog. I am very new to the wordpress theme’s and was wondering how difficult it would be to add in a blog roll to the sidebar? I have very little experience in development so I figured I should ask the guy who made it =)
Thanks, and again, great work!
@Kevin: I’m not sure what’s up with question 1, but as far as question 2 goes, check out
sandbox-functions.php.@RAGSdale: WordPress widgets. Check them out in the design section of the admin area.
Thanks for the help Ian. I found in the sandbox-functions.php file the place to limit the pages links that area shown, thanks for the direction.
As for my other issue about the quick post box its not really an issue in the end, just was curious.
Thanks again
Thanks bud! I really appreciate it – the design looks great, just want in wanted =)
Hi Iain, I’m getting exactly the same problem as Kevin’s question 1, above, and it’s only since I upgraded to WordPress 2.6.
Type into the Quick-Post box, hit “Post it”, and I get routed to my login page. I log in, and I go back to my main page, but my quick post has gone.
Good theme, though, so I’m looking forward to a fix.
I haven’t had a chance to look at this yet. Working on it. I’ll write a post when it’s updated though. Watch for that.
Ian:
Any ideas why all of the pages that I have published (and not private) arent showing in my header? As of now I havent altered sandbox-functions.php to exclude any specific pages, so I would assume that all pages should show, but they arent? Any ideas?
Ive done a clean install of the theme as I thought I might have altered something by accident, but thats not helping?
Thanks for any ideas you might have
Cheers
Kevin
kvl.name/blog
@Kevin: Are they Child Pages? Child Pages won’t show up in the menu of this theme (without hacking the CSS).
Ian.
Thanks for the quick response.
They aren’t child pages, so that wasn’t the issue, but I found the issue. The plugin PageMesh (http://joelstarnes.co.uk/pagemash.php) was conflicting with the way the pages display, I deactivated the plugin and the pages now display properly.
Thanks again for all the help.
Well perhaps the best photo blog child theme…. Meaning MNML
Hi Ian, just want to say thx for the mnml themes

i’m using it for my indonesian site
btw the sidebar change all the color if i hover one of the item
hello Ian, great theme and i use a modified version for my site, but still have one thing i cant figure out.
all the links on the right side in the side bar ALL change color (highlight when rolled over) but i just want a sinlge link to change color upon roll over.
is that possible and if so how??? in the css i can only change the color, but not limit it to a single link.
thanks for any help
hi Ian, I really like the navigation in the footer and the fact that it stays even as you scroll through the blog. Do you think that this theme would be a good parent theme? I’m going back and forth between this and thematic.
I keep meaning to make this a Thematic Child theme. You might want to wait for that.
Love the theme, just installed it, but having the same problem as Kevin and Martin McCallion with regard to the Quick Post field taking me to the blog login page and then post just disappearing.
Would love to play with this feature…. any thoughts on a fix? many thanks!
Love this theme – I’m getting it setup on my blog http://blog.joomlabear.com.
Only one thing – can’t work out how to get the bottom menu to display… I’m a bit noobish with wordpress – will head over to the forum and see if I can solve this – I must be missing something obvious…
Ian, any idea when you will be releasing this as a child theme? I’m looking at adding the WordPress 2.7 comment enhancements to my site, but I don’t want to make changes if you are about to release anything big. Thanks!
It’s on the list … but I’m working on adding 2.7 comment enhancements to Thematic in a way that doesn’t break what’s come before. Have you tried making a MNML Child Theme for Thematic? You might find it easier than you imagine (Yes, I’m trying to pawn off work).
I haven’t tried making this into a Thematic child theme yet, but I will do that this week.
Also, just an issue with your theme here, the font in your comments section looks really strange in Google Chrome. I’m having to highlight text to be able to read it.
Hello Ian
Thanks for your theme which is really easy to enhance.
I’ve got an issue though: I have installed the NextGen gallery plugin as this wordpress blog is used as a photographer portfolio.
Galleries are showed in pages and enlarged posts but I can’t have the thumbs in any post summary.
Ex : http://www.fridayfactory.co.uk/photos/?cat=10
I tried with proper text and it worked. Seems like nextgen gallery and your theme are not happy together !
Any clues of what to do ?
Thanks
Anne.
Loving your theme. Using it over at http://blog.joomlabear.com
However I am experiencing a slight issue with HeadSpace and MNML – My titles are not being picked up, If I switch themes they are.
Also WordPress asks me if i’d like to update to a new version of MNML automatically – however when I accept the invitation I get :
Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
Cheers for a great theme.
Any timeframe on when we might see gravatar and threaded comment support in MNML? Or are any new additions unplanned and off the table? I would really like to see updates to this good looking theme.
I absolutely love your theme and I am doing a few tweaks to make it work for my blog (thats going through a bit of a revamp). However, I am having the same issue as a few people above with the quickpost not working. I can write in it and tag it as ‘asides’ (yes I made a category for it), and clicking post it simply brings me to a log in screen and then the post is gone.
Could this possible be a wordpress 2.7 issue? It seems to be happening to people having the more recent versions of wordpress.
WHOA, I totally found a fix for the issue of being redirected to the login screen.
Just go to the index php and delete the auth_redirect(); and everything works fine as it should! I hope for the handful of folks who had an issue with it are still interested in it to benefit from this fix.
I never got this error when i added it… to my theme… again as I have posted I get a cannot modify headers error when I tracked the codex… it says to make sure there isn’t excess whitespace… in the header php but there isn’t… I am not getting any resolve <— check my blog and reg (all new reg’s are authored so u can see the quick box
Lol… I see you zeroed in on the same kewl thing I did for theme customization, well.. let me tell you… how did you overcome the cannot modify headers? try my site and see for yourself… can you guide and direct me?
Hi Ian! This is the best theme I have found for my blog yet. Thanks!
I have one question though; Is it possible to add the date for the post on the main page? E.g. on the side of the post title or such. It may be easy to add, but I’m not all that into Wordpress.. Yet ;o)
Also, I have the same issue as BigBear above:
Also WordPress asks me if i’d like to update to a new version of MNML automatically – however when I accept the invitation I get :
Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
Long on my list has been making MNML a Child Theme of Thematic. I haven’t had a chance to get to it yet but that’ll take care of any errors popping up.
Hi Ian,
great theme and I want to use it for my blog. I have one question which may seem a little “noobish”: How do I change only the color of the widgets names in the sidebar like “categories”, “archives” etc ?
I’m sorry to post this question here, but I cannot get any question posted in the ThemeShaper forums, for whatever reason, so I’m trying here. Thanks:
Hello there:
I was trying another theme designer’s tumblelog, and loved the look of the site. But support was next to nonexistent, there were coding problems galore, etc., even though I had only done a bit of customization. I’ve done that now too, but don’t have anywhere close to the number of issues, and I’ve only been using the MNML tumblelog theme for WordPress as of an hour or so ago.
I really have only two, and one is vastly more important than the other:
1) I cannot get my archives to work, except for text. Photos and videos do not show up. This is the biggie.
2) The footer repeats everything on the sidebar. I earlier had a list of links, and those were repeated too.
My blog is located here:
http://raymikell.com/blog/
If you could at least answer 1, I would so appreciate it. Thank you for your time.
Ray
nice work with header and footer stuff
MNML theme is now listed on techthem.com
http://www.techthem.com/mnml-wordpress-theme-by-themeshapercom/
I love the theme… really great work.
There are only 2 things I want to change – the sidebar mouseover behavior (all light up, not just the one hovered) and the regular link behavior (no hover ). I’m still new to wordpress, and I was poking around in the theme files, and all I managed was to turn off mouseovers completely.
Any help would be appreciated
Hi Ian,
I’m really diggin’ this theme. I just had two questions:
1. When I embed a video (from YouTube), the video player runs over the header when scrolling in every browser except Safari. Is there a fix for this?
2. When I use the quick post, it takes me to my login screen for WP and nothing happens after I log in. How would I go about fixing that?
Thanks for a great theme!
37 Trackbacks
[...] might not know my history of changing themes. This time I am going with a minimalist theme called MNML, by Ian Stewart of [...]
[...] MNML, A TumbleLog Style WordPress Theme – Nice looking WordPress theme Tags: theme wordpress [...]
[...] that my theme (MNML), uses Sandbox as a backend. This makes fixing this issue really [...]
[...] MNML, a great TumbleLog-style theme [...]
MNML, A TumbleLog Style WordPress Theme…
Did you want something simple and cool looking? Something easy to post to? Something that looked and worked like the tumblelog-style WordPress theme MNML? Try this one!
…
[...] MNML, A TumbleLog Style WordPress Theme [...]
[...] MNML, ottimo tema in stile TumbleLog [...]
[...] on the look of the site — theoretically a cross between ThemeShaper’s tumble-enriched MNML and PlayWorkPlay’s gorgeous and understated Whitespace Nation — will continue. But [...]
[...] gestaltet. Es achtet vor allem auf die Einheitlichkeit und ist durchwegs mit Rechtecken gestaltet. MNML von Themeshaper. Ist wie das weiter unten vorgestellte WordPress Theme Prologue. Wenn man [...]
[...] Demo Full details and download [...]
[...] les amateurs tumblelogs, voici MNML, un thème WordPress ou alors Chyrp, un CMS OpenSource pour créer son propre tumblelog. Via [...]
[...] MNML is the new theme powering this site. Cool, ain’t it? This entry was written by Alphonse Yu, posted on June 13, 2008 at 6:26 pm, filed under Asides. « Experimental Sandbox Testing 123. » [...]
[...] just activated a new theme for this site. It’s called MNML, and it’s designed especially for quick posts. As ever, I’m not quite sure about it [...]
MNML, A TumbleLog Style WordPress Theme…
A Tumblelog-style two columns-Theme for WordPress based on The Sandbox. With MNML it’s crucial that you have a category called “Asides”. This category + the quick-post form + and the MNML stylesheet are going to give you some nice minimalist-look…
[...] with a lot of help by Themeshaper Ian Stewart. It’s called MNML. This entry was written by alm, posted on July 27, 2008 at 10:04 am, filed under Misc and tagged [...]
[...] Demo | Pagina de lansare [...]
[...] Demo / Download [...]
[...] as in Freedom – theme for self-hosted Wordpress blogs nowadays. But I think I succeeded at last – MNML is the “new suit” for Random [...]
[...] for something more subdued. This loamy, static look is called MNML and so far it suits my mood [...]
[...] the previous post, some time ago, I declared that I will settle for the wonderful theme MNML by Ian Stewart. Well – I still like it a lot. In fact, MNML is the closest [...]
[...] as in Freedom – theme for self-hosted Wordpress blogs nowadays. But I think I succeeded at last – MNML is the “new suit” for Random [...]
[...] Geschmack: Warum mühsam eine in die Jahre gekommene Software “redesignen”, wenn man das auch einfacher haben kann (bei mir dank MNML). [...]
[...] Playing with this new wordpress theme called MNML. Gonna need to do some tweaking, but it has potential. addthis_url = [...]
[...] demo indir [...]
[...] on the site, I recently changed to the Hybrid News theme (from Theme Hybrid). I began using the MNML theme exactly a year ago today (total coincidence, really) and I loved it the whole time. MNML [...]
[...] | Download Not [...]
[...] to try and design my own theme right away. think I’ll get my feet wet with this theme from MNML before taking out the paint brushes. This entry was written by rawberg, posted on April 18, 2009 [...]
[...] Details | Demo | Download MNML (0) AKPC_IDS += "1760,";Popularity: unranked [?] (No Ratings Yet) Loading … Bloggers Who Like This Theme, Also LikeGotham Nights – Simple Wordpress ThemeJynxed – Elegant Wordpress ThemeReal Estate Wordpress Theme – Harmonic DivergenceWoody Wordpress Theme – ModernOakSmashing Wordpress Theme – EcoPressPurple Swirl – Free Wordpress ThemeTomodachiSubtlyMadeCopyblogger – Smashing Wordpress ThemeNatural Essence – Elegant Wordpress Theme Post a Comment [...]
[...] Theme Homepage » [...]
[...] 31. MNML [Preview] [Donload] [...]
[...] MNML, demo | download [...]
[...] MNML, A TumbleLog Style WordPress Theme Something that looked and worked like the tumblelog-style WordPress theme MNML? …. I’ve updated the file and a corrected ZIP is ready for download. … themeshaper.com/mnml-a-tumblelog-style-wordpress-theme/ – Cached – Similar [...]
[...] videos, images or whatever little scribbles you want to make online.Quick Post More Resources:Tumblelog WordPress Theme by ThemeshaperPockett by Nyssa J. BrownCSS GalleryMost of the CSS Galleries you find online are [...]
[...] Tumblelog WordPress Theme by Themeshaper [...]
[...] Tumblelog Tumblelog ist ein Plugin von Twelve Horses. Inspiriert von Thumblr. Ermöglicht das simple erstellen von Kurzmitteilungen etc. online, genau wie die normale “Post” Ware – nur eben auf der Website. Ein Design Beispiel gibts Themeshaper. [...]
[...] like how the MNML theme has the bar at the bottom. I can see how in certain situations I’d like to put more [...]
[...] Tumblelog WordPress Theme by Themeshaper [...]