<?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>Life$trikes.Com &#187; Wordpress</title>
	<atom:link href="http://www.lifestrikes.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifestrikes.com</link>
	<description>Blogging &#38; Analytics</description>
	<lastBuildDate>Tue, 25 May 2010 03:59:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Change Default Wordpress Excerpt Length</title>
		<link>http://www.lifestrikes.com/change-wordpress-excerpt-length/</link>
		<comments>http://www.lifestrikes.com/change-wordpress-excerpt-length/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 02:16:36 +0000</pubDate>
		<dc:creator>Raghu</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Excerpt]]></category>

		<guid isPermaLink="false">http://www.lifestrikes.com/?p=324</guid>
		<description><![CDATA[

Default wordpress excerpt length is 55 words. It&#8217;s easy to change the default excerpt length in wordpress in less than 2 minutes to desired length. I made changes to wordpress 2.9.2 code.

Login into Directory where wordpress is installed
Open the file Directory &#62; wp-includes &#62; formatting,php
Search for 55 or $excerpt_length = apply_filters(&#8216;excerpt_length&#8217;, 55);
Change the value 55 [...]


Related posts:<ol><li><a href='http://www.lifestrikes.com/how-to-change-wordpress-theme-from-mysql/' rel='bookmark' title='Permanent Link: How to Change Wordpress Theme Editing MySql Tables'>How to Change Wordpress Theme Editing MySql Tables</a></li>
<li><a href='http://www.lifestrikes.com/9-things-to-do-before-ugrading-wordpress/' rel='bookmark' title='Permanent Link: 9 Things To Do Before Ugrading Wordpress'>9 Things To Do Before Ugrading Wordpress</a></li>
<li><a href='http://www.lifestrikes.com/insert-adsense-bbpress-forum/' rel='bookmark' title='Permanent Link: How to Insert Adsense in bbPress Forum'>How to Insert Adsense in bbPress Forum</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Default wordpress excerpt length is 55 words. It&#8217;s easy to change the default excerpt length in wordpress in less than 2 minutes to desired length. I made changes to wordpress 2.9.2 code.</p>
<ol>
<li>Login into Directory where wordpress is installed</li>
<li>Open the file Directory &gt; wp-includes &gt; formatting,php</li>
<li>Search for 55 or $excerpt_length = apply_filters(&#8216;excerpt_length&#8217;, 55);</li>
<li>Change the value 55 to desired number of words and save the file.</li>
<li>Refresh the page and see the results ( you may have to clear the cache)</li>
</ol>


<p>Related posts:<ol><li><a href='http://www.lifestrikes.com/how-to-change-wordpress-theme-from-mysql/' rel='bookmark' title='Permanent Link: How to Change Wordpress Theme Editing MySql Tables'>How to Change Wordpress Theme Editing MySql Tables</a></li>
<li><a href='http://www.lifestrikes.com/9-things-to-do-before-ugrading-wordpress/' rel='bookmark' title='Permanent Link: 9 Things To Do Before Ugrading Wordpress'>9 Things To Do Before Ugrading Wordpress</a></li>
<li><a href='http://www.lifestrikes.com/insert-adsense-bbpress-forum/' rel='bookmark' title='Permanent Link: How to Insert Adsense in bbPress Forum'>How to Insert Adsense in bbPress Forum</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifestrikes.com/change-wordpress-excerpt-length/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Things To Do Before Ugrading Wordpress</title>
		<link>http://www.lifestrikes.com/9-things-to-do-before-ugrading-wordpress/</link>
		<comments>http://www.lifestrikes.com/9-things-to-do-before-ugrading-wordpress/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 02:57:38 +0000</pubDate>
		<dc:creator>Raghu</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.lifestrikes.com/?p=307</guid>
		<description><![CDATA[

If you are planning to upgrade wordpress to latest release, do the following

Read Worpdress Support forums to see any upgrade problems
Backup Entire Database
Check for Minimum Requirements ( MySQL, PHP)
Check if all installed plugins supports the latest version of wordpress.
Deactivate all the plugins
Know how to revert to previous wordpress version, if upgrade were to fail.
Test the [...]


Related posts:<ol><li><a href='http://www.lifestrikes.com/286-to-2-9-wordpress-upgrade-failed/' rel='bookmark' title='Permanent Link: [Fixed] 2.8.6 to 2.9 Worpress Database Upgrade Required &#8211; Failed'>[Fixed] 2.8.6 to 2.9 Worpress Database Upgrade Required &#8211; Failed</a></li>
<li><a href='http://www.lifestrikes.com/how-to-change-wordpress-theme-from-mysql/' rel='bookmark' title='Permanent Link: How to Change Wordpress Theme Editing MySql Tables'>How to Change Wordpress Theme Editing MySql Tables</a></li>
<li><a href='http://www.lifestrikes.com/wordpress-database-backup-and-restore/' rel='bookmark' title='Permanent Link: Wordpress Database &#8211; Backup and Restore'>Wordpress Database &#8211; Backup and Restore</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>If you are planning to upgrade wordpress to latest release, do the following</p>
<ol>
<li>Read Worpdress Support forums to see any upgrade problems</li>
<li>Backup Entire Database</li>
<li>Check for Minimum Requirements ( MySQL, PHP)</li>
<li>Check if all installed plugins supports the latest version of wordpress.</li>
<li>Deactivate all the plugins</li>
<li>Know how to revert to previous wordpress version, if upgrade were to fail.</li>
<li>Test the upgrade in local wordpress installation ( if downtime of site might be major issue)</li>
<li>Perform Wordpress Upgrade</li>
<li>Upgrade Wordpress Database if required</li>
<li>Check if Site is up and running.</li>
<li>Click on few links to to check if URL structure is maintained.</li>
<li>Activate the supported plugins one at a time.</li>
</ol>
<p>Wordpress 2.8.6 to 2.9 upgrade created couple of problems. It was because</p>
<ul>
<li>Some of the plug-in&#8217;s didn&#8217;t support 2.9</li>
<li>db_version in Table WP_Options had incorrect value.</li>
</ul>
<p>After I fixed the db_verison, site was up and running, but all the url was broken. It was due to unsupported some plug-in in 2.9</p>


<p>Related posts:<ol><li><a href='http://www.lifestrikes.com/286-to-2-9-wordpress-upgrade-failed/' rel='bookmark' title='Permanent Link: [Fixed] 2.8.6 to 2.9 Worpress Database Upgrade Required &#8211; Failed'>[Fixed] 2.8.6 to 2.9 Worpress Database Upgrade Required &#8211; Failed</a></li>
<li><a href='http://www.lifestrikes.com/how-to-change-wordpress-theme-from-mysql/' rel='bookmark' title='Permanent Link: How to Change Wordpress Theme Editing MySql Tables'>How to Change Wordpress Theme Editing MySql Tables</a></li>
<li><a href='http://www.lifestrikes.com/wordpress-database-backup-and-restore/' rel='bookmark' title='Permanent Link: Wordpress Database &#8211; Backup and Restore'>Wordpress Database &#8211; Backup and Restore</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifestrikes.com/9-things-to-do-before-ugrading-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Password &#8211; Sorry, that key does not appear to be valid</title>
		<link>http://www.lifestrikes.com/sorry-that-key-does-not-appear-to-be-valid/</link>
		<comments>http://www.lifestrikes.com/sorry-that-key-does-not-appear-to-be-valid/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 14:58:00 +0000</pubDate>
		<dc:creator>Raghu</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.lifestrikes.com/?p=292</guid>
		<description><![CDATA[

If you run into Password Recovery Error with Wordpress Sorry, that key does not appear to be valid, do the following

To correct this, fire up phpmyadmin ( it will be usually mysql.yoursite.com) in Cpanel, 
click on the database name,

Select &#8220;wp_users&#8221; Table

Click on Brose Icon ( first icon)

Click on the Row to edit the password 
Click [...]


Related posts:<ol><li><a href='http://www.lifestrikes.com/how-to-change-wordpress-theme-from-mysql/' rel='bookmark' title='Permanent Link: How to Change Wordpress Theme Editing MySql Tables'>How to Change Wordpress Theme Editing MySql Tables</a></li>
<li><a href='http://www.lifestrikes.com/wordpress-email-comments-notification-not-working/' rel='bookmark' title='Permanent Link: Wordpress Email/Comments Notification Not Working &#8211; Fixed'>Wordpress Email/Comments Notification Not Working &#8211; Fixed</a></li>
<li><a href='http://www.lifestrikes.com/9-things-to-do-before-ugrading-wordpress/' rel='bookmark' title='Permanent Link: 9 Things To Do Before Ugrading Wordpress'>9 Things To Do Before Ugrading Wordpress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>If you run into Password Recovery Error with Wordpress <strong>Sorry, that key does not appear to be valid, </strong>do the following</p>
<ul>
<li><span style="color: #333333; font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size: 13px;">To correct this, fire up phpmyadmin ( it will be usually mysql.yoursite.com) in Cpanel, </span></li>
<li><span style="color: #333333; font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size: 13px;">click on the database name,<br />
</span></li>
<li><span style="color: #333333; font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size: 13px;">Select &#8220;wp_users&#8221; Table<br />
</span></li>
<li><span style="color: #333333; font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size: 13px;">Click on Brose Icon ( first icon)<br />
</span></li>
<li><span style="color: #333333; font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size: 13px;">Click on the Row to edit the password </span></li>
<li><span style="color: #333333; font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size: 13px;">Click on the pencil icon for editing the table, then do the following:</span></li>
<li><span style="color: #333333; font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size: 13px;">User pass &gt; Function &gt; MD5 and type in your new password<br />
</span></li>
<li><span style="color: #333333; font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size: 13px;">Click the &#8220;go&#8221; button and all should be fine.</span></li>
</ul>
<p>This should fix the problem.</p>


<p>Related posts:<ol><li><a href='http://www.lifestrikes.com/how-to-change-wordpress-theme-from-mysql/' rel='bookmark' title='Permanent Link: How to Change Wordpress Theme Editing MySql Tables'>How to Change Wordpress Theme Editing MySql Tables</a></li>
<li><a href='http://www.lifestrikes.com/wordpress-email-comments-notification-not-working/' rel='bookmark' title='Permanent Link: Wordpress Email/Comments Notification Not Working &#8211; Fixed'>Wordpress Email/Comments Notification Not Working &#8211; Fixed</a></li>
<li><a href='http://www.lifestrikes.com/9-things-to-do-before-ugrading-wordpress/' rel='bookmark' title='Permanent Link: 9 Things To Do Before Ugrading Wordpress'>9 Things To Do Before Ugrading Wordpress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifestrikes.com/sorry-that-key-does-not-appear-to-be-valid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Database &#8211; Backup and Restore</title>
		<link>http://www.lifestrikes.com/wordpress-database-backup-and-restore/</link>
		<comments>http://www.lifestrikes.com/wordpress-database-backup-and-restore/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 12:27:07 +0000</pubDate>
		<dc:creator>Raghu</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.lifestrikes.com/?p=290</guid>
		<description><![CDATA[

List of Wordpress Database related articles

Wordpress Database Backup and Restore &#8211; Quick Online Tips
Daily Wordpress Database Backup Quick Online Tips
Blog Backup Strategy David Risley
Manual wordpress Database Backup



Related posts:[Fixed] 2.8.6 to 2.9 Worpress Database Upgrade Required &#8211; Failed
9 Things To Do Before Ugrading Wordpress
How to Change Wordpress Theme Editing MySql Tables



Related posts:<ol><li><a href='http://www.lifestrikes.com/286-to-2-9-wordpress-upgrade-failed/' rel='bookmark' title='Permanent Link: [Fixed] 2.8.6 to 2.9 Worpress Database Upgrade Required &#8211; Failed'>[Fixed] 2.8.6 to 2.9 Worpress Database Upgrade Required &#8211; Failed</a></li>
<li><a href='http://www.lifestrikes.com/9-things-to-do-before-ugrading-wordpress/' rel='bookmark' title='Permanent Link: 9 Things To Do Before Ugrading Wordpress'>9 Things To Do Before Ugrading Wordpress</a></li>
<li><a href='http://www.lifestrikes.com/how-to-change-wordpress-theme-from-mysql/' rel='bookmark' title='Permanent Link: How to Change Wordpress Theme Editing MySql Tables'>How to Change Wordpress Theme Editing MySql Tables</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>List of Wordpress Database related articles</p>
<ul>
<li><a href="http://www.quickonlinetips.com/archives/2009/10/backup-restore-wordpress-database/">Wordpress Database Backup and Restore</a> &#8211; Quick Online Tips</li>
<li><a href="http://www.quickonlinetips.com/archives/2009/06/daily-backup-wordpress-blog-mysql-database/">Daily Wordpress Database Backup</a> Quick Online Tips</li>
<li><a href="http://www.davidrisley.com/2009/02/10/blog-backup-strategy/">Blog Backup Strategy</a> David Risley</li>
<li><a href="http://wphacks.com/how-to-manually-backing-up-your-wordpress-blog/">Manual wordpress Database Backup</a></li>
</ul>


<p>Related posts:<ol><li><a href='http://www.lifestrikes.com/286-to-2-9-wordpress-upgrade-failed/' rel='bookmark' title='Permanent Link: [Fixed] 2.8.6 to 2.9 Worpress Database Upgrade Required &#8211; Failed'>[Fixed] 2.8.6 to 2.9 Worpress Database Upgrade Required &#8211; Failed</a></li>
<li><a href='http://www.lifestrikes.com/9-things-to-do-before-ugrading-wordpress/' rel='bookmark' title='Permanent Link: 9 Things To Do Before Ugrading Wordpress'>9 Things To Do Before Ugrading Wordpress</a></li>
<li><a href='http://www.lifestrikes.com/how-to-change-wordpress-theme-from-mysql/' rel='bookmark' title='Permanent Link: How to Change Wordpress Theme Editing MySql Tables'>How to Change Wordpress Theme Editing MySql Tables</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifestrikes.com/wordpress-database-backup-and-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
