{"id":159,"date":"2008-02-24T15:45:29","date_gmt":"2008-02-24T05:45:29","guid":{"rendered":"http:\/\/www.seawind-network.com\/20080224\/the-mimbo-theme"},"modified":"2008-02-24T15:45:29","modified_gmt":"2008-02-24T05:45:29","slug":"the-mimbo-theme","status":"publish","type":"post","link":"https:\/\/www.rommelpascual.com\/index.php\/20080224\/the-mimbo-theme\/","title":{"rendered":"The MIMBO Theme"},"content":{"rendered":"<div class=\"twttr_buttons\"><div class=\"twttr_twitter\">\n\t\t\t\t\t<a href=\"http:\/\/twitter.com\/share?text=The+MIMBO+Theme\" class=\"twitter-share-button\" data-via=\"artipax\" data-hashtags=\"\"  data-size=\"default\" data-url=\"https:\/\/www.rommelpascual.com\/index.php\/20080224\/the-mimbo-theme\/\"  data-related=\"\" target=\"_blank\">Tweet<\/a>\n\t\t\t\t<\/div><\/div><p>This theme can turn your WordPress site from a blog to a magazine style content management system (CMS). It is not as easy to use as a regular theme, but configuring it is half the fun. \ud83d\ude42 <!--more--> A working knowledge on CSS, PHP and some idea on how the WordPress themes are built is very handy.<\/p>\n<p>The preparation I did to switch to the Mimbo theme involves:<\/p>\n<ol>\n<li>Choosing a category for the left-side of the home page frame. Make this your favorite category as it involves a lot of work to highlight these posts.<\/li>\n<li>Choosing categories for the right-side of the homepage. Only the most recent post will appear in the home page.<\/li>\n<li>Preparing 255&#215;88 images for the left side posts<\/li>\n<li>Preparing 51&#215;51 images for the right side posts.<\/li>\n<li>Writing my first lead story with a corresponding 269&#215;178 image.<\/li>\n<li>Choose a featured category for the side bar. A list of titles will be generated for this category &#8211; so it&#8217;s probably best for your second favourite category.<\/li>\n<li>Write customised excerpts for the featured posts on the right frame &#8211; not required but makes your home page look great.<\/li>\n<\/ol>\n<p>Then the next part is to edit the index.php as described by <a href=\"https:\/\/www.darrenhoyt.com\/2007\/07\/24\/in-praise-of-wordpress-template-tags-part-ii-the-magazine-layout\/#catids\" target=\"_blank\">Darren Hoyt, the Mimbo theme creator<\/a>. After I got the basic layout working &#8211; the fun begins.<\/p>\n<ol>\n<li>Modified the sidebar.php to get rid of the Ad and Sponsor section.<\/li>\n<li>Revised the index.php to show a title and excerpts if there are no 255&#215;88 images associated with the post. This gives a bit of randomness on the left and allows you to write in that category without worrying about an image. It can always be added later. If your interested contact <a href=\"mailto:wordpress@rommelpascual.com\">me<\/a> for a copy of my final index.php.<\/li>\n<li>Removed the commented section in the single.php to allow trackbacks and RSS, and also to allow admin\/users to have an easy way to edit blogs. Fixed some bugs in this code, perhaps the same reason why it was commented out in the first place. Also adjusted the style.css to fix problems in its display.<\/li>\n<li>I&#8217;ve also increased the font to a much readable size.<\/li>\n<li>Added Avatars in comment.php<\/li>\n<li>Customised the footer.php<\/li>\n<\/ol>\n<p>What I like about this theme &#8211; aside from the fact that few users would probably use this theme because of the relative complexity of its initial set-up. (This makes your site slightly unique). The main reason for choosing this theme, however, is to control how posts can be highlighted. In a regular theme &#8211; your more recent posts would be in your home page and older post are age out into archives.<\/p>\n<p>Through the use of categories, you could resurrect old posts to take prime spots in your home page &#8211; for example &#8211; I created a category called &#8220;FROM THE PAST&#8221; and it occupied a small area in the right frame. I&#8217;ve also created a category called &#8220;BLOB&#8221;. This is for posts that are simply ramblings and notes. In a normal theme &#8211; this would take the prime spot when first published, demoting any interesting story to second place. Since BLOB is not in my featured category &#8211; the post will only be shown in the list of RECENT POST and will not take center stage.<\/p>\n<blockquote><p><strong>UPDATE:<\/strong> I&#8217;ve extended the right frame to include a category with multi-posts in it. I&#8217;ve chosen my TECH TALK category for now as I have lots of posts in this. <span style=\"font-size: 75%; font-variant: small-caps; color:red;\">(14 Mar 2008 : I took this code out, in favour of showing the recent posts  as 4th division in the contents area.)<\/span>.The code still needs refactoring but it&#8217;s currently working. My next project is to incorporate some of the widgets found in dKret theme into Mimbo.<\/p><\/blockquote>\n<blockquote><p><strong>UPDATE:<\/strong>Added the standard comments code in the page.php template then created a Guestbook Template. Revised archive.php to have a full display of posts for Author&#8217;s Archive page. Revised the comment.php for pages without any comments. There could also be an error in get_sidebar() function of WP &#8211; the category is not passed correctly making the posts category to be always 10 (in my case at least). Not keen to revise the base WP function at this point.<\/p><\/blockquote>\n<blockquote><p><strong>To Do:<\/strong><\/p>\n<ol>\n<li> Optional 2-Column Sidebar<\/li>\n<li> Optional 3-Column Footer<\/li>\n<li> Smart Navigation on Single Pages &#8211; this means links to previous and next date, archive, category or author post (Simple Navigation added &#8211; 1 Mar 2008)<\/li>\n<li> Detect duplicates in the index.php when displaying home page [is_home()]. This would allow a feature story to have sub-categories without being printed twice in the front page<\/li>\n<li> Optional Secondary Footer<\/li>\n<\/ol>\n<\/blockquote>\n<blockquote><p><strong>10-11 March 2008<\/strong> &#8211; Added a custom banner designed by Jeanne. Added RSS feed links in the navigation area. Finally understood the programming done in dkRet theme so I was able to add a 4 column-footer. Also subscribed to Feedburner, an idea suggested by <a href=\"https:\/\/naptimerocks.com\/\" target=\"_blank\">RIS<\/a>.<\/p><\/blockquote>\n<blockquote><p><strong>14 March 2008<\/strong> &#8211; The beauty of the Mimbo Theme is that it allows you to highlight your favourite posts and categories. It is a great theme, but it can be very restricting on the number of items you can include on the sidebar without increasing the number of featured items to balance the overall length of the page.<\/p>\n<p>As my blog is not really a magazine, I miss the ability of having the recent posts getting some prominence in the front page. Therefore, I decided to modify the theme to include recent posts right after the features. It still have one problem &#8211; I still have not discovered how to include a navigation links to continue traversing the rest of the older posts.<\/p><\/blockquote>\n<blockquote><p><strong>15 March 2008<\/strong> &#8211; Added a dkret style date stamp on the single.php and index.php. I&#8217;ve also frozen all my modifications on my copy of the Mimbo 2.2. theme and forked it out as my theme. I don&#8217;t think I&#8217;d be publishing it though as none of these are my original codes &#8211; just incorporating some features I like on other themes into this.<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>This theme can turn your WordPress site from a blog to a magazine style content management system (CMS). It is not as easy to use as a regular theme, but configuring it is half the fun. \ud83d\ude42<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[16],"tags":[47],"class_list":["post-159","post","type-post","status-publish","format-standard","hentry","category-evaluation","tag-mimbo"],"_links":{"self":[{"href":"https:\/\/www.rommelpascual.com\/index.php\/wp-json\/wp\/v2\/posts\/159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rommelpascual.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rommelpascual.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rommelpascual.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rommelpascual.com\/index.php\/wp-json\/wp\/v2\/comments?post=159"}],"version-history":[{"count":0,"href":"https:\/\/www.rommelpascual.com\/index.php\/wp-json\/wp\/v2\/posts\/159\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.rommelpascual.com\/index.php\/wp-json\/wp\/v2\/media?parent=159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rommelpascual.com\/index.php\/wp-json\/wp\/v2\/categories?post=159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rommelpascual.com\/index.php\/wp-json\/wp\/v2\/tags?post=159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}