<?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>Knowledge Sharing &#187; WordPress</title>
	<atom:link href="http://blog.danigunawan.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danigunawan.com</link>
	<description>"Say it... although a word..."</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:14:12 +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>Fixing WordPress 2.9 Upgrade Error</title>
		<link>http://blog.danigunawan.com/tips-and-trick/fixing-wordpress-2-9-upgrade-error/</link>
		<comments>http://blog.danigunawan.com/tips-and-trick/fixing-wordpress-2-9-upgrade-error/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 10:17:12 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=612</guid>
		<description><![CDATA[I&#8217;ve experienced a problem while upgrading to WordPress 2.9 a few days ago. My blog didn&#8217;t show the RSS widget. Some error are found in my dashboard also. So, I started searching on the Internet how to solve my problem. And finally I found that there are some bugs in WordPress 2.9. They are: Bug [...]
Related posts:<ol>
<li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-after-automatic-upgrading/' rel='bookmark' title='WordPress Error After Automatic Upgrading'>WordPress Error After Automatic Upgrading</a></li>
<li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-open_basedir-restriction-in-effect/' rel='bookmark' title='WordPress Error: open_basedir restriction in effect'>WordPress Error: open_basedir restriction in effect</a></li>
<li><a href='http://blog.danigunawan.com/review/wordpress-2-8-review/' rel='bookmark' title='WordPress 2.8 Review'>WordPress 2.8 Review</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve experienced a problem while upgrading to WordPress 2.9 a few days ago. My blog didn&#8217;t show the RSS widget. Some error are found in my dashboard also.</p>
<p style="text-align: center;"><img class="aligncenter" title="Wordpress 2.9 Error" src="http://danigunawan.com/wp-content/uploads/2010/01/curl_setopt.jpg" alt="curl set opt" width="400" height="51" /></p>
<p>So, I started searching on the Internet how to solve my problem. And finally I found that there are some bugs in WordPress 2.9. They are:</p>
<p>Bug tersebut adalah:</p>
<ul>
<li><a title="major bug wordpress 2.9" href="http://core.trac.wordpress.org/ticket/11219" target="_blank">Major bug</a> was simply dismissed</li>
<li><a title="a related critical bug" href="http://core.trac.wordpress.org/ticket/11168" target="_blank">A related critical bug</a> was only <a title="partially fixed" href="http://core.trac.wordpress.org/ticket/11518" target="_blank">partially fixed</a>)</li>
<li><a title="a last critical bug" href="http://core.trac.wordpress.org/ticket/11505" target="_blank">A last critical bug</a> (and its <a title="child bug" href="http://core.trac.wordpress.org/ticket/11499" target="_blank">child bug</a>) crept in <a title="last" href="http://core.trac.wordpress.org/changeset/12424" target="_blank">at the last moment</a></li>
</ul>
<p>As a result of this:</p>
<ul>
<li>RSS widgets are completely broken on servers that are missing both of iconv and multi-byte string functions;</li>
<li>The curl transport is broken on some servers with an outdated library. This breaks the WP cron, and with it future posting, pings, etc.</li>
</ul>
<p>Not all sites are affected, of course. Most aren&#8217;t, in fact. But for those few who are, the situation is frustrating.</p>
<p>To solve this problem, you need to follow this steps:</p>
<p>1. Download this patch (from semiologic.com):</p>
<p><a title="wordpress 2.9 patch" href="http://danigunawan.com/wp-content/uploads/2010/01/wp-2.9-patch.zip" target="_blank">WordPress 2.9 Patch</a></p>
<p>2. Extract all files (class-simplepie.php, default-widgets.php, http.php) to <strong>wp-includes</strong> directory. Replace the old files with the patch files.</p>
<p>3. Done…</p>
<p>Good luck… :)</p>
<p>Related posts:<ol>
<li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-after-automatic-upgrading/' rel='bookmark' title='WordPress Error After Automatic Upgrading'>WordPress Error After Automatic Upgrading</a></li>
<li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-open_basedir-restriction-in-effect/' rel='bookmark' title='WordPress Error: open_basedir restriction in effect'>WordPress Error: open_basedir restriction in effect</a></li>
<li><a href='http://blog.danigunawan.com/review/wordpress-2-8-review/' rel='bookmark' title='WordPress 2.8 Review'>WordPress 2.8 Review</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/tips-and-trick/fixing-wordpress-2-9-upgrade-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Error After Automatic Upgrading</title>
		<link>http://blog.danigunawan.com/tips-and-trick/wordpress-error-after-automatic-upgrading/</link>
		<comments>http://blog.danigunawan.com/tips-and-trick/wordpress-error-after-automatic-upgrading/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 12:24:36 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=559</guid>
		<description><![CDATA[Briefly unavailable for scheduled maintenance. Check back in a minute. Got that message? And you can&#8217;t view your blog neither login to admin area? And now you wish you didn&#8217;t click automatic upgrade link? No need to worry, we will fix it. Before we fix it, we shoud know what is going on? WordPress, like [...]
Related posts:<ol>
<li><a href='http://blog.danigunawan.com/tips-and-trick/fixing-wordpress-2-9-upgrade-error/' rel='bookmark' title='Fixing WordPress 2.9 Upgrade Error'>Fixing WordPress 2.9 Upgrade Error</a></li>
<li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-open_basedir-restriction-in-effect/' rel='bookmark' title='WordPress Error: open_basedir restriction in effect'>WordPress Error: open_basedir restriction in effect</a></li>
<li><a href='http://blog.danigunawan.com/wordpress/wordpress-org-releases-2-8-beta-1/' rel='bookmark' title='WordPress.org Releases 2.8 Beta 1'>WordPress.org Releases 2.8 Beta 1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Briefly unavailable for scheduled maintenance. Check back in a minute.</p></blockquote>
<p>Got that message? And you can&#8217;t view your blog neither login to admin area? And now you wish you didn&#8217;t click automatic upgrade link? No need to worry, we will fix it.</p>
<p>Before we fix it, we shoud know what is going on? <a title="wordpress 2.8" href="http://blog.danigunawan.com/review/wordpress-2-8-review/" target="_blank">WordPress</a>, like other systems, is not perfect. Eventough it has automatic upgrade, it doesn&#8217;t mean your wordpress installation will always successfully upgraded using automatic upgrade. That&#8217;s why we should back up our blog before upgrading it. So, why that message appear? Does it mean our installation failed? Maybe. WordPress creates a file named <strong>.maintenance</strong> before upgrading process. Just in case there are visitors accessing your blog during upgrading process, they will see &#8220;<strong>Briefly unavailable for scheduled maintenance. Check back in a minute.</strong>&#8221; message instead of your under-upgrading blog. Somehow, I don&#8217;t know exactly why, the file .maintenance is not deleted by WordPress. If this thing happens, you will see maintenance message.</p>
<p>So, how to fix it? It&#8217;s a piece of cake. Login to your web host using CPanel or SSH, remove the .maintenance file. You can find that file in your <span style="text-decoration: underline;">WordPress installation directory</span> (<strong>the directory that has wp-admin directory</strong> &#8211; <span style="color: #ff0000;"><strong>not inside wp-admin directory</strong></span>). After you do it, refresh your blog. We hope your blog will be back&#8230; :)</p>
<p><strong>Question:</strong> I can&#8217;t see .maintenance file<br />
<strong>Answer: </strong>Yes, it&#8217;s a hidden file. If you are using SSH try <strong>ls -a </strong>command. If you use CPanel, don&#8217;t forget to check <strong>show hidden files</strong> while opening your installation directory using file manager.</p>
<p>Related posts:<ol>
<li><a href='http://blog.danigunawan.com/tips-and-trick/fixing-wordpress-2-9-upgrade-error/' rel='bookmark' title='Fixing WordPress 2.9 Upgrade Error'>Fixing WordPress 2.9 Upgrade Error</a></li>
<li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-open_basedir-restriction-in-effect/' rel='bookmark' title='WordPress Error: open_basedir restriction in effect'>WordPress Error: open_basedir restriction in effect</a></li>
<li><a href='http://blog.danigunawan.com/wordpress/wordpress-org-releases-2-8-beta-1/' rel='bookmark' title='WordPress.org Releases 2.8 Beta 1'>WordPress.org Releases 2.8 Beta 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/tips-and-trick/wordpress-error-after-automatic-upgrading/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 Review</title>
		<link>http://blog.danigunawan.com/review/wordpress-2-8-review/</link>
		<comments>http://blog.danigunawan.com/review/wordpress-2-8-review/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 23:04:07 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[new feature]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[screen options]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=554</guid>
		<description><![CDATA[After releasing Beta and RC, now wordpress.org releases a stable version. They claimed version 2.8 is way faster to use. They change the way WordPress style and scripting. Is that right? Umm I don&#8217;t know what software is used to benchmark it. In previous version, wordpress 2.7, we can install/upgrade plugin automatically with one-click. In [...]
Related posts:<ol>
<li><a href='http://blog.danigunawan.com/web/facebook-addict-a-free-wordpress-theme/' rel='bookmark' title='Facebook Addict, a Free WordPress Theme'>Facebook Addict, a Free WordPress Theme</a></li>
<li><a href='http://blog.danigunawan.com/wordpress/wordpress-org-releases-2-8-beta-1/' rel='bookmark' title='WordPress.org Releases 2.8 Beta 1'>WordPress.org Releases 2.8 Beta 1</a></li>
<li><a href='http://blog.danigunawan.com/tips-and-trick/fixing-wordpress-2-9-upgrade-error/' rel='bookmark' title='Fixing WordPress 2.9 Upgrade Error'>Fixing WordPress 2.9 Upgrade Error</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After releasing <a title="WordPress 2.8 Beta 1" href="http://blog.danigunawan.com/wordpress/wordpress-org-releases-2-8-beta-1/" target="_blank">Beta</a> and RC, now wordpress.org releases a stable version. They claimed version 2.8 <strong>is way faster to use</strong>. They change the way WordPress style and scripting. Is that right? Umm I don&#8217;t know what software is used to benchmark it.</p>
<p>In previous version, wordpress 2.7, we can install/upgrade plugin automatically with one-click. In version 2.8, they do to the themes too. Now we can search <a title="facebook addict theme" href="http://blog.danigunawan.com/web/facebook-addict-a-free-wordpress-theme/" target="_blank">themes</a>, based on color, number of columns, features, width and subject. No need to access web hosting and copy your themes there. It sucks. If you have a .zip file, then you can install it just like you install plugin.</p>
<div class="wp-caption aligncenter" style="width: 310px"><a href="http://danigunawan.com/wp-content/uploads/2009/06/install_themes_wp28.jpg"><img title="Install WordPress Themes" src="http://danigunawan.com/wp-content/uploads/2009/06/install_themes_wp28-300x217.jpg" alt="Install WordPress Themes" width="300" height="217" /></a><p class="wp-caption-text">Install WordPress Themes</p></div>
<p>Another feature is <strong>CodePress</strong>. CodePress is a new code editor for WordPress. Now we can see <strong>syntax highlighting </strong>in WordPress, not only a black and white editor. It makes coding more fun.</p>
<div class="wp-caption aligncenter" style="width: 310px"><a href="http://danigunawan.com/wp-content/uploads/2009/06/codepress.jpg"><img title="CodePress" src="http://danigunawan.com/wp-content/uploads/2009/06/codepress-300x159.jpg" alt="CodePress" width="300" height="159" /></a><p class="wp-caption-text">CodePress</p></div>
<p>For those who confuse to arrange widgets, now you can smile. You can move your widget among your sidebars easily. You can also have copy of your widget.</p>
<div class="wp-caption aligncenter" style="width: 310px"><a href="http://danigunawan.com/wp-content/uploads/2009/06/widget_28.jpg"><img title="WordPress Widget" src="http://danigunawan.com/wp-content/uploads/2009/06/widget_28-300x152.jpg" alt="WordPress Widget" width="300" height="152" /></a><p class="wp-caption-text">WordPress Widget</p></div>
<p>The last but not the least, a new feature in version 2.7, Screen Options, can be found in dashboard only. In version 2.8, you can find it in every page. There is column setting too. It makes you page more personal.</p>
<p>There are a lot more features in WordPress 2.8. I can&#8217;t tell them one-by-one. The full features can be found at <a title="codex wordpress" href="http://codex.wordpress.org/Version_2.8" target="_blank">http://codex.wordpress.org/Version_2.8</a>.</p>
<p>To make your day perfect, here it is the video overview of WordPress 2.8:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="224" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://v.wordpress.com/Pu3T4X8l" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="224" src="http://v.wordpress.com/Pu3T4X8l" allowfullscreen="true"></embed></object></p>
<p><a title="download" href="http://wordpress.org/download/" target="_blank">Download WordPress 2.8</a></p>
<p>Related posts:<ol>
<li><a href='http://blog.danigunawan.com/web/facebook-addict-a-free-wordpress-theme/' rel='bookmark' title='Facebook Addict, a Free WordPress Theme'>Facebook Addict, a Free WordPress Theme</a></li>
<li><a href='http://blog.danigunawan.com/wordpress/wordpress-org-releases-2-8-beta-1/' rel='bookmark' title='WordPress.org Releases 2.8 Beta 1'>WordPress.org Releases 2.8 Beta 1</a></li>
<li><a href='http://blog.danigunawan.com/tips-and-trick/fixing-wordpress-2-9-upgrade-error/' rel='bookmark' title='Fixing WordPress 2.9 Upgrade Error'>Fixing WordPress 2.9 Upgrade Error</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/review/wordpress-2-8-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress.org Releases 2.8 Beta 1</title>
		<link>http://blog.danigunawan.com/wordpress/wordpress-org-releases-2-8-beta-1/</link>
		<comments>http://blog.danigunawan.com/wordpress/wordpress-org-releases-2-8-beta-1/#comments</comments>
		<pubDate>Thu, 21 May 2009 02:24:30 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Beta]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=540</guid>
		<description><![CDATA[After releasing stable version (WordPress 2.7.1), WordPress.org releases new beta version, 2.8 Beta 1. This release is not stable and use for testing only. It&#8217;s not recommended to use in anyplace where your data is important. You need to backup your database before upgrading to this version. If you want to participate, you may join [...]
Related posts:<ol>
<li><a href='http://blog.danigunawan.com/review/wordpress-2-8-review/' rel='bookmark' title='WordPress 2.8 Review'>WordPress 2.8 Review</a></li>
<li><a href='http://blog.danigunawan.com/web/new-release-of-joomla-1-5-12/' rel='bookmark' title='New Release of Joomla 1.5.12'>New Release of Joomla 1.5.12</a></li>
<li><a href='http://blog.danigunawan.com/web/facebook-addict-a-free-wordpress-theme/' rel='bookmark' title='Facebook Addict, a Free WordPress Theme'>Facebook Addict, a Free WordPress Theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After releasing stable version (<a title="WordPress 2.7.1" rel="nofollow" href="http://wordpress.org/wordpress-2.7.1.zip" target="_blank">WordPress 2.7.1</a>), <a rel="nofollow" title="wordpress official website" href="http://www.wordpress.org" target="_blank">WordPress.org</a> releases new beta version, 2.8 Beta 1. This release is not stable and use for testing only. It&#8217;s not recommended to use in anyplace where your data is important. You need to backup your database before upgrading to this version.</p>
<p>If you want to participate, you may join <a title="WordPress Tester Lists" rel="nofollow" href="http://lists.automattic.com/mailman/listinfo/wp-testers" target="_blank">tester list</a> or if you are PHP programmer, you may <a title="Report WordPress Bugs" rel="nofollow" href="http://core.trac.wordpress.org/newticket" target="_blank">report bugs you find</a> while testing this beta release.</p>
<p><a title="Download WordPress 2.8 Beta 1" rel="nofollow" href="http://wordpress.org/wordpress-2.8-beta1.zip" target="_blank">Download WordPress 2.8 Beta 1</a></p>
<p>Related posts:<ol>
<li><a href='http://blog.danigunawan.com/review/wordpress-2-8-review/' rel='bookmark' title='WordPress 2.8 Review'>WordPress 2.8 Review</a></li>
<li><a href='http://blog.danigunawan.com/web/new-release-of-joomla-1-5-12/' rel='bookmark' title='New Release of Joomla 1.5.12'>New Release of Joomla 1.5.12</a></li>
<li><a href='http://blog.danigunawan.com/web/facebook-addict-a-free-wordpress-theme/' rel='bookmark' title='Facebook Addict, a Free WordPress Theme'>Facebook Addict, a Free WordPress Theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/wordpress/wordpress-org-releases-2-8-beta-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Facebook Addict, a Free WordPress Theme</title>
		<link>http://blog.danigunawan.com/web/facebook-addict-a-free-wordpress-theme/</link>
		<comments>http://blog.danigunawan.com/web/facebook-addict-a-free-wordpress-theme/#comments</comments>
		<pubDate>Tue, 05 May 2009 23:20:47 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=529</guid>
		<description><![CDATA[Tobacamp has released a new WordPress theme, Facebook Addict. It is a facebook-clone, just like the previous theme. But, I think it&#8217;s more Facebook than before. Screenshot: It has many features such as: Facebook-like Widget ready Three columns layout Auto thumbnail Custom headline FREE OF CHARGE You can see the demo first or download it. [...]
Related posts:<ol>
<li><a href='http://blog.danigunawan.com/wordpress/facebook-lover-free-wordpress-theme-from-tobacamp/' rel='bookmark' title='Facebook Lover, Free WordPress Theme from Tobacamp'>Facebook Lover, Free WordPress Theme from Tobacamp</a></li>
<li><a href='http://blog.danigunawan.com/review/wordpress-2-8-review/' rel='bookmark' title='WordPress 2.8 Review'>WordPress 2.8 Review</a></li>
<li><a href='http://blog.danigunawan.com/opinion/educommons-a-free-cms-for-open-course-ware/' rel='bookmark' title='eduCommons, a Free CMS for Open Course Ware'>eduCommons, a Free CMS for Open Course Ware</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.danigunawan.com/review/tobacamp-studio/" target="_blank">Tobacamp</a> has released a new WordPress theme, <a href="http://www.tobacamp.com/templates/facebook-addict-wordpress-themes-is-available-for-free/" target="_blank">Facebook Addict</a>. It is a facebook-clone, just like <a href="http://blog.danigunawan.com/wordpress/facebook-lover-free-wordpress-theme-from-tobacamp/" target="_blank">the previous theme</a>. But, I think it&#8217;s more Facebook than before.</p>
<p><strong>Screenshot:</strong></p>
<p><img class="aligncenter" title="Facebook Addict, Free WordPress Theme" src="http://www.tobacamp.com/wp-content/uploads/2009/05/facebook-addict.jpg" alt="" width="420" height="461" /><br />
<span style="text-decoration: underline;">It has many features such as:</span></p>
<ul>
<li>Facebook-like</li>
<li>Widget ready</li>
<li>Three columns layout</li>
<li>Auto thumbnail</li>
<li>Custom headline</li>
<li><strong>FREE OF CHARGE</strong></li>
</ul>
<p>You can see the <a href="http://www.tobacamp.com/facebook-addict" target="_blank">demo</a> first or <a href="http://www.tobacamp.com/templates/facebook-addict-wordpress-themes-is-available-for-free/" target="_blank">download</a> it.</p>
<p>Related posts:<ol>
<li><a href='http://blog.danigunawan.com/wordpress/facebook-lover-free-wordpress-theme-from-tobacamp/' rel='bookmark' title='Facebook Lover, Free WordPress Theme from Tobacamp'>Facebook Lover, Free WordPress Theme from Tobacamp</a></li>
<li><a href='http://blog.danigunawan.com/review/wordpress-2-8-review/' rel='bookmark' title='WordPress 2.8 Review'>WordPress 2.8 Review</a></li>
<li><a href='http://blog.danigunawan.com/opinion/educommons-a-free-cms-for-open-course-ware/' rel='bookmark' title='eduCommons, a Free CMS for Open Course Ware'>eduCommons, a Free CMS for Open Course Ware</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/web/facebook-addict-a-free-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Facebook Lover, Free WordPress Theme from Tobacamp</title>
		<link>http://blog.danigunawan.com/wordpress/facebook-lover-free-wordpress-theme-from-tobacamp/</link>
		<comments>http://blog.danigunawan.com/wordpress/facebook-lover-free-wordpress-theme-from-tobacamp/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 08:12:48 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=522</guid>
		<description><![CDATA[If you are a WordPress blogger and Facebook lover, you need to try a free WordPress theme from Tobacamp. They name it Facebook Lover. You can say this is a Facebook clone. With Facebook-like color, this theme looks beautiful, clean and soft. The most important thing is, it&#8217;s free to download. These are screenshots from [...]
Related posts:<ol>
<li><a href='http://blog.danigunawan.com/web/facebook-addict-a-free-wordpress-theme/' rel='bookmark' title='Facebook Addict, a Free WordPress Theme'>Facebook Addict, a Free WordPress Theme</a></li>
<li><a href='http://blog.danigunawan.com/review/wordpress-2-8-review/' rel='bookmark' title='WordPress 2.8 Review'>WordPress 2.8 Review</a></li>
<li><a href='http://blog.danigunawan.com/review/tobacamp-studio/' rel='bookmark' title='Tobacamp Studio'>Tobacamp Studio</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are a WordPress blogger and Facebook lover, you need to try a free WordPress theme from <a title="tobacamp" href="http://www.tobacamp.com" target="_blank">Tobacamp</a>. They name it <strong>Facebook Lover</strong>. You can say this is a Facebook clone. With Facebook-like color, this theme looks beautiful, clean and soft. The most important thing is, it&#8217;s free to download.</p>
<p>These are screenshots from Tobacamp:</p>
<div id="attachment_298" class="wp-caption aligncenter" style="width: 479px;"><a href="http://www.tobacamp.com/wp-content/uploads/2009/04/index-fblover.jpg"><img class="size-large wp-image-298" title="index-fblover" src="http://www.tobacamp.com/wp-content/uploads/2009/04/index-fblover-782x1024.jpg" alt="Facebook Lover" width="469" height="614" /></a></p>
<p class="wp-caption-text">Facebook Lover</p>
</div>
<div id="attachment_299" class="wp-caption aligncenter" style="width: 487px;"><a href="http://www.tobacamp.com/wp-content/uploads/2009/04/single-fblover.jpg"><img class="size-full wp-image-299" title="single-fblover" src="http://www.tobacamp.com/wp-content/uploads/2009/04/single-fblover.jpg" alt="Single Page" width="477" height="416" /></a></p>
<p class="wp-caption-text">Single Page</p>
</div>
<p>Are you interested in this theme? This theme is freely available at <a href="http://www.tobacamp.com/templates/free-wordpress-theme-for-facebook-lover/" target="_blank">http://www.tobacamp.com/templates/free-wordpress-theme-for-facebook-lover/</a>.</p>
<p>Source: <a href="http://www.tobacamp.com" target="_blank">http://www.tobacamp.com</a></p>
<p>Related posts:<ol>
<li><a href='http://blog.danigunawan.com/web/facebook-addict-a-free-wordpress-theme/' rel='bookmark' title='Facebook Addict, a Free WordPress Theme'>Facebook Addict, a Free WordPress Theme</a></li>
<li><a href='http://blog.danigunawan.com/review/wordpress-2-8-review/' rel='bookmark' title='WordPress 2.8 Review'>WordPress 2.8 Review</a></li>
<li><a href='http://blog.danigunawan.com/review/tobacamp-studio/' rel='bookmark' title='Tobacamp Studio'>Tobacamp Studio</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/wordpress/facebook-lover-free-wordpress-theme-from-tobacamp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

