<?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>WordPress Support</title>
	<atom:link href="http://wordpress.exaspring.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.exaspring.com</link>
	<description>WordPress Experts At Work</description>
	<lastBuildDate>Mon, 24 May 2010 20:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to publish your posts from Google Docs?</title>
		<link>http://wordpress.exaspring.com/knowledge-base/how-to-publish-your-posts-from-google-docs/</link>
		<comments>http://wordpress.exaspring.com/knowledge-base/how-to-publish-your-posts-from-google-docs/#comments</comments>
		<pubDate>Mon, 24 May 2010 20:43:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://wordpress.exaspring.com/?p=3315</guid>
		<description><![CDATA[How to publish your posts from Google Docs? Yes, you can publish your posts from Google docs. Well, I still prefer wordpress it self, because of its customable features. You can publish your google documents using the following steps: 1) Go to Google Docs and sign in to your account. 2) Write or compose your ...


Related posts:<ol><li><a href='http://wordpress.exaspring.com/knowledge-base/how-to-digg-your-wordpress-post/' rel='bookmark' title='Permanent Link: How to Digg your wordpress post?'>How to Digg your wordpress post?</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/how-to-import-posts-from-other-blog-in-wordpress/' rel='bookmark' title='Permanent Link: How to Import posts from other blog in WordPress:'>How to Import posts from other blog in WordPress:</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/how-to-split-posts-with-the-more-tags/' rel='bookmark' title='Permanent Link: How To Split Posts with the More Tags?'>How To Split Posts with the More Tags?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://wordpress.exaspring.com/knowledge-base/how-to-publish-your-posts-from-google-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upgrade wordpress from Unix Shell?</title>
		<link>http://wordpress.exaspring.com/knowledge-base/how-to-upgrade-wordpress-from-unix-shell/</link>
		<comments>http://wordpress.exaspring.com/knowledge-base/how-to-upgrade-wordpress-from-unix-shell/#comments</comments>
		<pubDate>Mon, 24 May 2010 20:36:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://wordpress.exaspring.com/?p=3309</guid>
		<description><![CDATA[How to upgrade wordpress from Unix Shell? 1) Backup existing database and wordpress directory Lets take an example of 28Nov2006. Type the following commands at shell prompt: $ mkdir /backup/wp/28nov2006 $ mysqldump -u user -p WP-DATABASENAME > /backup/wp/28nov2006/blog.db.sql $ tar -zcvf /backup/wp/28nov2006.tar.gz /var/www/html/blog 2) Download latest wordpress CMS $ cd /tmp $ wget http://wordpress.org/latest.zip $ ...


