<?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>iMod &#187; Wordpress Themes</title>
	<atom:link href="http://imod.co.za/category/wordpress-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://imod.co.za/index.php</link>
	<description>Cape Town blog by Chris M</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://imod.co.za/index.php/?pushpress=hub'/>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Everyday Awesomeness: Christmas for web designers</title>
		<link>http://imod.co.za/index.php/2011/12/15/everyday-awesomeness-christmas-for-web-designers/</link>
		<comments>http://imod.co.za/index.php/2011/12/15/everyday-awesomeness-christmas-for-web-designers/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 09:30:16 +0000</pubDate>
		<dc:creator>Jo B</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=22905</guid>
		<description><![CDATA[<p>One of the benefits of Christmas time is the specials. Supermarkets, electronics stores, direct sellers-everyone wants to get in on the Christmas action! This Christmas it’s the web designers’ turn. Both eFrog Digital Design and WooThemes are running great Christmas specials. eFrog Digital Design is running a half price special on all themes from 24-26 ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>One of the benefits of Christmas time is the specials. Supermarkets, electronics stores, direct sellers-everyone wants to get in on the Christmas action! This Christmas it’s the web designers’ turn. Both eFrog Digital Design and WooThemes are running great Christmas specials.</p>
<p><a href="http://www.efrogthemes.com" rel="nofollow" title="Premium WordPress Themes"  target="_blank">eFrog Digital Design</a> is running a <strong>half price special on all themes from 24-26 December</strong>. Here’s a snapshot of a few of their themes:</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-22906" title="eFrog themes" src="http://imod.co.za/wp-content/uploads/2011/12/eFrog-themes-600x165.png" alt="" width="600" height="165" /></p>
<p>WooThemes is doing a <a href="http://www.woothemes.com/12-days-of-christmas" rel="nofollow"  target="_blank">12 days of Christmas promotion</a> (today is the second day). Each day offers a new special that runs for 24 hours.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22908" title="WooThemes 12 days of Christmas" src="http://imod.co.za/wp-content/uploads/2011/12/WooThemes-12-days-of-Christmas.png" alt="" width="589" height="273" /></p>
<p>WooThemes most recent themes:</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-22907" title="WooThemes" src="http://imod.co.za/wp-content/uploads/2011/12/WooThemes-600x338.png" alt="" width="600" height="338" /></p>
<p>Don’t we all love a good deal? Head over to both these sites to get yourself a bargain!</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2011/12/15/everyday-awesomeness-christmas-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add the Google+ button to your blog posts</title>
		<link>http://imod.co.za/index.php/2011/12/09/add-the-google-button-to-your-blog-posts/</link>
		<comments>http://imod.co.za/index.php/2011/12/09/add-the-google-button-to-your-blog-posts/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 18:47:37 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=22827</guid>
		<description><![CDATA[<p>We&#8217;ve all got &#8220;share on Facebook&#8221; or &#8220;Like&#8221; or &#8220;Tweet this&#8221; on our blog posts, but I&#8217;ve noticed a lot of people who don&#8217;t have Google+ share buttons and it&#8217;s incredibly easy to add them if you&#8217;re using WordPress. Open up your functions.php file and add the following lines of code at the bottom of ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all got &#8220;share on Facebook&#8221; or &#8220;Like&#8221; or &#8220;Tweet this&#8221; on our blog posts, but I&#8217;ve noticed a lot of people who don&#8217;t have Google+ share buttons and it&#8217;s incredibly easy to add them if you&#8217;re using WordPress.</p>
<p>Open up your functions.php file and add the following lines of code at the bottom of the file:</p>
<pre><span style="color: #008000;">add_filter('the_content', 'wpr_google_plusone'); </span></pre>
<pre><span style="color: #008000;">function wpr_google_plusone($content) </span></pre>
<pre><span style="color: #008000;">{ $content = $content.'&lt;div&gt;&lt;g:plusone size="tall" href="'.get_permalink().'"&gt;&lt;/g:plusone&gt;&lt;/div&gt;'; return $content; } </span></pre>
<pre><span style="color: #008000;">add_action ('wp_enqueue_scripts','wpr_google_plusone_script'); </span></pre>
<pre><span style="color: #008000;">function wpr_google_plusone_script() </span></pre>
<pre><span style="color: #008000;">{ wp_enqueue_script('google-plusone', 'https://apis.google.com/js/plusone.js', array(), null); }</span></pre>
<p>Save your functions.php file and enjoy allowing people to share your posts on Google+</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2011/12/09/add-the-google-button-to-your-blog-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free WordPress Mobile Pack Plugin</title>
		<link>http://imod.co.za/index.php/2011/11/23/free-wordpress-mobile-pack-plugin/</link>
		<comments>http://imod.co.za/index.php/2011/11/23/free-wordpress-mobile-pack-plugin/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 20:43:37 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=22621</guid>
		<description><![CDATA[<p>I&#8217;ve been looking at options for mobile solutions for WordPress websites and I came across a really good one, that&#8217;s free, called WordPress Mobile Pack. This is a complete toolkit to assist you in mobilizing your WordPress site. The plugin comes bundled with all sorts of features including a mobile switcher which automatically suggests desktop ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking at options for mobile solutions for WordPress websites and I came across a really good one, that&#8217;s free, called WordPress Mobile Pack. This is a complete toolkit to assist you in mobilizing your WordPress site.</p>
<p>The plugin comes bundled with all sorts of features including a mobile switcher which automatically suggests desktop of mobile presentation, a standard mobile theme, custom colour variations allowing CSS to shape the theme, the theme is standards compliant, it&#8217;s got device adaptation, a mobile administration area, mobile analytics and a few other bits and pieces. This really is a power packed WordPress plugin for those who take mobile seriously.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22622" title="Mobile WordPress" src="http://imod.co.za/wp-content/uploads/2011/11/mobile-wordpress.png" alt="" width="530" height="443" /></p>
<p><a href="http://wordpress.org/extend/plugins/wordpress-mobile-pack/" rel="nofollow"  target="_blank">Download for free</a>.</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2011/11/23/free-wordpress-mobile-pack-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress installation profiles</title>
		<link>http://imod.co.za/index.php/2011/11/20/wordpress-installation-profiles/</link>
		<comments>http://imod.co.za/index.php/2011/11/20/wordpress-installation-profiles/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 11:45:24 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=22572</guid>
		<description><![CDATA[<p>Setting up WordPress in theory is quite a quick process, but when it comes to uploading and activating all the plugins, it turns into a rather lengthy process, but that is old new now that there are plugins to assist us. WP Install Profiles was built to solve this exact problem, in a sentence, it ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>Setting up WordPress in theory is quite a quick process, but when it comes to uploading and activating all the plugins, it turns into a rather lengthy process, but that is old new now that there are plugins to assist us.</p>
<p>WP Install Profiles was built to solve this exact problem, in a sentence, it automatically downloads packages of plugins that you&#8217;ve chosen. In other words you create a profile of plugins, and you&#8217;re then able to automate this process. So if you use 7 plugins in every WordPress install you do, you would map these plugins to a profile and WP Install Profiles would allow you to install the profile and thus automate the process of getting the 7 plugins into place.</p>
<p>Using the plugin is really easy, all you need to know is the slugs of the plugins on the WordPress repo, for example: <a href="http://wordpress.org/extend/plugins/tweetbottom/" rel="nofollow"  target="_blank">http://wordpress.org/extend/plugins/<strong>tweetbottom</strong>/</a> &#8211; the &#8216;tweetbottom&#8217; would be all that you need. You would get the slugs of all the plugins you want to use and add them to a profile.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-22573" title="WP Install Plugin" src="http://imod.co.za/wp-content/uploads/2011/11/wp-install-profile-600x398.png" alt="" width="600" height="398" /></p>
<p>That&#8217;s it, automatically install your favorite plugins on WordPress without the one by one hassle.</p>
<p>You can download by plugin by <a href="http://wordpress.org/extend/plugins/install-profiles/" rel="nofollow"  target="_blank">clicking here</a>.</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2011/11/20/wordpress-installation-profiles/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Contact Exporter Plugin for WordPress</title>
		<link>http://imod.co.za/index.php/2011/11/10/contact-exporter-plugin-for-wordpress/</link>
		<comments>http://imod.co.za/index.php/2011/11/10/contact-exporter-plugin-for-wordpress/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 01:38:38 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=22489</guid>
		<description><![CDATA[<p>Seer Interactive is an overseas SEO company that I follow closely, I love the presentations that Will (owner) gives, so when they release something I normally take a good look and this is one of those times as they&#8217;ve released a new WordPress plugin. Seer Contact Exporter is a WordPress plugin that exports all the ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>Seer Interactive is an overseas SEO company that I follow closely, I love the presentations that Will (owner) gives, so when they release something I normally take a good look and this is one of those times as they&#8217;ve released a new WordPress plugin.</p>
<p>Seer Contact Exporter is a WordPress plugin that exports all the commenters on your blog into a CSV file for use in Excel. There&#8217;s one extra level though, if you have an SEOmoz account, you can input your API key and get further information on your commenters website such as the page authority and domain authority.</p>
<p>It&#8217;s a really simple plugin, download, unpack, upload, activate, run &#8211; as simple as that. If you want to download a copy, <a href="http://www.seerinteractive.com/wp-content/uploads/seer-contact-exporter-1.0.1.zip" rel="nofollow"  target="_blank">click here</a>.</p>
<p>Bad quality, but you get the drift:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22490" title="contact exporter" src="http://imod.co.za/wp-content/uploads/2011/11/contact-exporter.png" alt="" width="497" height="673" /></p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2011/11/10/contact-exporter-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fetch a remote page in WordPress</title>
		<link>http://imod.co.za/index.php/2011/09/17/fetch-a-remote-page-in-wordpress/</link>
		<comments>http://imod.co.za/index.php/2011/09/17/fetch-a-remote-page-in-wordpress/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 10:15:37 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=21859</guid>
		<description><![CDATA[<p>We&#8217;re working on an interesting website at The Forge Web Creations; the website&#8217;s driven by WordPress and the idea is to use calls to include a very fancy integrated payment gateway management system. We&#8217;ve chosen our technologies to achieve this and everyone&#8217;s happy, but I wanted to share another function I found for WordPress, which ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re working on an interesting website at The Forge Web Creations; the website&#8217;s driven by WordPress and the idea is to use calls to include a very fancy integrated payment gateway management system. We&#8217;ve chosen our technologies to achieve this and everyone&#8217;s happy, but I wanted to share another function I found for WordPress, which could be really useful.</p>
<p>The function is <a href="http://codex.wordpress.org/Function_API/wp_remote_get" rel="nofollow"  target="_blank">wp_remote_get()</a>. This function retrieves a URL using the HTTP GET method, returning results in an array. Results include HTTP headers and content.</p>
<p>Here&#8217;s some sample code:</p>
<p>$response = wp_remote_get( &#8216;http://foo.com/file.txt&#8217; );<br />
if( is_wp_error( $response ) ) {<br />
echo &#8216;Something went wrong!&#8217;;<br />
} else {<br />
echo &#8216;Response:</p>
<pre>';
   print_r( $response );
   echo '</pre>
<p>&#8216;;<br />
}</p>
<p>In the example above, $response['body'] will contain the actual page content returned by the server.</p>
<p>There are a lot of uses for this function and I&#8217;m sure your mind&#8217;s racing with ideas, so I&#8217;m going to leave it at that. If you have a cool idea or have used the function to do something interesting, please feel free to leave a comment below.</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2011/09/17/fetch-a-remote-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Native iPhone app for your blog</title>
		<link>http://imod.co.za/index.php/2011/09/05/native-iphone-app-for-your-blog/</link>
		<comments>http://imod.co.za/index.php/2011/09/05/native-iphone-app-for-your-blog/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 20:15:12 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=21709</guid>
		<description><![CDATA[<p>A new service has launched called Wiziapp, which effectively allows you to turn your blog into a native iPhone application that can be searched for, found and downloaded through the App store, worldwide. The service operates as a WordPress plugin, which requires an install, the setup of some simple config bits and pieces and that&#8217;s ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>A new service has launched called Wiziapp, which effectively allows you to turn your blog into a native iPhone application that can be searched for, found and downloaded through the App store, worldwide.</p>
<p>The service operates as a WordPress plugin, which requires an install, the setup of some simple config bits and pieces and that&#8217;s it.</p>
<p>The core features:</p>
<ol>
<li>Just &#8216;plugin&#8217; and play</li>
<li>Native user experience</li>
<li>Available on the App Store</li>
<li>Stats and Data</li>
</ol>
<p>The plugin isn&#8217;t free, but it&#8217;s relatively inexpensive, here&#8217;s a breakdown:</p>
<ul>
<li>Personal Blog &#8211; $19.90 monthly ($199 setup)</li>
<li>Pro Blogger &#8211; $29.90 monthly ($299 setup)</li>
<li>Enterprise &#8211; $49.90 monthly ($499 setup)</li>
</ul>
<p>The main differences between the pages are basically how many push notifications each package provides. Another important thing is that Pro Bloggers and Enterprises are given the ability to monetize their applications.</p>
<p>So what this means is that you can take a blog, where you publish information and seamlessly turn it into a native iPhone application and experience the potential of a massive market.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-21710" title="app-wizi" src="http://imod.co.za/wp-content/uploads/2011/09/app-wizi.jpg" alt="" width="410" height="395" /></p>
<p>The question is, should we be jumping at a native iPhone application or should we be using services which do the same for Android devices, which are becoming more popular than iOS ones.</p>
<p>What do you think?</p>
<p>View the service here: <a href="http://wiziapp.com/" rel="nofollow"  target="_blank">http://wiziapp.com/</a></p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2011/09/05/native-iphone-app-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdMentor not showing on posts?</title>
		<link>http://imod.co.za/index.php/2011/09/01/admentor-not-showing-on-posts/</link>
		<comments>http://imod.co.za/index.php/2011/09/01/admentor-not-showing-on-posts/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 10:11:17 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=21664</guid>
		<description><![CDATA[<p>There are several options when it comes to setting up banner advertising on WordPress, from fancy systems such as OpenX to smaller WordPress plugins. The problem I&#8217;ve found is that the fancy ones like OpenX take time to setup and require a fair amount of explanation, but on the other hand, most of the WordPress ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>There are several options when it comes to setting up banner advertising on WordPress, from fancy systems such as OpenX to smaller WordPress plugins. The problem I&#8217;ve found is that the fancy ones like OpenX take time to setup and require a fair amount of explanation, but on the other hand, most of the WordPress plugins don&#8217;t work very well. <a href="http://www.admentor.net/" rel="nofollow" title="AdMentor Website"  target="_blank">AdMentor</a> is one that I like using, but it has a very specific problem, you can&#8217;t assist it to all the posts or pages on the website &#8211; incredibly frustrating, if you&#8217;ve run into this, you&#8217;ll know what I mean.</p>
<p>There&#8217;s a fix for this, and it&#8217;s a bit of a messy one, but it works and your banner will display across all the pages on your website. You&#8217;ll need to have access to your database and have the ability to make changes to it. In your database there&#8217;s a table called admentor_banner, or it will more than likely be called yourname_admentor_banner.</p>
<p><span id="more-21664"></span></p>
<div id="attachment_21666" class="wp-caption aligncenter" style="width: 610px"><a href="http://imod.co.za/wp-content/uploads/2011/09/example.png"class="lightbox" title="example" ><img class="size-medium wp-image-21666" title="example" src="http://imod.co.za/wp-content/uploads/2011/09/example-600x158.png" alt="Click to enlarge" width="600" height="158" /></a><p class="wp-caption-text">Click to enlarge</p></div>
<p>This table shows all banners that are loaded up in AdMentor. Inside the table you need to look for the row which represents the banner you would like to show everywhere and you&#8217;ll need to edit the row. The next thing to do is look for a field called &#8220;filter_cats&#8221; and you&#8217;ll need to change this field to type, &#8220;text&#8221; rather than the varchar it comes packaged as. Once you&#8217;ve changed the type, the trick is to place all the category&#8217;s IDs inside the field. So what I do is past a long array of numbers, basically covering all the fields.</p>
<p>To save you time, you can copy and paste the following into the field:</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-21665" title="filter-cats" src="http://imod.co.za/wp-content/uploads/2011/09/filter-cats-600x185.png" alt="" width="600" height="185" /></p>
<p>1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000</p>
<p>Once you&#8217;ve paste all the values into the filter_cats field, save the change and your advert will appear on all the pages on your website.</p>
<p>If you get stuck, please feel free to pop me a comment and I&#8217;ll help as best as I can.</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2011/09/01/admentor-not-showing-on-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Corporate WordPress theme from eFrog Themes</title>
		<link>http://imod.co.za/index.php/2011/09/01/free-corporate-wordpress-theme-from-efrog-themes/</link>
		<comments>http://imod.co.za/index.php/2011/09/01/free-corporate-wordpress-theme-from-efrog-themes/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 09:06:34 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=21659</guid>
		<description><![CDATA[<p>Hey folks, got some exciting news, eFrog Themes just turned one today and in celebration they&#8217;re giving away a brand spanking new WordPress theme for free, for the next 24 hours. The theme&#8217;s a good one, which features such as: corporate styling, featured slider, products and services area, current news area, widgetized sidebar and footer, ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>Hey folks, got some exciting news, eFrog Themes just turned one today and in celebration they&#8217;re giving away a brand spanking new WordPress theme for free, for the next 24 hours.</p>
<p>The theme&#8217;s a good one, which features such as: corporate styling, featured slider, products and services area, current news area, widgetized sidebar and footer, stylish highlight colour picker and really simple subscriptions.</p>
<p>Here is a screen shot:</p>
<div id="attachment_21660" class="wp-caption aligncenter" style="width: 324px"><a href="http://imod.co.za/wp-content/uploads/2011/09/enterprize-wordpress-theme.jpg"class="lightbox" title="Enterprize WordPress Theme" ><img class="size-medium wp-image-21660" title="Enterprize WordPress Theme" src="http://imod.co.za/wp-content/uploads/2011/09/enterprize-wordpress-theme-314x600.jpg" alt="Click to enlarge" width="314" height="600" /></a><p class="wp-caption-text">Click to enlarge</p></div>
<p style="text-align: left;">It&#8217;s absolutely free for the next 24 hours, so grab it whilst you can, here: <a href="http://www.efrogthemes.com/product/enterprize/" rel="nofollow"  target="_blank">http://www.efrogthemes.com/product/enterprize/</a></p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2011/09/01/free-corporate-wordpress-theme-from-efrog-themes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Social WordPress plugin from MailChimp</title>
		<link>http://imod.co.za/index.php/2011/08/22/new-social-wordpress-plugin-from-mailchimp/</link>
		<comments>http://imod.co.za/index.php/2011/08/22/new-social-wordpress-plugin-from-mailchimp/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 17:33:32 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=21535</guid>
		<description><![CDATA[<p>MailChimp has launched a new WordPress plugin which aims to assist bloggers with the whole integration of Facebook and Twitter. The aim is to allow you to collect everything and put it all in one place, in other words, your blog. The plugin comes with a number of awesome features and functions, so if you&#8217;re ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>MailChimp has launched a new WordPress plugin which aims to assist bloggers with the whole integration of Facebook and Twitter. The aim is to allow you to collect everything and put it all in one place, in other words, your blog.</p>
<p>The plugin comes with a number of awesome features and functions, so if you&#8217;re not interested in just the basics, then it would make sense to read up on the features, as it looks like there&#8217;s something for everyone who blogs and is a little social.</p>
<p>Here are some screenies:</p>

<a href='http://imod.co.za/index.php/2011/08/22/new-social-wordpress-plugin-from-mailchimp/screenshot-4-2/' title='screenshot-4'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2011/08/screenshot-4-150x150.png" class="attachment-thumbnail" alt="screenshot-4" title="screenshot-4" /></a>
<a href='http://imod.co.za/index.php/2011/08/22/new-social-wordpress-plugin-from-mailchimp/screenshot-3-2/' title='screenshot-3'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2011/08/screenshot-3-150x150.png" class="attachment-thumbnail" alt="screenshot-3" title="screenshot-3" /></a>
<a href='http://imod.co.za/index.php/2011/08/22/new-social-wordpress-plugin-from-mailchimp/screenshot-2-3/' title='screenshot-2'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2011/08/screenshot-2-150x150.png" class="attachment-thumbnail" alt="screenshot-2" title="screenshot-2" /></a>
<a href='http://imod.co.za/index.php/2011/08/22/new-social-wordpress-plugin-from-mailchimp/screenshot-1-3/' title='screenshot-1'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2011/08/screenshot-1-150x150.png" class="attachment-thumbnail" alt="screenshot-1" title="screenshot-1" /></a>

<p>The plugin is free, yup, I said free and it&#8217;s available right <a href="http://wordpress.org/extend/plugins/social/" rel="nofollow"  target="_blank">here</a> on the WordPress repo. If you want to read up more and read a bit more about the functions, then <a href="http://mailchimp.com/social-plugin-for-wordpress/" rel="nofollow"  target="_blank">click here</a>.</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2011/08/22/new-social-wordpress-plugin-from-mailchimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

