<?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>Smartphone And PC Blog &#187; WP</title>
	<atom:link href="http://rumahabi.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://rumahabi.com</link>
	<description>PC And Smartphone Prices Plus Specifications</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:38:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Add Facebook, Twitter, Google Buzz Buttons To WordPress Blog</title>
		<link>http://rumahabi.com/how-to-add-facebook-twitter-google-buzz-buttons-to-wordpress-blog.html</link>
		<comments>http://rumahabi.com/how-to-add-facebook-twitter-google-buzz-buttons-to-wordpress-blog.html#comments</comments>
		<pubDate>Sat, 18 Dec 2010 13:14:08 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Add Buzz Button]]></category>
		<category><![CDATA[Add FB Button]]></category>
		<category><![CDATA[Add Twitter Button]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Social Networking Sites]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=3955</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/how-to-add-facebook-twitter-google-buzz-buttons-to-wordpress-blog.html">How To Add Facebook, Twitter, Google Buzz Buttons To WordPress Blog</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
How To Add Facebook, Twitter, Google Buzz Buttons To WordPress Blog is a post from: Technology News It is widely known that social networking sites can drive traffic to our blogs, in fact if your news is world shattering you will gain a huge traffic from them. To get the sweet fruits from such sites, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/how-to-add-facebook-twitter-google-buzz-buttons-to-wordpress-blog.html">How To Add Facebook, Twitter, Google Buzz Buttons To WordPress Blog</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>It is widely known that social networking sites can drive traffic to our blogs, in fact if your news is world shattering you will gain a huge traffic from them. To get the sweet fruits from such sites, it is recommended to add their submitting buttons on our blog, so every visitors who land to our blog (or pages) can click them if they find our stories worth sharing, thus their friends are notified.<span id="more-3955"></span></p>
<p style="text-align: center;"><img src="http://i55.tinypic.com/9bgpxh.jpg" alt="Google Buzz, Twitter And Facebook Logo" /></p>
<p>And in this post I would like to invite you to add social network sites buttons, like <a href="http://rumahabi.com/google-buzz-makes-gmail-more-fun.html">Google Buzz</a>, Facebook, in case you have not added any of the button, thess instructions for WordPress based blog only.</p>
<h3>Add Social Networking sites buttons to WordPress blog</h3>
<p><em><strong>To add Google Buzz button to WordPress blog</strong></em> simply visit <a href="http://www.google.com/buzz/stuff?hl=en">buzz site</a> and choose the button size or type you like, and grab the code and put near <code>&lt;?php the_content(); ?&gt; </code>. Here is the Buzz button preview:</p>
<p style="text-align: center;"><img class="aligncenter" title="Google Buzz Button" src="http://i53.tinypic.com/r7ma8g.jpg" alt="Google Buzz Button" width="75" height="71" /></p>
<p><em><strong>To add Facebook Share and Like button to WordPress blog</strong></em>, surely you need to visit their developers site <a href="http://developers.facebook.com/docs/reference/plugins/like">here</a> and fill the required forms, like your site name, the width and etc to get the like Button, here is the preview:</p>
<p style="text-align: center;"><img class="aligncenter" title="FB Like Button" src="http://i54.tinypic.com/pujyv.jpg" alt="FB Like Button" width="344" height="56" /></p>
<p>Or if you want the <em>Like button</em> on every single page or post of yours simply, add this WP php code:</p>
<p><code>&lt;?php the_permalink() ?&gt;</code></p>
<p>The FB like button code should look like this as a whole:</p>
<p><code>&lt;script src=&quot;http://connect.facebook.net/en_US/all.js#xfbml=1&quot;&gt;&lt;/script&gt;&lt;fb:like href=&quot;&lt;?php the_permalink() ?&gt;&quot; show_faces=&quot;true&quot; width=&quot;450&quot;&gt;&lt;/fb:like&gt;</code></p>
<p>Or using iFrame code:</p>
<p><code>&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=&lt;?php the_permalink() ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&amp;amp;height=80&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:450px; height:80px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;</code></p>
<p>Now your visitors or readers can hit &#8220;Like&#8221; to each of your post or page. Thus, add the above code to your single.php near <code>&lt;?php the_content(); ?&gt; </code>.  </p>
<p>And for Facebook share code, copy the following code and paste any where you see fit within your WordPress theme editore file:<br />
<code><br />
&lt;a name=&quot;fb_share&quot; type=&quot;box_count&quot; href=&quot;http://www.facebook.com/sharer.php&quot;&gt;Share&lt;/a&gt;&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</code></p>
<p><em><strong>Add Twitter button to WordPress Blog</strong></em>, there are two type of buttons, one is the wide and small button. To add the wide one, like this,</p>
<p style="text-align: center;"><img class="aligncenter" title="Twitter Button" src="http://i52.tinypic.com/2rfa7pe.jpg" alt="Twitter Button" width="81" height="85" /></p>
<p> To display the above button, use the following code and add to your WordPress theme editor file:</p>
<p><code>&lt;script src=&quot;http://tweetmeme.com/i/scripts/button.js&quot; type=&#039;text/javascript&#039;&gt;&lt;/script&gt;</code></p>
<p>Or if you prefer the small one, <img src="http://i56.tinypic.com/16k2rd2.jpg" alt="Tweetmeme Button Small" /> simply add this code to your theme editor:</p>
<p><code>&lt;script type=&quot;text/javascript&quot;&gt;<br />
tweetmeme_style = &#039;compact&#039;;<br />
&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;http://tweetmeme.com/i/scripts/button.js&quot;&gt;&lt;/script&gt;</code></p>
<p>And if you want to import your blog feeds to Facebook, Google Buzz and Twitter follow these tutorials:</p>
<ul>
<li><a href="http://rumahabi.com/how-to-connect-blog-feed-to-google-buzz-automatically-with-feedoor-com.html">Import Blog Feed to Google Buzz</a></li>
<li><a href="http://rumahabi.com/ways-to-display-rss-feed-to-twitter.html">Import RSS Blog Feed To Twitter</a></li>
<li><a href="http://rumahabi.com/connect-blog-feed-to-twitter-facebook-and-4-other-social-networks.html">Import RSS WordPress Blog to Facebook</a></li>
</ul>
<p>Hope this post helps you.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/how-to-install-mashable-floating-social-networking-buttons-to-wordpress-blog.html" rel="bookmark" class="crp_title">How To Install Mashable Floating Social Networking Buttons To WordPress Blog</a></li><li><a href="http://rumahabi.com/thesis-theme-guide-to-add-adsense-after-the-title-after-the-post.html" rel="bookmark" class="crp_title">Thesis Theme, Guide To Add Adsense After The Title And After The Post</a></li><li><a href="http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html" rel="bookmark" class="crp_title">SEO Your WordPress Description And Keyword Without Plugins</a></li><li><a href="http://rumahabi.com/how-to-make-wordpress-theme-seo-friendly-theme.html" rel="bookmark" class="crp_title">How To Make WordPress Theme SEO Friendly Theme</a></li><li><a href="http://rumahabi.com/few-steps-to-create-facebook-badge-facebook-profile.html" rel="bookmark" class="crp_title">Few Steps To Create Facebook Badge, Facebook Profile</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/how-to-add-facebook-twitter-google-buzz-buttons-to-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Thelonious Was Released</title>
		<link>http://rumahabi.com/wordpress-3-0-thelonious-was-released.html</link>
		<comments>http://rumahabi.com/wordpress-3-0-thelonious-was-released.html#comments</comments>
		<pubDate>Sat, 19 Jun 2010 03:10:31 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[WP]]></category>
		<category><![CDATA[Thelonius]]></category>
		<category><![CDATA[Wordpress 3.0]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=3085</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/wordpress-3-0-thelonious-was-released.html">WordPress 3.0 Thelonious Was Released</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
WordPress 3.0 Thelonious Was Released is a post from: Technology News 2 days a go WordPress released WordPress 3.0, or it called Thelonious and it&#8217;s a half year of work of 218 contributors. In this release you will find over 2,700 changes, 1,217 bug fixes and also an opportunity to try Twenty Ten as its [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/wordpress-3-0-thelonious-was-released.html">WordPress 3.0 Thelonious Was Released</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>2 days a go WordPress released WordPress 3.0, or it called Thelonious and it&#8217;s a half year of work of 218 contributors. In this release you will find over 2,700 changes, 1,217 bug fixes and also an opportunity to try Twenty Ten as its default theme! Wait up! There are more features you will experience! Just watch the following WordPress video to find out:<span id="more-3085"></span></p>
<p><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="497" height="360" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" title="Introducing WordPress 3.0 &quot;Thelonious&quot;"></embed></p>
<p>Have you upgraded to WordPress 3.0? Do it because it&#8217;s amazing, no regret!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/wordpress-bloggers-should-join-wpscoop.html" rel="bookmark" class="crp_title">WordPress Bloggers Should Join WPScoop</a></li><li><a href="http://rumahabi.com/wordpress-2-9-is-here-with-us-now.html" rel="bookmark" class="crp_title">WordPress 2.9 Is Here With Us Now!</a></li><li><a href="http://rumahabi.com/how-to-add-facebook-twitter-google-buzz-buttons-to-wordpress-blog.html" rel="bookmark" class="crp_title">How To Add Facebook, Twitter, Google Buzz Buttons To WordPress Blog</a></li><li><a href="http://rumahabi.com/news-wordpress-theme-why-not-purchase-it.html" rel="bookmark" class="crp_title">News WordPress Theme Why Not Purchase It?</a></li><li><a href="http://rumahabi.com/how-to-embed-or-display-youtube-video-to-blog-post.html" rel="bookmark" class="crp_title">How To Embed or Display Youtube Video To Blog Post</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/wordpress-3-0-thelonious-was-released.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Install Mashable Floating Social Networking Buttons To WordPress Blog</title>
		<link>http://rumahabi.com/how-to-install-mashable-floating-social-networking-buttons-to-wordpress-blog.html</link>
		<comments>http://rumahabi.com/how-to-install-mashable-floating-social-networking-buttons-to-wordpress-blog.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 14:58:38 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Floating Social Media Buttong]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Mashable]]></category>
		<category><![CDATA[Social Network Button]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=3066</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/how-to-install-mashable-floating-social-networking-buttons-to-wordpress-blog.html">How To Install Mashable Floating Social Networking Buttons To WordPress Blog</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
How To Install Mashable Floating Social Networking Buttons To WordPress Blog is a post from: Technology News You will likely familiar with Mashable.Com&#8217;s floating Social Network button which appear on the left side of your screen. And likely you want to have that on your WordPress blog, beside to make your visitors/readers click the social [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/how-to-install-mashable-floating-social-networking-buttons-to-wordpress-blog.html">How To Install Mashable Floating Social Networking Buttons To WordPress Blog</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>You will likely familiar with Mashable.Com&#8217;s floating Social Network button which appear on the left side of your screen. And likely you want to have that on your <a href="http://rumahabi.com/category/wordpress">WordPress</a> blog, beside to make your visitors/readers click the social media buttons, it&#8217;s going to make your blog cooler!<span id="more-3066"></span></p>
<p style="text-align: center;"><a title="Mashable Social Media Buttons Floating Blog" href="http://rumahabi.com/wp-content/uploads/2010/06/Mashable-Social-Media-Buttons-Floating-Blog.png"><img class="aligncenter size-full wp-image-3067" title="Mashable Social Media Buttons Floating Blog" src="http://rumahabi.com/wp-content/uploads/2010/06/Mashable-Social-Media-Buttons-Floating-Blog.png" alt="" width="92" height="301" /></a></p>
<p>If you want to have Mashable floating Social Networking button, <a href="http://erikvandeven.com/jquery/floating-social-media-buttons/" rel="nofollow">Erik</a> has been nice to share the tutorial on this matter. And here are the steps:</p>
<p>Firstly download and install the following plugins:</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/wp-google-buzz/">WP Google-buzz – plugin</a></li>
<li><a href="http://wordpress.org/extend/plugins/tweetmeme/">Tweetmeme Plugin</a></li>
<li><a href="http://wordpress.org/extend/plugins/facebook-share-new/">Facebook Share (New) Button</a></li>
</ul>
<p>And then do these steps:</p>
<p>1. Open your header.php, and find this <code>&lt;?php wp_head(); ?&gt;</code>, note: if your header.php document does not have that tag, just add it and put it above this tag <code>&lt;/head&gt;</code>.</p>
<p>2. And put this code above <code>&lt;?php wp_head(); ?&gt;</code>:<br />
<code><br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
jQuery(function () {<br />
    var msie6 = jQuery.browser == &#039;msie&#039; &amp;&amp; jQuery.browser.version &lt; 7;<br />
    if (!msie6) {<br />
        var top = jQuery(&#039;#share_buttons_single_page&#039;).offset().top - parseFloat(jQuery(&#039;#share_buttons_single_page&#039;).css(&#039;margin-top&#039;).replace(/auto/, 0));</p>
<p>        jQuery(window).scroll(function (event) {</p>
<p>            // what the y position of the scroll is</p>
<p>            var y = jQuery(this).scrollTop();<br />
// whether that&#039;s below the form<br />
            if (y &gt;= top-20) {<br />
                // if so, ad the fixed class<br />
                jQuery(&#039;#share_buttons_single_page&#039;).addClass(&#039;fixed&#039;);<br />
            } else {<br />
                // otherwise remove it<br />
                jQuery(&#039;#share_buttons_single_page&#039;).removeClass(&#039;fixed&#039;);<br />
            }<br />
        });<br />
    }<br />
});<br />
&lt;/script&gt;</code></p>
<p>3. And now open your single.php and put this anywhere you think fit: </p>
<p><code>&lt;div id=&quot;share_buttons_wrapper&quot;&gt;<br />
    &lt;div id=&quot;share_buttons_single_page&quot;&gt;<br />
        &lt;div class=&quot;wdt_button&quot;&gt;<br />
            &lt;?php if (function_exists(&#039;add_wp_google_buzz&#039;)) echo add_wp_google_buzz(); ?&gt;<br />
        &lt;/div&gt;<br />
        &lt;div class=&quot;wdt_button&quot;&gt;<br />
            &lt;?php if (function_exists(&#039;tweetmeme&#039;)) echo tweetmeme(); ?&gt;<br />
        &lt;/div&gt;<br />
        &lt;div class=&quot;wdt_button&quot;&gt;<br />
            &lt;?php if (function_exists(&#039;fbshare_manual&#039;)) echo fbshare_manual(); ?&gt;<br />
        &lt;/div&gt;<br />
    &lt;/div&gt;<br />
&lt;/div&gt;</code></p>
<p class="warning">It&#8217;s better to put the code above your <code>&lt;?php the_content; ?&gt;</code></p>
<p>4. And the now open your css file (stylesheet) and add the following within it:</p>
<p><code>#share_buttons_single_page img{<br />
 background: none;<br />
 border: none;<br />
 padding: 0;<br />
 margin: 0;<br />
}<br />
#share_buttons_wrapper {<br />
 left:-120px;<br />
 position: absolute;<br />
 margin-left: 35px;<br />
 width: 280px;<br />
}<br />
#share_buttons_single_page{<br />
 position:absolute;<br />
 text-align: left;<br />
 margin: 0 0 10px 15px;<br />
}<br />
#share_buttons_single_page.fixed {<br />
 position: fixed;<br />
 top:20px;<br />
}<br />
#share_buttons_single_page .wdt_button{<br />
 float:left;<br />
 clear:left;<br />
 margin-bottom: 10px;<br />
}</code></p>
<p>5. It&#8217;s done, now your WordPress blog has floating social networking buttons like Mashable.Com</p>
<p>And see you in my next posts!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/how-to-add-facebook-twitter-google-buzz-buttons-to-wordpress-blog.html" rel="bookmark" class="crp_title">How To Add Facebook, Twitter, Google Buzz Buttons To WordPress Blog</a></li><li><a href="http://rumahabi.com/thesis-theme-guide-to-add-adsense-after-the-title-after-the-post.html" rel="bookmark" class="crp_title">Thesis Theme, Guide To Add Adsense After The Title And After The Post</a></li><li><a href="http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html" rel="bookmark" class="crp_title">SEO Your WordPress Description And Keyword Without Plugins</a></li><li><a href="http://rumahabi.com/how-to-make-wordpress-theme-seo-friendly-theme.html" rel="bookmark" class="crp_title">How To Make WordPress Theme SEO Friendly Theme</a></li><li><a href="http://rumahabi.com/want-to-buy-wordpress-theme-like-mashable-for-29-95.html" rel="bookmark" class="crp_title">Want To Buy WordPress Theme Like Mashable For $29.95?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/how-to-install-mashable-floating-social-networking-buttons-to-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Exclude WordPress Category</title>
		<link>http://rumahabi.com/how-to-exclude-wordpress-category.html</link>
		<comments>http://rumahabi.com/how-to-exclude-wordpress-category.html#comments</comments>
		<pubDate>Sun, 16 May 2010 10:34:16 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[WP]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[Exclude Category]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=2988</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/how-to-exclude-wordpress-category.html">How To Exclude WordPress Category</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
How To Exclude WordPress Category is a post from: Technology News You can exclude certain categories you don&#8217;t want them to show at your homepage, singe page or any pages on your WordPress blog. The reason for excluding category may vary, as for me, I don&#8217;t want my second navigation looks crowded especially with categories [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/how-to-exclude-wordpress-category.html">How To Exclude WordPress Category</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>You can exclude certain categories you don&#8217;t want them to show at your homepage, singe page or any pages on your <a href="http://rumahabi.com/category/wordpress">WordPress</a> blog. The reason for excluding category may vary, as for me, I don&#8217;t want my second navigation looks crowded especially with categories that are not really important or with less posts.<span id="more-2988"></span></p>
<p>Thus as you can see in my category horizontal list above I only put 9 categories of 12 categories this blog has. And what I did to exclude unwanted categories from showing up is adding this function:</p>
<p class="note">&lt;?php wp_list_categories(&#039;title_li=&amp;exclude=<strong>1</strong>,<strong>2</strong>,<strong>3</strong>&#039;); ?&gt; </p>
<p>1, 2 and 3 are categories ID that to be excluded and you can find categories ID on your category section (Post -&gt; Categories), then point your cursor to the category name you wish to exclude to find its ID:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://i44.tinypic.com/ayu6hg.png" alt="Wordpress Category List" width="515" height="312" /></p>
<p> Thus change 1,2 and 3 with your own category ID to make them/it excluded and not show up on your WordPress blog!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/seo-your-category-with-description.html" rel="bookmark" class="crp_title">SEO Your WordPress Category With Description</a></li><li><a href="http://rumahabi.com/delete-the-word-category-in-wordpress-category-url-with-plugins-and-php-tag.html" rel="bookmark" class="crp_title">Delete The Word Category In WordPress Category Url With Plugins And PHP Tag</a></li><li><a href="http://rumahabi.com/adorn-404-page-in-wordpress-to-retains-visitor-from-leaving-our-blog.html" rel="bookmark" class="crp_title">Adorn 404 Page In WordPress To Retains Visitor From Leaving Our Blog</a></li><li><a href="http://rumahabi.com/wordpress-bloggers-should-join-wpscoop.html" rel="bookmark" class="crp_title">WordPress Bloggers Should Join WPScoop</a></li><li><a href="http://rumahabi.com/eventina-magazine-style-premium-theme.html" rel="bookmark" class="crp_title">Eventina Magazine Style Premium Theme</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/how-to-exclude-wordpress-category.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>QuickRise WordPress Theme It Is Too Awesome</title>
		<link>http://rumahabi.com/quickrise-wordpress-theme-it-is-too-awesome.html</link>
		<comments>http://rumahabi.com/quickrise-wordpress-theme-it-is-too-awesome.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 04:55:34 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Amazing]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[premium theme]]></category>
		<category><![CDATA[QuickRise]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=2254</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/quickrise-wordpress-theme-it-is-too-awesome.html">QuickRise WordPress Theme It Is Too Awesome</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
QuickRise WordPress Theme It Is Too Awesome is a post from: Technology News QuickRise WordPress Theme, a Great WordPress theme design motivates you to update your blog frequently with valuable content, the more awesome the design the more you are going to value your blog, and of course your readers will credit your blog high, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/quickrise-wordpress-theme-it-is-too-awesome.html">QuickRise WordPress Theme It Is Too Awesome</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>QuickRise WordPress Theme, a Great WordPress theme design motivates you to update your blog frequently with valuable content, the more awesome the design the more you are going to value your blog, and of course your readers will credit your blog high, it&#8217;s simply a human nature to have pretty and cool environment. Most of WordPress designers know that, therefore they produce WordPress themes to serve our need, just like the theme I am about to share now that will likely make you amaze<span id="more-2254"></span></p>
<p>The theme is Quickrise,  it comes out with 4 different color schemes – blue, green, red, and gray. To switch from one color style to another is very easy via option theme settings. Or if you want to have your own color, that is awesome, the tutorial to do that is in the document of the theme</p>
<p>Full Control Over the Elements. The admin theme settings allows you to hide/show certain theme elements such as featured content, featured video, advertisement, sidebar elements, and a lot more. To get an idea of what else you can do within the theme settings, check out the screenshot.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://i47.tinypic.com/2aaanuc.jpg" border="0" alt="Image and video hosting by TinyPic" width="500" height="858" /></p>
<p style="text-align: center;"><strong><a rel="nofollow" href="http://themeforest.net/item/quickrise-wordpress-theme/full_screen_preview/35202&amp;ref=abibakar">Demo</a> | <a rel="nofollow" href="http://themeforest.net/item/quickrise-wordpress-theme/35202&amp;ref=abibakar">Purchase (Only $27)</a></strong></p>
<p class="warning">Or if you want to cheaper price, you can purchase it only $25, here is what you need to do, <a href="http://themeforest.net?ref=abibakar" rel="nofollow"><strong><code>Sign Up To ThemeForest !</code></strong></a> and deposit your $25 there, and use the $25 to buy the theme, then you will get $2 discount</p>
<p>Hope you like the theme and see you in the next post</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/want-to-buy-wordpress-theme-like-mashable-for-29-95.html" rel="bookmark" class="crp_title">Want To Buy WordPress Theme Like Mashable For $29.95?</a></li><li><a href="http://rumahabi.com/download-albeo-wordpress-theme-from-design-disease.html" rel="bookmark" class="crp_title">Download Albeo WordPress Theme From Design Disease</a></li><li><a href="http://rumahabi.com/education-wordpress-theme-by-studiopress-joost-de-valk.html" rel="bookmark" class="crp_title">Education WordPress Theme By StudioPress &amp; Joost de Valk</a></li><li><a href="http://rumahabi.com/news-wordpress-theme-why-not-purchase-it.html" rel="bookmark" class="crp_title">News WordPress Theme Why Not Purchase It?</a></li><li><a href="http://rumahabi.com/arthemia-magazine-theme-with-complete-features.html" rel="bookmark" class="crp_title">Arthemia, Magazine Theme With Complete Features</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/quickrise-wordpress-theme-it-is-too-awesome.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>News WordPress Theme Why Not Purchase It?</title>
		<link>http://rumahabi.com/news-wordpress-theme-why-not-purchase-it.html</link>
		<comments>http://rumahabi.com/news-wordpress-theme-why-not-purchase-it.html#comments</comments>
		<pubDate>Mon, 04 Jan 2010 21:09:11 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Newspress Theme]]></category>
		<category><![CDATA[premium theme]]></category>
		<category><![CDATA[Studiopress]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=2224</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/news-wordpress-theme-why-not-purchase-it.html">News WordPress Theme Why Not Purchase It?</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
News WordPress Theme Why Not Purchase It? is a post from: Technology News News WordPress Theme. Hi guys do you feel like purchasing a WordPress theme in this new year? I have one theme I consider handsome enough and worth promoting, the theme is designed to a news portal blog, but tweaking and modification are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/news-wordpress-theme-why-not-purchase-it.html">News WordPress Theme Why Not Purchase It?</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>News WordPress Theme. Hi guys do you feel like purchasing a <a href="http://rumahabi.com/category/wordpress/wordpress-theme">WordPress theme</a> in this new year? I have one theme I consider handsome enough and worth promoting, the theme is designed to a news portal blog, but tweaking and modification are always available, you can set it to any blog niche in your mind without limitation at all.<span id="more-2224"></span></p>
<p><a href="http://rumahabi.com/tag/studiopress">Studiopress</a> team has put a great job in designing News WordPress theme, it&#8217;s purely white color and of course ad ready so placing ad banners will be as easy as open our eyes, widget ready and option area to tweak the appearance of the theme is provided by default so no need to jump into the code!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://i48.tinypic.com/ny62kz.jpg" alt="News WordPress Theme" width="500" height="706" /></p>
<p>You are free to put your own logo to emphasize your brand or just use a dynamic text for your header, and it can be done via News options page and more features can easily be added or removed there</p>
<p>To buy News WordPress theme you can simply click the following link:</p>
<p style="text-align: center;"><strong><a rel="nofollow" href="https://www.e-junkie.com/ecom/gb.php?ii=321645&amp;c=ib&amp;aff=38312&amp;cl=10214">Purchase News Theme</a></strong></p>
<p class="note">The above link is my affiliate link, thus if you purchase the theme using it, I will earn commission and I thank you for it, hope you will like the theme</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/want-to-buy-wordpress-theme-like-mashable-for-29-95.html" rel="bookmark" class="crp_title">Want To Buy WordPress Theme Like Mashable For $29.95?</a></li><li><a href="http://rumahabi.com/arthemia-magazine-theme-with-complete-features.html" rel="bookmark" class="crp_title">Arthemia, Magazine Theme With Complete Features</a></li><li><a href="http://rumahabi.com/metro-magazine-wordpress-theme.html" rel="bookmark" class="crp_title">Metro Magazine WordPress Theme</a></li><li><a href="http://rumahabi.com/sketchd-theme-a-grunge-wordpress-theme-for-stylish-blogger.html" rel="bookmark" class="crp_title">Sketchd Theme A Grunge WordPress Theme For Stylish Blogger</a></li><li><a href="http://rumahabi.com/magnet-theme-for-personal-and-make-money-blog.html" rel="bookmark" class="crp_title">Magnet Theme For Personal And Make Money Blog</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/news-wordpress-theme-why-not-purchase-it.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9 Is Here With Us Now!</title>
		<link>http://rumahabi.com/wordpress-2-9-is-here-with-us-now.html</link>
		<comments>http://rumahabi.com/wordpress-2-9-is-here-with-us-now.html#comments</comments>
		<pubDate>Sat, 19 Dec 2009 21:58:46 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[WP]]></category>
		<category><![CDATA[New Release]]></category>
		<category><![CDATA[Wordpress 2.9]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=2167</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/wordpress-2-9-is-here-with-us-now.html">WordPress 2.9 Is Here With Us Now!</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
WordPress 2.9 Is Here With Us Now! is a post from: Technology News Yes WordPress 2.9 is here, and officially released and this one ain&#8217;t beta but final! In WordPress 2.9, many most-demanded features that previous versions should have added almost completely, such as: Image editor to crop, edit, rotate, flip, and scale your images, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/wordpress-2-9-is-here-with-us-now.html">WordPress 2.9 Is Here With Us Now!</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>Yes WordPress 2.9 is here, and officially released and this one ain&#8217;t beta but final! In WordPress 2.9, many most-demanded features that previous versions should have added almost completely, such as:<br />
<span id="more-2167"></span><br />
<img class="alignright" style="border: 0pt none;" src="http://i48.tinypic.com/fvwgv4.jpg" border="0" alt="Wordpress 2.9 Here" width="127" height="93" /></p>
<ul>
<li>Image editor to crop, edit, rotate, flip, and scale your images,</li>
<li>The awaited undo/trash which replacing annoying &#8220;are you sure&#8221; when deleting posts or pages</li>
<li>Plugin compatibility checking before upgrading, WordPress will tell whether your installed plugins are compatibility with the upgrade, this will avoid plugin incompatibility with WordPress new version</li>
<li>Easier video embeds, embedding video will never been easier than this, just copy the video url and paste it&#8230;done, magically the feature will turn it into the proper embed code, currently it supports: YouTube, Daily Motion, Blip.tv, Flickr, Hulu, Viddler, Qik, Revision3, Scribd, Google Video, Photobucket, PollDaddy, and WordPress.tv (and more in the next release).<br />
5. For SEO, WP 2.9 has canoncial url, thus no worry about duplicate content.</li>
</ul>
<p>There is plenty more exciting features in this release to learn more you can visit the <a href="http://wordpress.org/development/">WP Development Blog </a></p>
<p>But actually one feature that I always wanted since the release of WP 2.7 but never been added yet, as you can see since the release of WP 2.7 we are able to add plugins or themes easily without needing to download them because we can directly install from WordPress repository.</p>
<p>But no functionality to install plugins or themes that are not in repository, thus it will be perfect if there is &#8220;add url&#8221; for installing plugins or themes that are not registered in WP repository thus I don&#8217;t need one-click plugin updater.</p>
<p>C ya in the next post</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/increadible-seo-wordpress-plugins-i-use.html" rel="bookmark" class="crp_title">Incredible SEO WordPress Plugins I Use</a></li><li><a href="http://rumahabi.com/wordpress-bloggers-should-join-wpscoop.html" rel="bookmark" class="crp_title">WordPress Bloggers Should Join WPScoop</a></li><li><a href="http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html" rel="bookmark" class="crp_title">SEO Your WordPress Description And Keyword Without Plugins</a></li><li><a href="http://rumahabi.com/wordpress-3-0-thelonious-was-released.html" rel="bookmark" class="crp_title">WordPress 3.0 Thelonious Was Released</a></li><li><a href="http://rumahabi.com/delete-the-word-category-in-wordpress-category-url-with-plugins-and-php-tag.html" rel="bookmark" class="crp_title">Delete The Word Category In WordPress Category Url With Plugins And PHP Tag</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/wordpress-2-9-is-here-with-us-now.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magnet Theme For Personal And Make Money Blog</title>
		<link>http://rumahabi.com/magnet-theme-for-personal-and-make-money-blog.html</link>
		<comments>http://rumahabi.com/magnet-theme-for-personal-and-make-money-blog.html#comments</comments>
		<pubDate>Wed, 02 Dec 2009 03:42:48 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Magnet]]></category>
		<category><![CDATA[premium theme]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[WPZoom]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=2116</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/magnet-theme-for-personal-and-make-money-blog.html">Magnet Theme For Personal And Make Money Blog</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Magnet Theme For Personal And Make Money Blog is a post from: Technology News Don&#8217;t worry because a traditional blog design still exists among the Magazine style themes crowd, and this one is really a gorgeous WordPress theme and its name is Magnet by WpZoom, you would be agree with me that Magnet is gorgeous [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/magnet-theme-for-personal-and-make-money-blog.html">Magnet Theme For Personal And Make Money Blog</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>Don&#8217;t worry because a traditional blog design still exists among the Magazine style themes crowd, and this one is really a gorgeous <a href="http://rumahabi.com/category/wordpress">WordPress</a> theme and its name is <strong>Magnet</strong> by WpZoom, you would be agree with me that Magnet is gorgeous of course after I show you the theme screen screen shot so you can take a look:<span id="more-2116"></span></p>
<p style="text-align: center;"><img class="aligncenter" title="Magnet Theme WPZoom" src="http://i570.photobucket.com/albums/ss149/abibakar/wpzoom-magnet-blog-portal-news-port.jpg" alt="WPZoom Magnet Theme" width="509" height="1023" /></p>
<p><strong>Magnet Theme</strong> is definitely match for personal blog and for Make Money Online (MMO) blog also, will amaze your readers for the expensive interface, and it&#8217;s also flexible theme as you can highlight your favorite posts and such!</p>
<p>All default features inside <strong>Magnet theme</strong> are well-matched with the requirements of a modern theme should has, and it&#8217;s also compatible with the latest WordPress version.</p>
<p>If you have decided to purchase the theme there are 2 licenses here:</p>
<ul>
<li><a rel="nofollow" href="https://www.e-junkie.com/ecom/gb.php?ii=324249&amp;c=ib&amp;aff=38312&amp;cl=25555" target="ejejcsingle">Purchase Single License</a> ($69)</li>
<li><a href="https://www.e-junkie.com/ecom/gb.php?ii=324251&amp;c=ib&amp;aff=38312&amp;cl=25555" target="ejejcsingle">Purchase Developer License</a> ($149)</li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/wp-ellie-theme-for-business-personal-and-magazine-site.html" rel="bookmark" class="crp_title">WP-Ellie Theme For Business, Personal And Magazine Site</a></li><li><a href="http://rumahabi.com/technologic-premium-theme-flexible-layout-theme.html" rel="bookmark" class="crp_title">Technologic Premium Theme &#8211; Flexible Layout Theme</a></li><li><a href="http://rumahabi.com/download-wordpress-wp-magazine-theme-10.html" rel="bookmark" class="crp_title">Download WordPress WP Magazine Theme 1.0</a></li><li><a href="http://rumahabi.com/sketchd-theme-a-grunge-wordpress-theme-for-stylish-blogger.html" rel="bookmark" class="crp_title">Sketchd Theme A Grunge WordPress Theme For Stylish Blogger</a></li><li><a href="http://rumahabi.com/get-yamidoo-magazine-wordpress-theme-here-now.html" rel="bookmark" class="crp_title">Get Yamidoo Magazine WordPress Theme Here Now</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/magnet-theme-for-personal-and-make-money-blog.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OIOpublisher 2.21 Has Been Released With More Features</title>
		<link>http://rumahabi.com/oiopublisher-2-21-has-been-released-with-more-features.html</link>
		<comments>http://rumahabi.com/oiopublisher-2-21-has-been-released-with-more-features.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 00:23:06 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[Coupon Codes]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[OIOPublisher]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=1849</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/oiopublisher-2-21-has-been-released-with-more-features.html">OIOpublisher 2.21 Has Been Released With More Features</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
OIOpublisher 2.21 Has Been Released With More Features is a post from: Technology News We have already known the benefit of having OIOPublisher plugin installed in our WordPress blog, since I have already elaborated clearly in Get Maximum Income From Sell Private Ad With OIOPublisher. Now the latest version has been released which is OIOPublisher [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/oiopublisher-2-21-has-been-released-with-more-features.html">OIOpublisher 2.21 Has Been Released With More Features</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>We have already known the benefit of having <strong>OIOPublisher plugin</strong> installed in our WordPress blog, since I have already elaborated clearly in <a title="OIOPublisher Plugin Money" href="http://rumahabi.com/get-maximum-income-from-sell-private-ad-with-oiopublisher.html" target="_blank">Get Maximum Income From Sell Private Ad With OIOPublisher</a>. Now the latest version has been released which is OIOPublisher 2.21.<span id="more-1849"></span></p>
<p>A few improvements have been made up in this latest version to result in <a href="http://rumahabi.com/oio-publisher-coupon-code-for-september-2009.html">OIOPublisher plugin</a> will be more easy to use and surely help us more in getting money online. And here is what you will get in OIOPublisher 2.21:</p>
<ol>
<li>One-click WordPress theme integration, with this feature integrating OIOPublisher with our WordPress theme will be a lot more easy.</li>
<li>Use decimals in your pricing, if before you are limited with non available decimal usage in pricing the ad price, now you are able to set the price with decimal such as $10.11 and such.</li>
</ol>
<p>So OIOPublisher is getting smarter to serves our need, interested to purchase? Well, you will have $10 discount also if using the steps I am about to post. Here&#8217;s the steps to get $10 discount:</p>
<p class="warning">
1. Purchase OIO Publisher Plugin using my affiliate link: <a rel="nofollow" href="http://www.oiopublisher.com/ref.php?u=3078" target="_blank">Buy OIOPublisher</a>.<br />
2. And use this coupon code: <code>TERRA-OKE</code><br />
3. Done!</p>
<p>Hope you&#8217;ll find this post useful and see you in the next post.<br />
 <img src='http://rumahabi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/oiopublisher-coupon-code-for-october-2009.html" rel="bookmark" class="crp_title">OIOPublisher Coupon Code For October 2009</a></li><li><a href="http://rumahabi.com/oiopublisher-coupon-code-for-10-discount.html" rel="bookmark" class="crp_title">OIOPublisher Coupon Code For $10 Discount</a></li><li><a href="http://rumahabi.com/oio-publisher-coupon-code-for-september-2009.html" rel="bookmark" class="crp_title">OIO Publisher Coupon Code For September 2009</a></li><li><a href="http://rumahabi.com/oiopublisher-plugin-15-discount.html" rel="bookmark" class="crp_title">OIOPublisher Plugin $15 Discount</a></li><li><a href="http://rumahabi.com/get-maximum-income-from-sell-private-ad-with-oiopublisher.html" rel="bookmark" class="crp_title">Get Maximum Income From Sell Private Ad With OIOPublisher</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/oiopublisher-2-21-has-been-released-with-more-features.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Theme WP-Clear 1.0 Very Amazing WordPress Theme Design</title>
		<link>http://rumahabi.com/theme-wp-clear-1-0-very-amazing-wordpress-theme-design.html</link>
		<comments>http://rumahabi.com/theme-wp-clear-1-0-very-amazing-wordpress-theme-design.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 16:50:02 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[magazine theme]]></category>
		<category><![CDATA[premium theme]]></category>
		<category><![CDATA[Solostream]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=1821</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/theme-wp-clear-1-0-very-amazing-wordpress-theme-design.html">Theme WP-Clear 1.0 Very Amazing WordPress Theme Design</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Theme WP-Clear 1.0 Very Amazing WordPress Theme Design is a post from: Technology News Do you know Solostream? Surely if you&#8217;re one of WordPress theme fans you will likely know the name. Solostream is one of well known designers on the net that has producing amount of extremely amazing WordPress designs one of which is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/theme-wp-clear-1-0-very-amazing-wordpress-theme-design.html">Theme WP-Clear 1.0 Very Amazing WordPress Theme Design</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>Do you know <a rel="nofollow" href="http://www.awesomewordpresstheme.com/category/wordpress-designers/solostream" target="_blank">Solostream</a>? Surely if you&#8217;re one of <strong><a href="http://rumahabi.com/category/wordpress/wordpress-theme">WordPress theme</a></strong> fans you will likely know the name. Solostream is one of well known designers on the net that has producing amount of extremely amazing WordPress designs one of which is <a href="http://rumahabi.com/buy-solostream-3-column-1-0-a-stylish-theme.html">Solostream 3-Column 1.0</a>, oh there&#8217;s another one <a href="http://rumahabi.com/download-wordpress-wp-magazine-theme-10.html">WP Magazine Theme 1.0</a>, they are quite well-design for premium theme.<span id="more-1821"></span></p>
<p>Premium theme I am about to show now is, <strong>Theme WP-Clear 1.0</strong>. I don&#8217;t need to speak further just see the screenshot and decide it whether this is great one or not, but firstly look at the features:</p>
<ul>
<li> Theme settings page in your WordPress control panel</li>
<li>2-column or 3-column layouts with bottom right sidebar divided columns</li>
<li> Magazine layout options for home page with category blocks (up to 4) of recent posts</li>
<li>Threaded and Styled Comments</li>
<li>Featured article glider option for home page, with on/off setting on control panel</li>
<li>Gravatar integration</li>
<li>Banner ad integration option</li>
<li>Built-in post thumbnails option</li>
<li>Logo/header image integration option via control panel</li>
<li>Built-in site search</li>
<li>Built-in drop-down navigation for sub-categories and sub-pages</li>
<li>Built-in author page and author profile with Gravatar support</li>
<li>Widgetized sidebars</li>
<li>Basic SEO techniques integrated</li>
<li>Original Photoshop files (PSDs) available for download via control panel</li>
<li>And much more …</li>
</ul>
<p><strong>Screenshot of WP-Clear Theme</strong></p>
<p style="text-align: center;"><img src="http://i570.photobucket.com/albums/ss149/abibakar/WP-ClearTheme.jpg" alt="WP Clear Theme" width="497" height="923" /></p>
<p>WP-Clear 1.0 has a great design, right, want to buy? here are 3 options you are free to use and the options are provided to purchase  WP-Clear 1.0 Theme:</p>
<ul>
<li><a rel="nofollow" href="https://www.e-junkie.com/ecom/gb.php?ii=238203&amp;c=ib&amp;aff=38312&amp;cl=11384" target="ejejcsingle">Single License</a> ($79.00)</li>
<li><a rel="nofollow" href="https://www.e-junkie.com/ecom/gb.php?ii=238209&amp;c=ib&amp;aff=38312&amp;cl=11384" target="ejejcsingle">Premium License</a> (Multiple Use License $179.00)</li>
<li><a rel="nofollow" href="https://www.e-junkie.com/ecom/gb.php?ii=238210&amp;c=ib&amp;aff=38312&amp;cl=11384" target="ejejcsingle">Developer License</a> ($279.00)</li>
</ul>
<blockquote><p><strong>Note:</strong> the above 3 options contain my affiliate links, thus if you buy the WP-Clear Theme via my affiliate, then I will earn commission from your purchase, therefore I thank you for it <img src="http://www.awesomewordpresstheme.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p></blockquote>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/wp-ellie-theme-for-business-personal-and-magazine-site.html" rel="bookmark" class="crp_title">WP-Ellie Theme For Business, Personal And Magazine Site</a></li><li><a href="http://rumahabi.com/buy-solostream-3-column-1-0-a-stylish-theme.html" rel="bookmark" class="crp_title">Buy Solostream 3-Column 1.0 A Stylish Theme</a></li><li><a href="http://rumahabi.com/download-wordpress-wp-magazine-theme-10.html" rel="bookmark" class="crp_title">Download WordPress WP Magazine Theme 1.0</a></li><li><a href="http://rumahabi.com/technologic-premium-theme-flexible-layout-theme.html" rel="bookmark" class="crp_title">Technologic Premium Theme &#8211; Flexible Layout Theme</a></li><li><a href="http://rumahabi.com/sketchd-theme-a-grunge-wordpress-theme-for-stylish-blogger.html" rel="bookmark" class="crp_title">Sketchd Theme A Grunge WordPress Theme For Stylish Blogger</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/theme-wp-clear-1-0-very-amazing-wordpress-theme-design.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

