<?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>WP WordPress</title>
	<atom:link href="http://www.wpwordpress.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwordpress.com</link>
	<description>Online WordPress Tips, Tutorials, and Resources for WordPress Users</description>
	<lastBuildDate>Thu, 12 Nov 2009 01:24:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Avoid Duplicated Comments Submitted</title>
		<link>http://www.wpwordpress.com/how-to-avoid-duplicated-comments-submitted</link>
		<comments>http://www.wpwordpress.com/how-to-avoid-duplicated-comments-submitted#comments</comments>
		<pubDate>Thu, 12 Nov 2009 01:24:29 +0000</pubDate>
		<dc:creator>Lego Lee</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwordpress.com/?p=336</guid>
		<description><![CDATA[This is one way to combat spam comments if you can avoid duplicated comments are submitted on your posts, you can do some code modification as below in comments.php file.  Why people post double comments because sometimes they are not aware that their comment is under moderation mode. Anyway, if you found your theme [...]]]></description>
			<content:encoded><![CDATA[<p>This is one way to combat spam comments if you can<strong> avoid duplicated comments are submitted on your posts</strong>, you can do some code modification as below in <em>comments.php</em> file.  Why people post double comments because sometimes they are not aware that their comment is under moderation mode. Anyway, if you found your theme don&#8217;t have this option, then you can open<em> comments.php</em> and do some code modification.</p>
<p>1. Open <em>comments.php</em> and find the following code.</p>
<pre><code>&lt;p&gt;
&lt;input name="submit" type="submit" tabindex="5" value="&lt;?php _e("Say it!"); ?&gt;" /&gt;
&lt;/p&gt;</code></pre>
<p>2. Replace with</p>
<pre><code>&lt;p&gt;
&lt;blockquote&gt;
Comment moderation is in use. Please do not submit your comment twice — it will appear shortly.
&lt;/blockquote&gt;
&lt;input name="submit" type="submit" tabindex="5" value="&lt;?php _e("Say it!"); ?&gt;" /&gt;
&lt;/p&gt;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwordpress.com/how-to-avoid-duplicated-comments-submitted/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Things to Do If WordPress Plugins Broken Your WordPress Blog</title>
		<link>http://www.wpwordpress.com/4-things-to-do-if-wordpress-plugins-broken-your-wordpress-blog</link>
		<comments>http://www.wpwordpress.com/4-things-to-do-if-wordpress-plugins-broken-your-wordpress-blog#comments</comments>
		<pubDate>Wed, 04 Nov 2009 16:29:37 +0000</pubDate>
		<dc:creator>Lego Lee</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwordpress.com/?p=302</guid>
		<description><![CDATA[What will you do if wordpress plugin broken your wordpress blog? I believe that most people have experienced this problem before, and how you overcome your problem? I remember when my wordpress blog was unable displayed properly after installed particular wordpress plugin, so I deleted all the wordpress files, wordpress themes, wordpress plugins, and then [...]]]></description>
			<content:encoded><![CDATA[<p>What will you do if wordpress plugin broken your wordpress blog? I believe that most people have experienced this problem before, and how you overcome your problem? I remember when my wordpress blog was unable displayed properly after installed particular wordpress plugin, so I deleted all the wordpress files, wordpress themes, wordpress plugins, and then I upload all the files again. Anyway, it is work fine finally.</p>
<p>If you <strong>can’t display your wordpress blog after installed particular wordpress plugin</strong>, you can follow the below steps to solve this problem.</p>
<p><strong>1. De-active the Plugin</strong><br />
Try to de-active the wordpress plugin that you have installed just now.</p>
<p><strong>2. Rename the Plugin via FTP</strong><br />
If it is crash by admin area and caused you can&#8217;t de-active the plugins, then you can rename the plugins via FTP.</p>
<p><strong>3. Delete the Plugin via FTP</strong><br />
If simply renaming the plugin was not enough, try to delete it completely.</p>
<p><strong>4. De-activate all the plugins via PHPMyAdmin</strong><br />
Some plugins will alter tables in your WordPress database when you activate them. As a result your blog might keep crashing even after you delete the plugins via FTP.</p>
<p>If that is the case, you will need to log into cPanel, and open the PHPMyAdmin interface. Then select the WordPress database, and browse inside the “wp-options” table. Look for the “active_plugins” column, and edit it. Inside the “options_value” field you will find something like this:</p>
<pre><code>a:31:{i:0;s:13:"AddMySite.php";i:1;s:19:"akismet/akismet.php";
i:2;s:23:"all_in_one_seo_pack.php";i:3;s:16:"authenticate.php";
i:4;s:28:"breadcrumb-navigation-xt.php";i:5;s:18:
"codeautoescape.php";i:6;s:37:</code></pre>
<p>These lines represent the active plugins in your blog. Delete them all and save. This should automatically de-activate every plugin. Now check if your blog is live again, and if the admin area is working. They should be.</p>
<p>/// <a href=http://www.dailyblogtips.com/a-plugin-broke-your-wordpress-blog-here-is-what-to-do/>Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwordpress.com/4-things-to-do-if-wordpress-plugins-broken-your-wordpress-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Visual Cheat Sheet from Woorkup</title>
		<link>http://www.wpwordpress.com/wordpress-visual-cheat-sheet-from-woorkup</link>
		<comments>http://www.wpwordpress.com/wordpress-visual-cheat-sheet-from-woorkup#comments</comments>
		<pubDate>Tue, 03 Nov 2009 16:48:19 +0000</pubDate>
		<dc:creator>Lego Lee</dc:creator>
				<category><![CDATA[WordPress Resources]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwordpress.com/wordpress-visual-cheat-sheet-from-woorkup</guid>
		<description><![CDATA[Wordpress Visual Cheat Sheet from Woorkup contains a practical reference guide to WordPress 2.8, it is very useful for wordpress users and designers, I like it a lot. This Wordpress Visual Cheat Sheet has 5 pages in total, contains the full reference guide to WP Template Tags with detailed descriptions and sample code. It is [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress Visual Cheat Sheet from Woorkup contains a practical reference guide to WordPress 2.8, it is very useful for wordpress users and designers, I like it a lot. This Wordpress Visual Cheat Sheet has 5 pages in total, <strong>contains the full reference guide to WP Template Tags with detailed descriptions and sample code</strong>. It is free to download.</p>
<p><a href="http://woorkup.com/wp-content/uploads/2009/11/WordPress-Visual-Cheat-Sheet.pdf" target="_blank">Download Wordpress Visual Cheat Sheet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwordpress.com/wordpress-visual-cheat-sheet-from-woorkup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Free and Best Typography WordPress Themes</title>
		<link>http://www.wpwordpress.com/10-free-and-best-typography-wordpress-themes</link>
		<comments>http://www.wpwordpress.com/10-free-and-best-typography-wordpress-themes#comments</comments>
		<pubDate>Sun, 25 Oct 2009 16:28:23 +0000</pubDate>
		<dc:creator>Lego Lee</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Free WordPress Themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwordpress.com/?p=283</guid>
		<description><![CDATA[Typography theme is one of my favorite wordpress themes. Although it may looks simple design but it can be beautiful, creative, and colorful. Below are about 10 different typography wordpress themes that you might like. 
1. Typography Theme &#8211; consists of a fixed two column outfit with special news slider built into the sidebar: widgetized [...]]]></description>
			<content:encoded><![CDATA[<p>Typography theme is one of my favorite wordpress themes. Although it may looks simple design but it can be <strong>beautiful, creative, and colorful</strong>. Below are about 10 different <strong>typography wordpress themes</strong> that you might like. </p>
<p>1. <a href=http://3oneseven.com/12/typography-wordpress-theme-2/>Typography Theme</a> &#8211; consists of a fixed two column outfit with special news slider built into the sidebar: widgetized sidebar with typical WordPress action like calendar, built in are recent comments with gravatars, related posts, social bookmarking enabled, native WP tag system, flickr is enabled in its own bar.</p>
<p><a href=http://wp.3oneseven.com/index.php?wptheme=typo target=_blank><img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/typography-theme.jpg border=0 width=540></a></p>
<p>2. <a href=http://3oneseven.com/27/fleur-de-lys/>Fleur</a> &#8211; plain white layout with custom js built in: another new layout for the frontpage of a WordPress powered site.</p>
<p><a href=http://wp2.3oneseven.com/index.php?wptheme=FleurdeLys target=_blank><img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/fleur.jpg border=0 width=540></a></p>
<p>3. <a href=http://www.pearsonified.com/themes>NeoClassical</a> &#8211; a simple and elegant template system that offers classical styling, rich typography, and huge random header images.</p>
<p><a href=http://pearsonified.com/theme/neoclassical/ target=_blank><img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/neoclassical.jpg border=0 width=540></a></p>
<p>4. <a href=http://www.pearsonified.com/themes>CopyBllogger</a> &#8211; able to modify colors, fonts, and even the tiniest details by utilizing the custom stylesheet solution that is included with the theme download.</p>
<p><a href=http://www.pearsonified.com/theme/copyblogger/ target=_blank><img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/copyblogger.jpg border=0 width=540></a></p>
<p>5. <a href=http://www.pearsonified.com/themes>Cutline</a> &#8211; able to modify colors, fonts, and even the tiniest details by utilizing the custom stylesheet solution that is included with the theme download.</p>
<p><a href=http://cutline.tubetorial.com/ target=_blank><img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/cutline.jpg border=0 width=540></a></p>
<p>6. <a href=http://allancole.com/wordpress/themes/neutica/>Neutica</a> &#8211; is a lightweight, two (five?) column, widgetized, Wordpress theme designed completely with CSS, sans image graphics.</p>
<p><a href=http://allancole.com/themes/ target=_blank><img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/neutica.jpg border=0 width=540></a></p>
<p>7. <a href=http://equivocality.com/wu-wei/>Wu Wei</a> &#8211; reated with clean, modern, minimalism in mind. Information is presented in a logical manner, without any superfluous elements getting in the way.</p>
<p><a href=http://projects.equivocality.com/wu-wei/ target=_blank><img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/wuwei.jpg border=0 width=540></a></p>
<p>8. <a href=http://www.upstartblogger.com/wordpress-theme-upstart-blogger-july07>UpStart Blogger</a> &#8211; the design was never intended to be released publicly because there’s too much hard code in the theme files. This theme is NOT for beginners or the faint of heart.</p>
<p><a href=http://www.upstartblogger.com/wordpress-theme-upstart-blogger-july07 target=_blank><img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/upstart.jpg border=0 width=540></a></p>
<p>9. <a href=http://3oneseven.com/22/clear-cut-wordpress-thme/>Clear Cut</a> &#8211; is a highly configurable WordPress theme for artful or portfolio sites with an unusual and unique layout.</p>
<p><a href=http://3oneseven.com/22/clear-cut-wordpress-thme/ target=_blank><img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/clearcut.jpg border=0 width=540></a></p>
<p>10. <a href=http://pupungbp.erastica.com/wordpress-theme/magzine-magazine-style-free-wordpress-theme/>Design Magz</a> </p>
<p><a href=http://www.designmagz.com/ target=_blank><img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/designmagz.jpg border=0 width=540></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwordpress.com/10-free-and-best-typography-wordpress-themes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Display Feedburner Subscribers in Plain Text</title>
		<link>http://www.wpwordpress.com/how-to-display-feedburner-subscribers-in-plain-text</link>
		<comments>http://www.wpwordpress.com/how-to-display-feedburner-subscribers-in-plain-text#comments</comments>
		<pubDate>Wed, 21 Oct 2009 22:54:22 +0000</pubDate>
		<dc:creator>Lego Lee</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Advance]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwordpress.com/?p=278</guid>
		<description><![CDATA[Feedburner came with feed count banner, but if you think this banner doesn&#8217;t match your website design or you want to display Feedburner subscribers in plain text, this is possible!
Copy and paste the following code into your template, for example sidebar.php,  replace feedburner-id with your Feedbuner username. This script will grab you the feed [...]]]></description>
			<content:encoded><![CDATA[<p>Feedburner came with feed count banner, but if you think this banner doesn&#8217;t match your website design or you want to <strong>display Feedburner subscribers in plain text</strong>, this is possible!</p>
<p>Copy and paste the following code into your template, for example <em>sidebar.php</em>,  replace <strong>feedburner-id</strong> with your Feedbuner username. This script will grab you the feed count in numbers.</p>
<pre><code>//get cool feedburner count
$whaturl="http://api.feedburner.com/awareness/1.0/GetFeedData?uri=feedburner-id";

//Initialize the Curl session
$ch = curl_init();

//Set curl to return the data instead of printing it to the browser.
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

//Set the URL
curl_setopt($ch, CURLOPT_URL, $whaturl);

//Execute the fetch
$data = curl_exec($ch);

//Close the connection
curl_close($ch);
$xml = new SimpleXMLElement($data);
$fb = $xml-&gt;feed-&gt;entry['circulation'];
//end get cool feedburner count</code></pre>
<p>Now paste this anywhere you want and it’ll display a Feedburner subscriber count in text.</p>
<pre><code>echo $fb;</code></pre>
<p><a href="http://www.hongkiat.com/blog/how-to-display-feedburner-subscriber-count-in-text"></a>Source Link</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwordpress.com/how-to-display-feedburner-subscribers-in-plain-text/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Your Title Tag SEO Friendly</title>
		<link>http://www.wpwordpress.com/how-to-make-your-title-tag-seo-friendly</link>
		<comments>http://www.wpwordpress.com/how-to-make-your-title-tag-seo-friendly#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:00:07 +0000</pubDate>
		<dc:creator>Lego Lee</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwordpress.com/?p=275</guid>
		<description><![CDATA[Wordpress title tag also plays important role in SEO, it telling the search engine spider what your site covered, and allows your site to be indexed based upon the correct and most relevant keywords. If your site has good seo, then you will have lots of organic traffic from various search engines. So how to [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress title tag also plays important role in SEO, it telling the search engine spider what your site covered, and allows your site to be indexed based upon the correct and most relevant keywords. If your site has good seo, then you will have lots of organic traffic from various search engines. So <strong>how to make your wordpress title tag SEO friendly</strong>?</p>
<p>Open <em>header.php</em> file, find the  <em>&lt;title&gt;</em> tag, and replace it by the following code.</p>
<pre><code>&lt;title&gt;
&lt;?php if (is_home () ) {
bloginfo('name');
} elseif ( is_category() ) {
single_cat_title(); echo ‘ – ‘ ; bloginfo('name');
} elseif (is_single() ) {
single_post_title();
} elseif (is_page() ) {
bloginfo(’name’); echo ': '; single_post_title();
} else {
wp_title("",true);
} ?&gt;
&lt;/title&gt;</code></pre>
<p>This code will generate title tags according to the following model:</p>
<ul>
<li>Blog homepage -&gt; display blog name.</li>
<li>Category page -&gt; display the category name and the blog name.</li>
<li>Article page -&gt; display the article title.</li>
<li>Static page -&gt; display the blog name, and the page title.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwordpress.com/how-to-make-your-title-tag-seo-friendly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Display Random Posts on Your Sidebar</title>
		<link>http://www.wpwordpress.com/how-to-display-random-posts-on-your-sidebar</link>
		<comments>http://www.wpwordpress.com/how-to-display-random-posts-on-your-sidebar#comments</comments>
		<pubDate>Fri, 16 Oct 2009 00:49:53 +0000</pubDate>
		<dc:creator>Lego Lee</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.wpwordpress.com/?p=273</guid>
		<description><![CDATA[Many readers seldom browse through our old post to read them out, but installing wordpress plugin like Pagenavi and Related Posts can help to give a new life for your old posts. There is another way to make your old posts have a good chance to read by reader, that is to display random posts [...]]]></description>
			<content:encoded><![CDATA[<p>Many readers seldom browse through our old post to read them out, but installing wordpress plugin like Pagenavi and Related Posts can help to give a new life for your old posts. There is another way to make your old posts have a good chance to read by reader, that is <strong>to display random posts on your sidebar</strong>.</p>
<p>To display random posts on your sidebar, simply copy and paste the following code to your <em>sidebar.php</em>.</p>
<pre><code>&lt;?php
query_posts(array('orderby' =&gt; 'rand', 'showposts' =&gt; 1));
if (have_posts()) :
while (have_posts()) : the_post();
the_title();
the_excerpt();
endwhile;
endif; ?&gt;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwordpress.com/how-to-display-random-posts-on-your-sidebar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Display Most Recent Twitter Tweets in WordPress Blog</title>
		<link>http://www.wpwordpress.com/how-to-display-most-recent-twitter-tweets-in-wordpress-blog</link>
		<comments>http://www.wpwordpress.com/how-to-display-most-recent-twitter-tweets-in-wordpress-blog#comments</comments>
		<pubDate>Fri, 09 Oct 2009 04:03:12 +0000</pubDate>
		<dc:creator>Lego Lee</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwordpress.com/?p=270</guid>
		<description><![CDATA[Since Twitter became popular, many bloggers like to display recent twitter tweets on their website or blog. To display most recent twitter tweets, simply copy and paste the following code to your sidebar.php file.
&#60;?php
// Your twitter username.
$username = "TwitterUsername";
// Prefix - some text you want displayed before your latest tweet.
// (HTML is OK, but be [...]]]></description>
			<content:encoded><![CDATA[<p>Since Twitter became popular, many bloggers like to display recent twitter tweets on their website or blog. <strong>To display most recent twitter tweets</strong>, simply copy and paste the following code to your <em>sidebar.php</em> file.</p>
<pre><code>&lt;?php
// Your twitter username.
$username = "TwitterUsername";
// Prefix - some text you want displayed before your latest tweet.
// (HTML is OK, but be sure to escape quotes with backslashes: for example href=\"link.html\")
$prefix = "";
// Suffix - some text you want display after your latest tweet. (Same rules as the prefix.)
$suffix = "";
$feed = "http://search.twitter.com/search.atom?q=from:" . $username . "&amp;rpp=1";
function parse_feed($feed) {
$stepOne = explode("&lt;content type=\"html\"&gt;", $feed);
$stepTwo = explode("&lt;/content&gt;", $stepOne[1]);
$tweet = $stepTwo[0];
$tweet = str_replace(”&amp;lt;”, “&lt;”, $tweet);
$tweet = str_replace(”&amp;gt;”, “&gt;”, $tweet);
return $tweet;
}
$twitterFeed = file_get_contents($feed);
echo stripslashes($prefix) . parse_feed($twitterFeed) . stripslashes($suffix);
?&gt;</code></pre>
<p>Thanks the awesome code from <a href="http://wphacks.com/huge-compilation-of-wordpress-code">WP Hacks</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwordpress.com/how-to-display-most-recent-twitter-tweets-in-wordpress-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Backup and Restore WordPress Database</title>
		<link>http://www.wpwordpress.com/how-to-backup-and-restore-wordpress-database</link>
		<comments>http://www.wpwordpress.com/how-to-backup-and-restore-wordpress-database#comments</comments>
		<pubDate>Thu, 08 Oct 2009 03:56:03 +0000</pubDate>
		<dc:creator>Lego Lee</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Advance]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwordpress.com/?p=256</guid>
		<description><![CDATA[Please keep in mind that you need to backup your wordpress database periodically to prevent your data lose in case of bad plugin installation or an attack by hacker. So do you know how to backup and restore your wordpress database? If you don&#8217;t, let me show you how.
DISCLAIMER: I will not going to hold [...]]]></description>
			<content:encoded><![CDATA[<p>Please keep in mind that you need to <strong>backup your wordpress database periodically</strong> to prevent your data lose in case of bad plugin installation or an attack by hacker. So do you know <strong>how to backup and restore your wordpress database</strong>? If you don&#8217;t, let me show you how.</p>
<p><span style="color: #ff0000;">DISCLAIMER</span>: I will not going to hold responsible in any way should you encounter problems like loss of database and entire blog/website along the way. It worked excellently well for me.</p>
<h3>How to Backup Your WordPress Database</h3>
<p>1. Download and install <a href=http://www.ilfilosofo.com/blog/wp-db-backup>WordPress Database Plugin</a> and active this plugin.</p>
<p>2. In your wordpress dashboard, go to <strong>Tools > Backup</strong></p>
<p>3. Under Backup Options, select “Download to your computer” and click on “Backup Now” button.<br />
<img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/backupoptions.jpg border=0></p>
<h3>How to Restore Your WordPress Database</h3>
<p>1. Log into your FTP account and delete everything in the <strong>/wp-content/cache</strong> directory.</p>
<p>2. Log into <strong>PHP MyAdmin</strong> and select your wordpress database.<br />
<img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/selectdatabase.jpg border=0></p>
<p>3. A list of all of the tables contained in the database will be shown. Select all the tables and select the <strong>Drop option to delete</strong> them permanently.<br />
<img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/drop-database.jpg border=0></p>
<p>4. After wordpress database is empty, it is time to upload your database by clicking <strong>Import</strong> tab.<br />
<img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/import-database.jpg border=0></p>
<p>5. <strong>Locate of the text file</strong> and then click &#8220;Go&#8221; button to import your wordpress database.<br />
<img src=http://www.wpwordpress.com/wp-content/uploads/2009/10/importdatabase2.jpg border=0></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwordpress.com/how-to-backup-and-restore-wordpress-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Cache &#8211; Speed Up Your Blog Pages Loading</title>
		<link>http://www.wpwordpress.com/wp-cache-speed-up-your-blog-pages-loading</link>
		<comments>http://www.wpwordpress.com/wp-cache-speed-up-your-blog-pages-loading#comments</comments>
		<pubDate>Mon, 05 Oct 2009 23:26:50 +0000</pubDate>
		<dc:creator>Lego Lee</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpwordpress.com/?p=251</guid>
		<description><![CDATA[If you have problem with hosting service or your wordpress blog has taken lots of time for loading, perhaps you can consider to install WP Cache wordpress plugin to generate static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively [...]]]></description>
			<content:encoded><![CDATA[<p>If you have problem with hosting service or your wordpress blog has taken lots of time for loading, perhaps you can consider to install <a href=http://wordpress.org/extend/plugins/wp-super-cache/>WP Cache wordpress plugin</a> to <strong>generate static html files from your dynamic WordPress blog</strong>. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.</p>
<p>My web hosting is quite reliable,so far  I don&#8217;t think I will need this plugin at this moment. If you need to speed up the loading of your blog and your blog always hit Digg.com’s frontpage, then you are encourage to activate this plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwordpress.com/wp-cache-speed-up-your-blog-pages-loading/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
