Latest Official Version: Download
This is the home page for the Magomra WordPress theme. Please post any questions, problems, or suggestions to the comments section on this page.
If you have enjoyed this free theme, I would greatly appreciate a rating on the theme’s extend page. It helps to get the word out so other people can enjoy it too!
Description
A lightweight yet powerful theme with a feature rich, fine grained, user friendly options page. Looks great with zero setup, or tweak everything from the sidebar location down to the link separator character in the footer. Features a built-in location for small ratings or social media plugins, room for 2 custom top menus, featured image support, threaded comments, and custom CSS styles.
About
I created this theme completely from scratch, mostly as a learning exercise. Since I am primarily a plugin developer, this theme naturally developed to place more focus on functionality, kind of like a super plugin. I will keep Magomra up to date with the latest versions of WordPress and it will remain supported for it’s lifetime, but I’ve shifted to a couple new theme projects rather than continuing to build on Magomra. But I suspect it will always be my favorite.
Tags
black, custom-background, custom-header, custom-menu, dark, editor-style, featured-images, fixed width, flexible-width, full-width-template, gray, left sidebar, light, microformats, one-column, orange, right sidebar, sticky-post, theme-options, threaded-comments, two-columns, white
License Information
This theme is made available under the GPLv3 license. A plain-text copy of the license is available here or from GNU at http://www.gnu.org/licenses/gpl.txt.
Support
Answers and illustrated instructions for some commonly asked questions:
If you would like to see any features added to this theme, please leave a comment here or on our contact page and let us know; we love feedback and usually respond quickly.
Links
Official Version | WordPress SVN | Development Log | TRAC Page

How to modify the title of the article on the blog name before?
… wat? To modify the page title, edit the magomra_title_filter function, to edit the post title, edit the magomra_post_title function.
How can i use excerpt with this theme ?
Open index.php the 12th line is:
<?php the_content( magomra_option( 'keep_reading_text' ) ); ?>change it to:
<?php the_excerpt( magomra_option( 'keep_reading_text' ) ); ?>I will add the ability to do select this in the next version of the theme, but this hack will do the trick until it gets published.
Hello! I’m writing because I’m currently using your awesome theme on my blog, and I really love it except for one TEENSY thing. Whenever I use a block quote or bulleted list, after the closing tag in either of them, there’s no breaking space to keep the spacing consistent. I have to add an empty opening and closing div tag to make it appear consistent. You can see an example of this here:
http://www.spacegamejunkie.com/news/divine-space-spacey-arpg-mmo-kickstarter-launched/
See how there’s a spacing line before the block quote, but not after? How could I add this to the theme’s CSS so it adds a line after these closing tags as well?
Thanks!
The problem is that WordpPress nests lists inside of each other as submenus, so if you put a line break after each it messes the spacing up when you have an outline type list. I was not aware of the
>CSS selector when I created this theme (which solves the problem).The issue with block quotes is they often have other elements inside of them with their own bottom padding, so evening this out can be tricky, but looks pretty good if you move half the bottom padding to the top of the next element instead of stacking it at the end of each
I have fixed both of these issues (and some others) in the next version (1.3.8), which should be live in the next few days. Thanks for pointing it out these flaws so I can improve the theme!
Did 1.3.8 iron out those kinks?
Hi, could you help me, solve this question… http://imm.io/Lv3K (pic), I use Crayon Syntax Highlighter, iit seems not on the right position.
Wow, weird one, I have no idea to be honest. I would try using Alex Gorbatchev’s syntax highlighter plugin, I’ve not had these problems with it and it’s the one used on WordPress.com. If you can try this and let me know if that fixes the problem, we can go from there.
I try to use SyntaxHighlighter Evolved, it’s no problem. however thank you.