<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jerry D. Russell dot Com &#187; Mimbo 2.2</title>
	<atom:link href="http://www.jerrydrussell.com/tag/mimbo-22/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jerrydrussell.com</link>
	<description>It starts with an idea. It&#039;s what you do with that idea that matters</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:22:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Modifying Mimbo 2.2 Step Three &#8211; Changing image handling</title>
		<link>http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/</link>
		<comments>http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 00:35:53 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Darren Hoyt]]></category>
		<category><![CDATA[Mimbo 2.2]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.spunpuppy.com/?p=214</guid>
		<description><![CDATA[<p>This is the third in a series of articles that will cover making several modifications to the Mimbo 2.2 Theme by Darren Hoyt.  I am modifying the theme to fit the requirements for my own site.  To see the first step requirements and get an... <a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div class="hackadelic-series-info on-frontpage"><small>This entry is part of a series,  <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-1')" title="click to expand/collapse slider Modifying Mimbo 2.2">Modifying Mimbo 2.2&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-1"></span></small></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jerrydrussell.com%2Fmodifying-mimbo-22-step-three-changing-image-handling%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jerrydrussell.com%2Fmodifying-mimbo-22-step-three-changing-image-handling%2F&amp;style=normal" height="61" width="50" />
			</a>
		</div><p><em>This is the third in a series of articles that will cover making several modifications to the Mimbo 2.2 Theme by Darren Hoyt.  I am modifying the theme to fit the requirements for my own site.  To see the first step requirements and get an overview of what I have planned, please read The first article in the series; <a href="http://www.spunpuppy.com/archives/2008/07/21/modifying-mimbo-22-step-one-identifying-requirements/">Modifying Mimbo 2.2: Step One &#8211; Identifying Requirements</a>. For the methods used to modify the way the theme handles output in various places, check the second article in the series; <a href="http://www.spunpuppy.com/archives/2008/07/27/modifying-mimbo-22-step-two-modifying-indexphp/">Modifying Mimbo 2.2: Step Two &#8211; Modifying index.php</a></em>. <em> This article focuses on modifying the way Mimbo pulls images for the lead and secondary articles on the main page.</em></p>
<div id="attachment_149" class="wp-caption aligncenter" style="width: 477px"><img class="size-full wp-image-149" title="mimbo2_preview" src="http://www.jerrydrussell.com/wp-content/uploads/2008/07/mimbo2_preview.png" alt="Darren Hoyt's Excellent Mimbo Theme" width="467" height="306" /><p class="wp-caption-text">Darren Hoyt&#39;s Excellent Mimbo Theme</p></div>
<p>As I mentioned in the first part of this series, I wanted to change the way Mimbo handles it&#8217;s images to better suit my work flow.  By default, mimbo stores it&#8217;s main page images under the theme folder in a folder named (appropriately enough) images.  Using this method requires that the user has to find an alternate method of uploading his or her image files, which to me is counter-intuitive.  My solution is to store the images in the standard WordPress manner and upload them using the &#8220;Add media&#8221; dialog.</p>
<p>This might sound inefficient, but for me, the ability to simply paste the image url into the proper custom field makes things much more pleasant, especially when I&#8217;m trying to get several posts knocked out in one session.</p>
<p>The default Mimbo code for the &#8220;Featured&#8221; image is as follows:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">// this is where the Lead Story module begins</span>
   query_posts<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'showposts=1&amp;cat=3'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
    &lt;a title=&quot;Permanent Link to <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; rel=&quot;bookmark&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">// this is where the Lead Story image gets printed	</span>
	<span style="color: #000088;">$values</span> <span style="color: #339933;">=</span> get_post_custom_values<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Image&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$values</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; alt=&quot;&quot; id=&quot;leadpic&quot; /&gt;&lt;/a&gt;
&nbsp;
&lt;a class=&quot;title&quot; title=&quot;Permanent Link to <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; rel=&quot;bookmark&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
    &lt;/a&gt;</pre></div></div>

<p>The important piece of code in this instance is in the image call where Mimbo&#8217;s creator hard coded the image location:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt; img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">// this is where the Lead Story image gets printed</span></pre></div></div>

<p>by simply removing the hard coded file location, we can now add our images in the normal way and simply paste the url into the custom fields we&#8217;ve created to handle them.  In my case these fields were <strong>lead_image</strong> and <strong>secondary_image</strong> respectively.</p>
<p>That&#8217;s as simple as it gets, script kiddies!  with just a few tweaks, you can easily take Mimbo from this:</p>
<div id="attachment_149" class="wp-caption aligncenter" style="width: 477px"><img class="size-full wp-image-149" title="mimbo2_preview" src="http://www.jerrydrussell.com/wp-content/uploads/2008/07/mimbo2_preview.png" alt="Darren Hoyt's Excellent Mimbo Theme" width="467" height="306" /><p class="wp-caption-text">Darren Hoyt&#39;s Excellent Mimbo Theme</p></div>
<p>To this:</p>
<div id="attachment_240" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-240" title="Cooking... by the seat of my Pants!" src="http://www.jerrydrussell.com/wp-content/uploads/2008/09/cbsop.png" alt="Pretty nifty, huh?" width="500" height="434" /><p class="wp-caption-text">Pretty nifty, huh?</p></div>
<p>If you&#8217;re thinking to yourself&#8230; <em>&#8220;Hey, there are a LOT of modifications here!&#8221;</em> You would be absolutely correct.  Unfortunately these are out of the scope of what I set out to do here, and I&#8217;m not going to get into them. Truth be told, I didn&#8217;t do anything that difficult, even for a WordPress theme novice.  All of the information you need to get the job done is in the <a href="http://codex.wordpress.org">WordPress Codex</a> or on various sites areound the Internet.  There really is no reason for me to go over them again.  I&#8217;ll leave it up to you as an excercise in coding.</p>
<p>I do hope that some of the information provided here proves useful to someone.  If so, drop me a comment and let me know!</p>
<p>Happy Coding!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-spaced shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Modifying+Mimbo+2.2+Step+Three+-+Changing+image+handling+-+http://b2l.me/qum3j&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/&amp;title=Modifying+Mimbo+2.2+Step+Three+-+Changing+image+handling" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/&amp;title=Modifying+Mimbo+2.2+Step+Three+-+Changing+image+handling" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/&amp;title=Modifying+Mimbo+2.2+Step+Three+-+Changing+image+handling" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/&amp;title=Modifying+Mimbo+2.2+Step+Three+-+Changing+image+handling&amp;desc=This%20is%20the%20third%20in%20a%20series%20of%20articles%20that%20will%20cover%20making%20several%20modifications%20to%20the%20Mimbo%202.2%20Theme%20by%20Darren%20Hoyt.%C2%A0%20I%20am%20modifying%20the%20theme%20to%20fit%20the%20requirements%20for%20my%20own%20site.%C2%A0%20To%20see%20the%20first%20step%20requirements%20and%20get%20an%20overview%20of%20what%20I%20have%20planned%2C%20please%20read%20The%20first%20art" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/&amp;bm_description=Modifying+Mimbo+2.2+Step+Three+-+Changing+image+handling&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/&amp;title=Modifying+Mimbo+2.2+Step+Three+-+Changing+image+handling" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/&amp;title=Modifying+Mimbo+2.2+Step+Three+-+Changing+image+handling" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://www.jerrydrussell.com/?ak_action=api_record_view&id=446&type=feed" alt="" /><div id="hackadelic-sliderNote-1" class="concealed">Entries in this series:<ol><li><a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/">Modifying Mimbo 2.2: Step One - Identifying Requirements</a></li><li><a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/">Modifying Mimbo 2.2: Step Two - Modifying index.php</a></li><li>Modifying Mimbo 2.2 Step Three - Changing image handling</li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.4">Powered by Hackadelic Sliding Notes 1.6.4</a></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Modifying Mimbo 2.2: Step Two &#8211; Modifying index.php</title>
		<link>http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/</link>
		<comments>http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 23:56:04 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Darren Hoyt]]></category>
		<category><![CDATA[Mimbo 2.2]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.spunpuppy.com/?p=170</guid>
		<description><![CDATA[<p>This is the second in a series of articles that will cover making several modifications to the Mimbo 2.2 Theme by Darren Hoyt.  I am modifying the theme to fit the requirements for my own site.  To see the first step requirements and get an... <a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div class="hackadelic-series-info on-frontpage"><small>This entry is part of a series,  <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-2')" title="click to expand/collapse slider Modifying Mimbo 2.2">Modifying Mimbo 2.2&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-2"></span></small></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jerrydrussell.com%2Fmodifying-mimbo-22-step-two-modifying-indexphp%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jerrydrussell.com%2Fmodifying-mimbo-22-step-two-modifying-indexphp%2F&amp;style=normal" height="61" width="50" />
			</a>
		</div><p><em>This is the second in a series of articles that will cover making several modifications to the Mimbo 2.2 Theme by Darren Hoyt.  I am modifying the theme to fit the requirements for my own site.  To see the first step requirements and get an overview of what I have planned, please read The first article in the series; <a href="http://www.spunpuppy.com/archives/2008/07/21/modifying-mimbo-22-step-one-identifying-requirements/">Modifying Mimbo 2.2: Step One &#8211; Identifying Requirements</a></em></p>
<p>Without further ado, let&#8217;s dive into the code for Mimbo&#8217;s index page and make some changes.</p>
<p><img class="aligncenter size-full wp-image-155" title="mimbo2_preview-marked" src="http://www.jerrydrussell.com/wp-content/uploads/2008/07/mimbo2_preview-marked.png" alt="" width="467" height="306" /></p>
<p>As mentioned in the first article of this series, one of my first requirements is to use category names to pull posts out of the DB instead of the default setup used by Mimbo.  This isn&#8217;t a complicated change, but when there is the possibility of category ID&#8217;s Changing over the course of a development cycle, it&#8217;s one worth making.  To make this modification, we first need to find the section of code that calls Lead Story and modify it to suit our new requirements.</p>
<p>Again, this is where Mimbo shines, since we find the first module right at line 6 of the index.php file:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">    &lt;a title=&quot;Permanent Link to <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; rel=&quot;bookmark&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #666666; font-style: italic;">// this is where the Lead Story image gets printed     $values = get_post_custom_values(&quot; alt=&quot;&quot; /&gt;&quot; alt=&quot;&quot; id=&quot;leadpic&quot; /&gt;&lt;/a&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>a <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;title&quot;</span> title<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Permanent Link to &lt;?php the_title(); ?&gt;&quot;</span> rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;bookmark&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php the_permalink() ?&gt;&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
    <span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span>
&nbsp;
    <span style="color: #009900;">&#123;</span><span style="color: #339933;">&lt;</span>a title<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Permanent Link to &lt;?php the_title(); ?&gt;&quot;</span> rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;bookmark&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php the_permalink() ?&gt;&quot;</span><span style="color: #339933;">&gt;</span>More»<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span><span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span><span style="color: #990000;">END</span> FEATURE<span style="color: #339933;">--&gt;</span></pre></div></div>

<p>Line 8 is the one we need to take note of.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">query_posts<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'showposts=1&amp;cat=3'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>This call uses the query_post()  WordPress Template Tag to get 1 post from category number 3. What I want to do is get the category information by name, in this case, I want to display the latest post in the &#8220;Recipes&#8221; category, so we&#8217;ll change it to read as follows:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">query_posts<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'showposts=1&amp;category_name=&quot;Recipes&quot;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>The next call to a category ID is at line 16, where the category title is displayed:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// this is where the name of the Lead Story category gets printed</span>
wp_list_categories<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'include=3&amp;title_li=&amp;style=none'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Unfortunately, wp_list_categories does not allow for calling categories by name, But since we&#8217;re already specifying the ctegory that we want by name, we can actually eliminate the need for a php call and simply print out the name using standard html, like so:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// this is where the name of the Lead Story category gets printed</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>Recipes</pre></div></div>

<p>In the case of the project I&#8217;m working on I don&#8217;t think it&#8217;s necessary to print anything at all, since it&#8217;s going to be pretty obvious that what the reader is looking at is going to be a recipe, so I&#8217;ve made the following changes, starting at line 13:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;!--</span>h3 <span style="color: #339933;">--&gt;</span>
<span style="color: #339933;">&lt;!--</span> <span style="color: #339933;">/</span>h3 <span style="color: #339933;">--&gt;</span></pre></div></div>

<p><em>Note: I&#8217;ve only commented these lines out in the example so that line numbering is not affected. In my production site, I removed them from the code altogether.</em></p>
<p>The second change needed to match my requirements is that all posts must show author information and date posted. This is required by several of my advertisers so that they can keep track of the dates that ads and reviews were posted. I really like to keep the people that make me money happy, so I&#8217;m going to add it in.</p>
<p>I want the author and date information directly under the title of the post, so I&#8217;ll start adding it in at line 19:</p>
<p>Original Code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// this is where the title of the Lead Story gets printed</span>
the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>And we change it to:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// this is where the title of the Lead Story gets printed</span>
    the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
    <span style="color: #339933;">&lt;</span>small<span style="color: #339933;">&gt;</span>By   •  • Category<span style="color: #339933;">:</span> <span style="color: #339933;">&lt;/</span>small<span style="color: #339933;">&gt;</span></pre></div></div>

<p>What we end up with is this:</p>
<div id="attachment_189" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-189" title="lead-story-modified" src="http://www.jerrydrussell.com/wp-content/uploads/2008/07/lead-story-modified.png" alt="" width="500" height="128" /><p class="wp-caption-text">The layout works, but it&#39;s not pretty. It&#39;ll look better once images are added and a little css work is done</p></div>
<p>As you can see, we now have no category title and we&#8217;ve got author information posted below the post title using the &lt;small&gt; tag. It&#8217;s ugly as heck, but all that will be fixed later when I modify the stylesheet to fit the look that I want. What we&#8217;ve got is working, and I call that so-far so-good.</p>
<p>At this point we need to modify the second column to work in the same manner. Since we&#8217;ve already covered the changes needed in detail, I&#8217;ll just show you the code before and after modification, you should easily be able to spot the changes:</p>
<p>Original Featured Column:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div id=&quot;leftcol&quot;&gt;
&nbsp;
&lt;div class=&quot;feature&quot;&gt;&lt;a title=&quot;Permanent Link to <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; rel=&quot;bookmark&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #666666; font-style: italic;">// this is where the custom field prints images for each Feature       $values = get_post_custom_values(&quot; alt=&quot;&quot; /&gt;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;title&quot; rel=&quot;bookmark&quot; href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;</span>
      »<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;!--</span><span style="color: #990000;">END</span> LEFTCOL<span style="color: #339933;">--&gt;</span></pre></div></div>

<p>Modified Featured Column:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div id=&quot;leftcol&quot;&gt;
&nbsp;
&lt;h3&gt;Recent Recipes&lt;/h3&gt;
&nbsp;
&nbsp;
&lt;div class=&quot;feature&quot;&gt;&lt;a title=&quot;Permanent Link to <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; rel=&quot;bookmark&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #666666; font-style: italic;">// this is where the custom field prints images for each Recent Recipe       $values = get_post_custom_values(&quot; alt=&quot;&quot; /&gt;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;title&quot; rel=&quot;bookmark&quot; href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;</span>
      »<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>div<span style="color: #339933;">&gt;&lt;</span>small<span style="color: #339933;">&gt;</span>By   • <span style="color: #339933;">&lt;/</span>small<span style="color: #339933;">&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
&nbsp;
<span style="color: #009900;">&#123;</span><span style="color: #339933;">&lt;</span>a title<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Permanent Link to &lt;?php the_title(); ?&gt;&quot;</span> rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;bookmark&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php the_permalink() ?&gt;&quot;</span><span style="color: #339933;">&gt;</span>More»<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;!--</span><span style="color: #990000;">END</span> LEFTCOL<span style="color: #339933;">--&gt;</span></pre></div></div>

<p>The only real difference between the first examples is at line 36 of the modified code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">    query_posts<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'showposts=5&amp;category_name=&quot;Recipes&quot;&amp;offset=1'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Take note of the offset parameter.  Since we&#8217;re using this column as a continuation of the Recipes category and we&#8217;ve already displayed the first, or newest, post in the category, we use the offset parameter and set it to 1.  This tells query_posts() to skip the newest post in this category and move on to the next, thus avoiding a duplicate entry.<br />
The other main addition to the original Mimbo code is that I added post excerpts to the second column so that my readers get a glimpse, or teaser, of what the post contains.  I&#8217;ve found that this can, at times, persuade a casual passerby to move a little deeper into the blog to find what he or she needs, and again adheres to the requirements of some of the companies that pay me to do what I do.<br />
Modifying the third column is much the same as the first two. with just one exception.  By default Mimbo uses an array of integers to get the first post in any number of categories specified and display them in that column:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;rightcol&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;clearfloat&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
I just switched the code up a bit to use category names so that all the sections matched<span style="color: #339933;">:</span>
&nbsp;
<span style="color: #339933;">&lt;</span>pre escaped<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;true&quot;</span> lang<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;php&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #666666; font-style: italic;">// this is where you enter the IDs of which categories you want to display</span>
<span style="color: #000088;">$display_categories</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Reviews&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;Product Spotlight&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Blog Events&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Shopping Alerts&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Blog Spotlight&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$display_categories</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$category</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;clearfloat&quot;</span><span style="color: #339933;">&gt;</span></pre></div></div>

<p>all I did was change the array to hold category names instead of ID&#8217;s.  After that, changing just the &#8220;cat=&#8221; parameter to &#8220;category_name=&#8221; was enough to let the theme do the rest.  Easy Peasy!</p>
<p>I think that&#8217;s enough to digest for now. In the next article I&#8217;ll address modifying the way Mimbo handles images on the main page.</p>
<p>Have fun coding!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-spaced shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Modifying+Mimbo+2.2%3A+Step+Two+-+Modifying+index.php+-+http://b2l.me/qst8f&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/&amp;title=Modifying+Mimbo+2.2%3A+Step+Two+-+Modifying+index.php" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/&amp;title=Modifying+Mimbo+2.2%3A+Step+Two+-+Modifying+index.php" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/&amp;title=Modifying+Mimbo+2.2%3A+Step+Two+-+Modifying+index.php" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/&amp;title=Modifying+Mimbo+2.2%3A+Step+Two+-+Modifying+index.php&amp;desc=This%20is%20the%20second%20in%20a%20series%20of%20articles%20that%20will%20cover%20making%20several%20modifications%20to%20the%20Mimbo%202.2%20Theme%20by%20Darren%20Hoyt.%C2%A0%20I%20am%20modifying%20the%20theme%20to%20fit%20the%20requirements%20for%20my%20own%20site.%C2%A0%20To%20see%20the%20first%20step%20requirements%20and%20get%20an%20overview%20of%20what%20I%20have%20planned%2C%20please%20read%20The%20first%20ar" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/&amp;bm_description=Modifying+Mimbo+2.2%3A+Step+Two+-+Modifying+index.php&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/&amp;title=Modifying+Mimbo+2.2%3A+Step+Two+-+Modifying+index.php" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/&amp;title=Modifying+Mimbo+2.2%3A+Step+Two+-+Modifying+index.php" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://www.jerrydrussell.com/?ak_action=api_record_view&id=413&type=feed" alt="" /><div id="hackadelic-sliderNote-2" class="concealed">Entries in this series:<ol><li><a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/">Modifying Mimbo 2.2: Step One - Identifying Requirements</a></li><li>Modifying Mimbo 2.2: Step Two - Modifying index.php</li><li><a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/">Modifying Mimbo 2.2 Step Three - Changing image handling</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.4">Powered by Hackadelic Sliding Notes 1.6.4</a></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Modifying Mimbo 2.2: Step One &#8211; Identifying Requirements</title>
		<link>http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/</link>
		<comments>http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 23:19:44 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Darren Hoyt]]></category>
		<category><![CDATA[Mimbo 2.2]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.spunpuppy.com/?p=148</guid>
		<description><![CDATA[<p>The time has come for a major revision to my cooking and recipe blog and I've chosen Mimbo to act as the basis for the redesign.  This is the first in a series of articles that will detail the changes I've implemented to get Mimbo working the way... <a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div class="hackadelic-series-info on-frontpage"><small>This entry is part of a series,  <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-3')" title="click to expand/collapse slider Modifying Mimbo 2.2">Modifying Mimbo 2.2&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-3"></span></small></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jerrydrussell.com%2Fmodifying-mimbo-22-step-one-identifying-requirements%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jerrydrussell.com%2Fmodifying-mimbo-22-step-one-identifying-requirements%2F&amp;style=normal" height="61" width="50" />
			</a>
		</div><p><em>The time has come for a major revision to my cooking and recipe blog and I&#8217;ve chosen Mimbo to act as the basis for the redesign.  This is the first in a series of articles that will detail the changes I&#8217;ve implemented to get Mimbo working the way that I need it to.</em></p>
<p>There are few WordPress themes that have garnered as much interest as <a title="Mimbo, a magazine style WordPress Theme by Darren Hoyt" href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/">Mimbo 2.2</a> by <a href="http://www.darrenhoyt.com/">Darren Hoyt</a>.  Not only is the layout elegant and very functional, the code is commented well enough to allow anything from minor tweaks to major customizations without much trouble at all. This ease of customization is a major component to Mimbo&#8217;s success and in my opinion it is also Mimbo&#8217;s strongest point.</p>
<p>As with any theme modification, steps need to be taken in advance to know what your requirements are.  In this case, Mimbo&#8217;s layout is nearly everything that I want for the new look, but there are some very real changes that I need implemented.  Styling is almost always a more significant time investment, so it&#8217;s best to decide early on if the project will have to be switched to another theme. Before worrying about new header graphics of mucking with CSS styles, it&#8217;s necessary to map out the core functionality necessary for your specific needs and make sure that everything is functioning in the way that you need it to. This can save hours in development time.</p>
<p>With that in mind, let&#8217;s look at the way that Mimbo functions &#8220;out of the box&#8221;.</p>
<div id="attachment_155" class="wp-caption aligncenter" style="width: 477px"><img class="size-full wp-image-155" title="mimbo2_preview-marked" src="http://www.jerrydrussell.com/wp-content/uploads/2008/07/mimbo2_preview-marked.png" alt="" width="467" height="306" /><p class="wp-caption-text">Darren Hoyt&#39;s Mimbo.  As a theme, it&#39;s a work of art</p></div>
<p>Mimbo has four main &#8220;Modules&#8221; on the index page. (The sidebar has multiple modules, but I&#8217;ll focus on those in a later post) Each of these modules displays the latest information from different defined categories in whatever order the blog owner prefers. Let&#8217;s look at each in turn and see how the theme author has this laid out.</p>
<ol>
<li><strong>The Lead Story Module:</strong> Designed to handle important news, or the most relevant piece of &#8220;core content&#8221; of your blog.  It puts it right out there in front of the world at twice the width of anything else on the page.</li>
<li><strong>The &#8220;Features&#8221; Module:</strong> a chronological listing from the &#8220;Featured&#8221; category.  Generally the column where important &#8220;bread and butter&#8221; articles would be featured.  Again this targets your core content, but it&#8217;s content of a less immediately relevant nature than the Lead Story.</li>
<li><strong>The Right Column Module:</strong> The right column module displays the latest article posted in any number of assigned categories.  This is really the feature that puts Mimbo firmly in the &#8220;Magazine Style&#8221; WordPress theme category, and it is a very powerful tool which shows the casual visitor a brief overview of the topics you&#8217;ve been covering.</li>
<li><strong>The Sidebar Module</strong>: Mimbo&#8217;s sidebar contains all of the usual suspects for a WordPress theme. It has Widget support, categories, and recent this-or-that in place right out of the box.  It also has a few custom pieces like another module for displaying very short snippets of site news and advertising space built in, which just ads another level of power to this theme.</li>
</ol>
<p>If you&#8217;re just looking for a theme that looks great and works flawlessly, Mimbo is good right off the shelf.  Unfortunately, it&#8217;s almost never that simple. Every blog or website has its own special requirements and even as good as Mimbo is, it&#8217;s just <em>not quite what I need</em> at this point.</p>
<p>The first change I need to implement is in modules 1 and 2.  For my needs, both of these modules needs to display information from the same category. They also need to display the date the post was published and a few other bits of information, such as a spoiler (or excerpt) and author information.</p>
<p>Module 3 is already set up much the way I need it, so the basic functionality does not need to change, but there are some formatting issues that need to be addressed. As with Modules 1 and 2, I need the date published, a better excerpt and author information shown on the main page.</p>
<p>In addition, I want to change the way Mimbo handles some of it&#8217;s main display functions to better suit my work flow and the fact that I&#8217;ll be importing a live site into a test environment more than once during the build process. This could change the category ID&#8217;s on me while I&#8217;m testing, and that&#8217;s just not a great way to play.</p>
<p>In the next installment, I&#8217;ll dive into the code changes necessary to accomplish this first round of goals.  Hopefully it will give a better understanding of theme tweaks in general and allow those of you who have always wanted to mess with your theme files to take the leap into true customization.</p>
<p>For my more experienced readers, perhaps it will persuade you to play around with Mimbo and see if it suits your needs as well.</p>
<p>Until next time!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-spaced shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Modifying+Mimbo+2.2%3A+Step+One+-+Identifying+Requirements+-+http://b2l.me/qst93&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/&amp;title=Modifying+Mimbo+2.2%3A+Step+One+-+Identifying+Requirements" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/&amp;title=Modifying+Mimbo+2.2%3A+Step+One+-+Identifying+Requirements" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/&amp;title=Modifying+Mimbo+2.2%3A+Step+One+-+Identifying+Requirements" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/&amp;title=Modifying+Mimbo+2.2%3A+Step+One+-+Identifying+Requirements&amp;desc=The%20time%20has%20come%20for%20a%20major%20revision%20to%20my%20cooking%20and%20recipe%20blog%20and%20I%27ve%20chosen%20Mimbo%20to%20act%20as%20the%20basis%20for%20the%20redesign.%C2%A0%20This%20is%20the%20first%20in%20a%20series%20of%20articles%20that%20will%20detail%20the%20changes%20I%27ve%20implemented%20to%20get%20Mimbo%20working%20the%20way%20that%20I%20need%20it%20to.%0A%0AThere%20are%20few%20WordPress%20themes%20t" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/&amp;bm_description=Modifying+Mimbo+2.2%3A+Step+One+-+Identifying+Requirements&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/&amp;title=Modifying+Mimbo+2.2%3A+Step+One+-+Identifying+Requirements" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/&amp;title=Modifying+Mimbo+2.2%3A+Step+One+-+Identifying+Requirements" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://www.jerrydrussell.com/?ak_action=api_record_view&id=373&type=feed" alt="" /><div id="hackadelic-sliderNote-3" class="concealed">Entries in this series:<ol><li>Modifying Mimbo 2.2: Step One - Identifying Requirements</li><li><a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-two-modifying-indexphp/">Modifying Mimbo 2.2: Step Two - Modifying index.php</a></li><li><a href="http://www.jerrydrussell.com/modifying-mimbo-22-step-three-changing-image-handling/">Modifying Mimbo 2.2 Step Three - Changing image handling</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.4">Powered by Hackadelic Sliding Notes 1.6.4</a></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.jerrydrussell.com/modifying-mimbo-22-step-one-identifying-requirements/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
