<?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>Barton Consulting - SEO, Web Design, Programming &#187; Wordpress</title>
	<atom:link href="http://www.bartonseo.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bartonseo.com</link>
	<description>Search Engine Optimization (SEO), Website Design, Web Hosting, and Web Application Development</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:39:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to create a &#8220;Logout&#8221; button in WordPress?</title>
		<link>http://www.bartonseo.com/coding-tips/how-to-create-a-logout-button-in-wordpress/</link>
		<comments>http://www.bartonseo.com/coding-tips/how-to-create-a-logout-button-in-wordpress/#comments</comments>
		<pubDate>Wed, 20 May 2009 18:24:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bartonseo.com/?p=556</guid>
		<description><![CDATA[The following is some PHP code to add a Login and Logout link to a Wordpress Theme. Or in other words, toggling the logout/login button in Wordpress.   Making it so that logged in site visitors see a logout button and not logged in visitors see a login button.

&#60;?php if (is_user_logged_in()) : ?&#62;
&#60;a href="&#60;?php echo [...]]]></description>
		<wfw:commentRss>http://www.bartonseo.com/coding-tips/how-to-create-a-logout-button-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wordpress SEO Tips</title>
		<link>http://www.bartonseo.com/seo/wordpress-seo-tips/wordpress-seo-tips/</link>
		<comments>http://www.bartonseo.com/seo/wordpress-seo-tips/wordpress-seo-tips/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 16:58:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress SEO Tips]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://barsult.com/?p=21</guid>
		<description><![CDATA[
Remove &#38;raquo; from your Wordpress title
Change calls to wp_title() to wp_title(&#8221;).  Depending on your wordpress theme, you may also want to move  the wp_title to be right after the &#60;title&#62; start tag

Add noindex to Archives to Avoid duplicate content issues.  An easy hack is to add the following code into your header.php file.
&#60;?php if(is_archive()){ ?&#62;&#60;meta [...]]]></description>
		<wfw:commentRss>http://www.bartonseo.com/seo/wordpress-seo-tips/wordpress-seo-tips/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