No related posts.]]></description>
		<wfw:commentRss>http://wordpress.exaspring.com/knowledge-base/how-to-upgrade-wordpress-from-unix-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to wordpress database: wp_posts</title>
		<link>http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_posts/</link>
		<comments>http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_posts/#comments</comments>
		<pubDate>Mon, 24 May 2010 20:27:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[custom queries]]></category>
		<category><![CDATA[databse description]]></category>
		<category><![CDATA[the loop]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress database]]></category>
		<category><![CDATA[wp_insert_posts]]></category>
		<category><![CDATA[wp_posts]]></category>

		<guid isPermaLink="false">http://wordpress.exaspring.com/?p=3305</guid>
		<description><![CDATA[Well, this is the most important table in wordpress structure. It stores all the posts, and some post related data. The structure is mentioned below: Field Type Null Key Default Extra ID bigint(20) unsigned PRI &#38; IND Pt4 auto_increment post_author bigint(20) unsigned 0 FK-&#62;wp_users.ID post_date datetime IND Pt3 0000-00-00 00:00:00 post_date_gmt datetime 0000-00-00 00:00:00 post_content ...


Related posts:<ol><li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_comments/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database: wp_comments'>Introduction to WordPress Database: wp_comments</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_links/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database: wp_links'>Introduction to WordPress Database: wp_links</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_users/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database: wp_users'>Introduction to WordPress Database: wp_users</a></li>
</ol>]]></description>
		<wfw:commentRss>http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to webhooks for wordpress.com</title>
		<link>http://wordpress.exaspring.com/wordpress-news/introduction-to-webhooks-for-wordpress-com/</link>
		<comments>http://wordpress.exaspring.com/wordpress-news/introduction-to-webhooks-for-wordpress-com/#comments</comments>
		<pubDate>Sun, 23 May 2010 13:40:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress News]]></category>

		<guid isPermaLink="false">http://wordpress.exaspring.com/?p=3301</guid>
		<description><![CDATA[Introduction to webhooks for wordpress.com Webhooks lets you easily develop push notifications. This push notification is simply a HTTP POST, that is triggered by some action. This is a feature aimed for developers who want to get data from actions (like when a new comment is submitted) that occur on a blog. Only admin level ...


Related posts:<ol><li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_postmeta/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database: wp_postmeta'>Introduction to WordPress Database: wp_postmeta</a></li>
</ol>]]></description>
		<wfw:commentRss>http://wordpress.exaspring.com/wordpress-news/introduction-to-webhooks-for-wordpress-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Theme on wordpress.com: Notepad</title>
		<link>http://wordpress.exaspring.com/wordpress-news/new-theme-on-wordpress-com-notepad/</link>
		<comments>http://wordpress.exaspring.com/wordpress-news/new-theme-on-wordpress-com-notepad/#comments</comments>
		<pubDate>Sun, 23 May 2010 13:36:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress News]]></category>

		<guid isPermaLink="false">http://wordpress.exaspring.com/wordpress-news/new-theme-on-wordpress-com-notepad/</guid>
		<description><![CDATA[New Theme on wordpress.com: Notepad With Notepad you have the option of displaying expertly designed icons that link to your profile on Twitter, Facebook or Flickr. Simply add the appropriate URL in Appearance &#62; Theme Options. There’s even an optional RSS feed icon that fits in perfectly. The Notepad theme is available in your WordPress.com ...


Related posts:<ol><li><a href='http://wordpress.exaspring.com/knowledge-base/difference-between-gpl-and-ccl-theme/' rel='bookmark' title='Permanent Link: Difference Between GPL and CCL Theme'>Difference Between GPL and CCL Theme</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/what-is-a-wordpress-theme-framework/' rel='bookmark' title='Permanent Link: What is a wordpress theme framework?'>What is a wordpress theme framework?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://wordpress.exaspring.com/wordpress-news/new-theme-on-wordpress-com-notepad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using gravatar for the post author in wordpress posts</title>
		<link>http://wordpress.exaspring.com/knowledge-base/using-gravatar-for-the-post-author-in-wordpress-posts/</link>
		<comments>http://wordpress.exaspring.com/knowledge-base/using-gravatar-for-the-post-author-in-wordpress-posts/#comments</comments>
		<pubDate>Sun, 09 May 2010 10:22:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[author link]]></category>
		<category><![CDATA[author page]]></category>
		<category><![CDATA[author template]]></category>
		<category><![CDATA[gravatar]]></category>

		<guid isPermaLink="false">http://wordpress.exaspring.com/?p=3287</guid>
		<description><![CDATA[Using gravatar for the post author in wordpress posts: We have many times used to display post author’s details in each post, like author name, link to authors template. But what about displaying your gravatar? Cool, right ? Well, its very easy. In your theme’s template, use this code: &#60;?php echo get_avatar( get_the_author_email(), '80' ); ...


Related posts:<ol><li><a href='http://wordpress.exaspring.com/knowledge-base/how-to-split-posts-with-the-more-tags/' rel='bookmark' title='Permanent Link: How To Split Posts with the More Tags?'>How To Split Posts with the More Tags?</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/how-to-digg-your-wordpress-post/' rel='bookmark' title='Permanent Link: How to Digg your wordpress post?'>How to Digg your wordpress post?</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/function-reference-wp_login_form/' rel='bookmark' title='Permanent Link: Function Reference: wp_login_form'>Function Reference: wp_login_form</a></li>
</ol>]]></description>
		<wfw:commentRss>http://wordpress.exaspring.com/knowledge-base/using-gravatar-for-the-post-author-in-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to WordPress Database: wp_links</title>
		<link>http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_links/</link>
		<comments>http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_links/#comments</comments>
		<pubDate>Sun, 09 May 2010 09:57:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[database structure]]></category>
		<category><![CDATA[manage links]]></category>
		<category><![CDATA[OPML]]></category>
		<category><![CDATA[OPML format]]></category>
		<category><![CDATA[wordpress database]]></category>
		<category><![CDATA[wp_terms]]></category>

		<guid isPermaLink="false">http://wordpress.exaspring.com/?p=3284</guid>
		<description><![CDATA[In the structure of wordpress database, this is the LEAST used table as we rarely manage links, in fact categories links. This table provides ability to manage links, category wise, and then we can display them a widget, export or import them in an OPML format etc. The database structure is as follows: Table: wp_links ...


Related posts:<ol><li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_terms/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database:  wp_terms'>Introduction to WordPress Database:  wp_terms</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_comments/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database: wp_comments'>Introduction to WordPress Database: wp_comments</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_posts/' rel='bookmark' title='Permanent Link: Introduction to wordpress database: wp_posts'>Introduction to wordpress database: wp_posts</a></li>
</ol>]]></description>
		<wfw:commentRss>http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to WordPress Database:  wp_terms</title>
		<link>http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_terms/</link>
		<comments>http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_terms/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:22:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[taxonomy]]></category>
		<category><![CDATA[terms]]></category>
		<category><![CDATA[wordpress database]]></category>
		<category><![CDATA[wordpress taxonomy]]></category>
		<category><![CDATA[wp_terms]]></category>

		<guid isPermaLink="false">http://wordpress.exaspring.com/?p=3243</guid>
		<description><![CDATA[Introduction to WordPress Database:  wp_terms To categorize and manage posts and other contents, wordpress uses various taxonomies like categories, tags and link categories. These taxonomies are saved in wp_terms table. The type of the taxonomy (weather it is category or tag) is saved in wp_ term_taxonomy. The table structure is as follows: Field Type Null ...


Related posts:<ol><li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_links/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database: wp_links'>Introduction to WordPress Database: wp_links</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_comments/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database: wp_comments'>Introduction to WordPress Database: wp_comments</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_users/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database: wp_users'>Introduction to WordPress Database: wp_users</a></li>
</ol>]]></description>
		<wfw:commentRss>http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_terms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Function Reference: wp_login_form</title>
		<link>http://wordpress.exaspring.com/knowledge-base/function-reference-wp_login_form/</link>
		<comments>http://wordpress.exaspring.com/knowledge-base/function-reference-wp_login_form/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 07:21:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[wordpress functions]]></category>
		<category><![CDATA[wordpress login form]]></category>
		<category><![CDATA[wp_login_form]]></category>

		<guid isPermaLink="false">http://wordpress.exaspring.com/?p=3234</guid>
		<description><![CDATA[Function Reference: wp_login_form Here, we will give a shot to the newly introduced function wp_login_form. By default, this function “echos”  a login form in your template. You can pass an argument echo' =&#62; false to return a string instead. You also need to pass several other arguments to this function. Use &#60;?php wp_login_form( $args ); ?&#62; ...


Related posts:<ol><li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_options/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database: wp_options'>Introduction to WordPress Database: wp_options</a></li>
<li><a href='http://wordpress.exaspring.com/knowledge-base/introduction-to-wordpress-database-wp_usermeta/' rel='bookmark' title='Permanent Link: Introduction to WordPress Database: wp_usermeta'>Introduction to WordPress Database: wp_usermeta</a></li>
</ol>]]></description>
		<wfw:commentRss>http://wordpress.exaspring.com/knowledge-base/function-reference-wp_login_form/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Beta version released!!</title>
		<link>http://wordpress.exaspring.com/knowledge-base/wordpress-3-0-beta-version-released/</link>
		<comments>http://wordpress.exaspring.com/knowledge-base/wordpress-3-0-beta-version-released/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 16:42:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://wordpress.exaspring.com/?p=3230</guid>
		<description><![CDATA[WordPress 3.0 Beta version released!! WordPress 3.0 beta version has been released for testers. They said, they are still finishing some stuffs, but developers and testers can download and test it. Some important changes are: 1) Custom menus added. 2) The default theme changed. Now, instead of two themes(default and classing), there is only one ...


Related posts:<ol><li><a href='http://wordpress.exaspring.com/knowledge-base/check-wordpress-plugin-compatibility-before-upgrading/' rel='bookmark' title='Permanent Link: Check WordPress Plugin Compatibility before Upgrading/Installing'>Check WordPress Plugin Compatibility before Upgrading/Installing</a></li>
<li><a href='http://wordpress.exaspring.com/wordpress-news/wordpress-2-8-2-released/' rel='bookmark' title='Permanent Link: WordPress 2.8.2 Released!'>WordPress 2.8.2 Released!</a></li>
<li><a href='http://wordpress.exaspring.com/wordpress-news/wordpress-2-8-5-released/' rel='bookmark' title='Permanent Link: WordPress 2.8.5 Released!'>WordPress 2.8.5 Released!</a></li>
</ol>]]></description>
		<wfw:commentRss>http://wordpress.exaspring.com/knowledge-base/wordpress-3-0-beta-version-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
