Boumatic is a three column WordPress child theme for the Thematic theme framework by Ian Stewart. Child themes are much better explained here but essentially they allow you to create theme layouts and designs without editing the source theme’s template files. Makes things really easy when it’s time to upgrade your theme files. The name, Boumatic comes from the concept of Boumas in typography. When reading, people can recognize words by deciphering the shape of a cluster of letters, not just the individual letters. Needless to say this is another type driven/minimal design. Although my main goal was to experiment with Thematic and find out how drastically the appearance could be changed with only CSS and a few hooks and filters. Boumatic has been tested mostly in Safari and Firefox in OS X but it should also maintain its look in IE 7+ outside of a few font discrepancies (Sorry Windows guys but this theme looks WAY better on Macs :-( ). This theme has NOT been tested for IE6 or eralier versions. Sorry.
Demo
Check out a live demo of Boumatic here.
Screenshots
Check out a few screenshots.
Download
Boumatic is available as a Free download under the GNU General Public License, version 3, as published by the Free Software Foundation. Basically you can do whatever you like with this theme. No links back to me are required but I would greatly appreciate it.
Download Boumatic
Download Thematic
Installation
To install, Upload the unzipped boumatic folder to your wordpress/wp-content/themes folder. Then upload the unzipped thematic folder to your wordpress/wp-content/themes folder. Your wp-content folder needs both the boumatic and the thematic theme folders to work. Once that’s done visit your WordPress Admin, select the Boumatic theme under the Design tab to activate it. That’s it!
This theme is offered ‘as is’ so I don’t support theme customization but I will gladly help you with any bugs that you may find. Just leave a comment about it below.
ENJOY.





42 Comments
Child themes seem to pop up more and more! I personally can’t wait for WP 2.7… that’s when things really take off!
Keep up the good work!
Thanks Cristi!
Yeah 2.7 is definitely going to change the game. I believe It’s coming sometime in Nov. Can’t wait!
Allan, Boumatic is ridiculously beautiful. Great job. I love it.
I concur.
Thanks Ian. Couldn’t have done it without ya! ;-)
hi Allan, really nice job & design. Thematic is an absolute dream to work with. (You seriously ROCK Ian)
I also can’t wait for the official release of WP 2.7 and the ability to post child themes in the WordPress theme directory. Again, really nice work!
Thanks Marti. Wp 2.7 is going to change the game. The beta version out now is incredible!
Looks great tastes good – I really like anything based on Thematic. It is awesome to see what people can do with it. Anything I suppose.
Very nice Thanks…
Thanks Marti,
Thematic is INCREDIBLE. 2.7 is going to really change the came when it’s released. Can’t wait!
This is gorgeous! It has really worked out for me, its super simple which has been hard to find. I’m actually using it as my portfolio template.
Thanks Jeremy. Glad you like it.
Interesting!
Unfortunately, don’t work in Internet Explorer 6…
This looks fantastic. The only issue I’ve found is it doesn’t seem to support the 2.6 caption code. Any ideas?
Thanks Anizio.
Unfortunately, I won’t be browser proofing any of my free themes for IE6.
Eric, I have noticed the caption code bug. Working on a new version that should fix it. Thanks for checking out Neutica!
Hey Eric,
It looks like the Typogrify Plugin is causing the missing captions issue. To make the captions re-appear you can just de-activate the plugin OR un-check the “Apply SmartyPants to text” option. Not sure why this plugin is causing issues, but i’m sure an update/fix will be available soon.
Thanks for sharing this Allan. A really great theme and it has inspired me to learn a little css and coding in order to get to grips with child themes. I particularly love the floating menu, which i notice is also the header?
I’m totally new to this type of thing but i was wondering if its possible to add a header image/banner above the 2nd and third column. I’ve just learnt how to do this in thematic which seems to have space for a header (and no floating menu), so am wondering if its possible to create a similar header in your template and keep the menu as well?
Hey Marc,
At the moment, this theme isn’t geared for a header image. I’ve taken the header code from the original Thematic design and squeezed it down so it wraps around the header title.
It isn’t impossible though. You may have to dig around in the support forums to get figure it out.
Thanks for checking out Boumatic!
Hi Allan,
This is a truly outstanding theme and I would like to notice you I’m planning to use it on my website. Speaking of which – Thematic is i18n ready making a website easy to translate once and then use different child themes with no more hassle.
However there are few lines in functions.php that prevent the translation. There is an easy way to correct this issue. Change code in:
lines 44 & 49:
<?php printf(__('By %s', 'thematic'), wp_specialchars(get_the_author(), 1)) ?>to
<?php _e('By ', 'thematic'); the_author(); ?>and
line 47:
<?php printf(__('Permalink to %s', 'thematic'), wp_specialchars(get_the_title(), 1)) ?>to
<?php _e('Permalink to ', 'thematic'); the_title(); ?>This will make the translation work correctly, unless there is some other reason for your code that I don’t understand (I’m pretty much of a newbie on the php field).
Anyway, hope this helps and thanks for this great theme once again!
THANKS BART. I will definitely add this to the functions file and update the child theme. I am a NOOB my self on a lot of the PHP coding but I’m picking it up as I go along.
what’s the header font in this?
The headed font is Hoefler Text.
Hi, Allan,
FYI: In IE6, the navigation menu and subscribe, recent posts, new comments, etc. appear below the main content column. Everything is shifted to the left roughly 100px. Footer is below navigation/sidebar. E-mail me and I’ll send you a screenshot.
Thanks,
Jon
I’ve got the same problem, but with the new Firefox. And only in my wordpress installation.. the Demopage by allan works fine.
Why?
Just a question about the licensing – is there any reason you have this licensed under GPL version 3? GPL3 is not compatible with GPL2 which means this child theme cannot be distributed along with Thematic. I’m not even sure it can be used with WordPress really.
Hi Paul,
To be honest, the GPL is pretty confusing. I figured that GPL3 would be backwards compatible with all of the other versions. I will look into this more and figure out which GPL version fits Boumatic perfectly. Thanks for the incite.
This looks great!
Thanks alot for sharing this theme. How can use it without Thematic?
It will not work without Thematic.
Hi Allan,
The download seems to be broken.
Thanks.
Hi Jake, The download link is now fixed.
The download link isn’t working for me.
Woops. The download links are corrected now.
Hey,
Download link seems to direct to your presentation instead of the theme?
Also, would you foresee me (a noob) having any difficulty if I attempt to redesign the homepage to look a bit more like AutoFocus (DIG the photo layout) using just CSS?
Thanks!
I’m a newbie to all of this but up for the challenge of learning (now that you and WP make it seem easy)
Can I set a custom background image for each of the three columns?
Hey Gregory,
Yup, you’ll have to play with the CSS a bit.
Hi Allan,
thanks for sharing the elegant Boumatic child theme ! I am pretty new to wordpress and am currently experimenting with different themes.
I have tried to select Boumatic from my admin interface but it doesn’t appear although I’ve uploaded it to my theme directory…thematic is installed and is working. I get an error message saying that there is a damaged theme ( obviously boumatic) missing a style sheet. I’d be very happy if you could help me out ! Thanks in advance !
Hi Chris,
Make sure that all of the files are in the boumatic folder. Mainly the style.css file.
Great theme, very clean and minimal, gorgeous use of typography. But I find the way the hovers are used a bit counterintuitive. Dare I ask if there’s an alternative CSS for that? *ducks* ;-)
25 Trackbacks
[...] Boumatic [...]
[...] theme for this blog is Boumatic, based on the Thematica theme framework, which you can read more about here. I first saw the theme [...]
[...] Boumatic [...]
[...] Page Boumatic — [...]
[...] Page Boumatic — [...]
[...] after months of mental shadowboxing, I found Boumatic, the theme you see here, and it made me feel good enough that I said, “Ok. Let’s do [...]
[...] on the left, with the post titles being an extension of the domain name, so when I tripped over Allan Cole’s Boumatic I nearly wet myself. It was perfect: a child-theme for Thematic – which I love working with and [...]
[...] Boumatic Child Theme [...]
[...] View original post here: Boumatic [...]
[...] Boumatic [...]
[...] Boumatic [...]
[...] Boumatic [...]
[...] Boumatic [...]
[...] Boumatic [...]
[...] Boumatic [...]
[...] Boumatic [...]
[...] View Demo 6. Boumatic [...]
[...] Boumatic [...]
[...] Boumatic [...]
[...] via Boumatic. [...]
[...] default themes. After browsing the array of themes which Dreamhost provides by default I settled on Boumatic by Allan [...]
[...] Boumatic – child theme for Thematic [...]
[...] Boumatic [...]
[...] Boumatic [...]
[...] Boumatic [...]