<?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>An Expert Marketer &#187; Wordpress How To</title>
	<atom:link href="http://expert-marketer.com/category/wordpress-how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://expert-marketer.com</link>
	<description>&#34;Web Site Marketing Firm in Mesa/Phoenix&#34;</description>
	<lastBuildDate>Tue, 01 Sep 2009 19:25:50 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Delete WordPress Revisions</title>
		<link>http://expert-marketer.com/wordpress-how-to/how-to-delete-wordpress-revisions.html</link>
		<comments>http://expert-marketer.com/wordpress-how-to/how-to-delete-wordpress-revisions.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:25:13 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Wordpress How To]]></category>

		<guid isPermaLink="false">http://expert-marketer.com/?p=564</guid>
		<description><![CDATA[You can Delete WordPress Revisions easily by using a SQL statement:


DELETE a,b,c
FROM wp_posts a
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)
WHERE a.post_type = 'revision'


Tested on WordPress 2.8.4
]]></description>
		<wfw:commentRss>http://expert-marketer.com/wordpress-how-to/how-to-delete-wordpress-revisions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Meta Generator for Wordpress</title>
		<link>http://expert-marketer.com/wordpress-how-to/remove-meta-generator-for-wordpress.html</link>
		<comments>http://expert-marketer.com/wordpress-how-to/remove-meta-generator-for-wordpress.html#comments</comments>
		<pubDate>Wed, 19 Aug 2009 23:41:14 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Wordpress How To]]></category>

		<guid isPermaLink="false">http://expert-marketer.com/?p=557</guid>
		<description><![CDATA[In the core functions.php file of your theme, add this right before the last ?&#62;
remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;);
This will remove the wp version header information that hackers can use to determine what weaknesses you have.   By adding that line, the fingerprint they search for is not present in your wordpress install.
]]></description>
		<wfw:commentRss>http://expert-marketer.com/wordpress-how-to/remove-meta-generator-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Formatter</title>
		<link>http://expert-marketer.com/wordpress-how-to/css-formatter.html</link>
		<comments>http://expert-marketer.com/wordpress-how-to/css-formatter.html#comments</comments>
		<pubDate>Sat, 08 Aug 2009 05:01:02 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Wordpress How To]]></category>

		<guid isPermaLink="false">http://expert-marketer.com/?p=524</guid>
		<description><![CDATA[So you get a new wordpress theme and the CSS formatting is toast.   The theme css has  too many spaces, or inconsistent tab/space and you can&#8217;t figure out what the heck they were thinking.   Well, troubleshooting a mess of CSS code can be difficult unless you have a way to [...]]]></description>
		<wfw:commentRss>http://expert-marketer.com/wordpress-how-to/css-formatter.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Security Hacks</title>
		<link>http://expert-marketer.com/wordpress-how-to/wordpress-security-hacks.html</link>
		<comments>http://expert-marketer.com/wordpress-how-to/wordpress-security-hacks.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:42:23 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Wordpress How To]]></category>

		<guid isPermaLink="false">http://expert-marketer.com/?p=426</guid>
		<description><![CDATA[Wordpress Security Hacks
Wordpress Security should be on your mind if you have a wordpress site.  99% of wordpress installations are not secure, especially if they are on a shared hosting solution.

Here are a few ways you can secure your wordpress installation a bit more than the &#8220;other guy&#8221;.   Generally unless there is [...]]]></description>
		<wfw:commentRss>http://expert-marketer.com/wordpress-how-to/wordpress-security-hacks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Wordpress Revisions</title>
		<link>http://expert-marketer.com/wordpress-how-to/disable-wordpress-revisions.html</link>
		<comments>http://expert-marketer.com/wordpress-how-to/disable-wordpress-revisions.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 20:59:59 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Wordpress How To]]></category>

		<guid isPermaLink="false">http://expert-marketer.com/?p=428</guid>
		<description><![CDATA[Revisions are good for multiple authors but confuse most of my clients and they clog up the database too.   
To disable wordpress revisions, add this to your wp-config file:

define(&#8216;WP_POST_REVISIONS&#8217;, false);
]]></description>
		<wfw:commentRss>http://expert-marketer.com/wordpress-how-to/disable-wordpress-revisions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
