<?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>Answer My Searches &#187; WordPress</title>
	<atom:link href="http://www.answermysearches.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.answermysearches.com</link>
	<description>Answers to everything I search for, every day</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:27:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress got Really Slow All of a Sudden &#8211; Things to Try</title>
		<link>http://www.answermysearches.com/wordpress-got-really-slow-all-of-a-sudden-things-to-try/456/</link>
		<comments>http://www.answermysearches.com/wordpress-got-really-slow-all-of-a-sudden-things-to-try/456/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 15:34:05 +0000</pubDate>
		<dc:creator>Greg Pinero (Primary Searcher)</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.answermysearches.com/?p=456</guid>
		<description><![CDATA[.!.
A couple days ago this blog got painfully slow.  It was working fine for years and then it just started taking up to five minutes to load a page.
Here is the first thing I tried:
You can try deactivating all of your plugins.  If that fixes it then go reactivate your plugins one by [...]]]></description>
			<content:encoded><![CDATA[<div style="display:none">.!.</div>
<p>A couple days ago this blog got painfully slow.  It was working fine for years and then it just started taking up to five minutes to load a page.</p>
<p>Here is the first thing I tried:</p>
<p>You can try deactivating all of your plugins.  If that fixes it then go reactivate your plugins one by one testing your site each time to determine which one is the culprit.</p>
<p>In my case plugins weren&#8217;t the issue.  Somehow my theme had started making it slow (no idea how!).  So I switched to a new theme and everything got better.<br />
<form style="display:none"><a href="http://utero.pe/?city_of_joy">City of Joy ipod</a></form>
]]></content:encoded>
			<wfw:commentRss>http://www.answermysearches.com/wordpress-got-really-slow-all-of-a-sudden-things-to-try/456/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MySQLDump When Your Password Has an Ampersand</title>
		<link>http://www.answermysearches.com/using-mysqldump-when-your-password-has-an-ampersand/278/</link>
		<comments>http://www.answermysearches.com/using-mysqldump-when-your-password-has-an-ampersand/278/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 06:41:41 +0000</pubDate>
		<dc:creator>Greg Pinero (Primary Searcher)</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.answermysearches.com/using-mysqldump-when-your-password-has-an-ampersand/278/</guid>
		<description><![CDATA[&#8211;
Apparently Bash doesn&#8217;t like ampersands (&#038;) within your commands.  So when I tried to run Mysqldump with my new password with an ampersand I got this dumb error:
mysqldump -uusername -ppass&#038;word --host=elite.db --add-drop-database --add-drop-table --hex-blob --all-databases

-bash: word: command not found
Usage: mysqldump [OPTIONS] database [tables]
OR     mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]
OR [...]]]></description>
			<content:encoded><![CDATA[<p>&#8211;<br />
Apparently Bash doesn&#8217;t like ampersands (&#038;) within your commands.  So when I tried to run Mysqldump with my new password with an ampersand I got this dumb error:<br />
<code>mysqldump -uusername -ppass&#038;word --host=elite.db --add-drop-database --add-drop-table --hex-blob --all-databases</code><br />
<code><br />
-bash: word: command not found<br />
Usage: mysqldump [OPTIONS] database [tables]<br />
OR     mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]<br />
OR     mysqldump [OPTIONS] --all-databases [OPTIONS]<br />
For more options, use mysqldump --help</code></p>
<p>Anyway, the trick (<a href="http://eight.pairlist.net/pipermail/geeklog-users/2003-October/000599.html">as I graciously learned here</a>) is to use the longer <code>--password</code> option and to enclose the password in escaped quotes as so:<br />
<code>mysqldump -uusername --password=\"pass&#038;word\" --host=elite.db --add-drop-database --add-drop-table --hex-blob --all-databases</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.answermysearches.com/using-mysqldump-when-your-password-has-an-ampersand/278/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Your Blog Showing Incoming Trackbacks?  An Easy Way to Check</title>
		<link>http://www.answermysearches.com/is-your-blog-showing-incoming-trackbacks-an-easy-way-to-check/156/</link>
		<comments>http://www.answermysearches.com/is-your-blog-showing-incoming-trackbacks-an-easy-way-to-check/156/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 05:02:01 +0000</pubDate>
		<dc:creator>Greg Pinero (Primary Searcher)</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.answermysearches.com/index.php/is-your-blog-showing-incoming-trackbacks-an-easy-way-to-check/156/</guid>
		<description><![CDATA[Believe it or not there is a WordPress blog set up for the explicit purpose of testing trackbacks.
To Test:
Simply go on over there.
The sidebar there has the login info.
Log in and make a quick post with the trackback info for your own post you want to test.
Read this guide to make sure you are setting [...]]]></description>
			<content:encoded><![CDATA[<p>Believe it or not there is a <a href="http://www.tamba2.org.uk/wordpress/TestTrack/">WordPress blog set up for the explicit purpose of testing trackbacks</a>.<br />
<strong>To Test:</strong><br />
<a href="http://www.tamba2.org.uk/wordpress/TestTrack/">Simply go on over there.</a><br />
The sidebar there has the login info.<br />
Log in and make a quick post with the trackback info for your own post you want to test.</p>
<p><a href="http://www.tamba2.org.uk/wordpress/ping/">Read this guide</a> to make sure you are setting up your test post right.</p>
<p>And then I believe you sit and wait umm, 4-12 hours*.  If you don&#8217;t see a trackback, your <a href="http://www.answermysearches.com/index.php/an-effective-solution-to-trackback-spam-in-wordpress-blogs/107/">trackback spam solution</a> is blocking it or something else is wrong.  <a href="http://wordpress.org/support/topic/54145">This site will put you on the right path to fixing your problem</a> at least for WordPress.</p>
<p><em>*I don&#8217;t know exactly how long a trackback should take to appear.  Perhaps an experienced reader can fill us in?</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.answermysearches.com/is-your-blog-showing-incoming-trackbacks-an-easy-way-to-check/156/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Effective Solution to Trackback Spam in WordPress Blogs</title>
		<link>http://www.answermysearches.com/an-effective-solution-to-trackback-spam-in-wordpress-blogs/107/</link>
		<comments>http://www.answermysearches.com/an-effective-solution-to-trackback-spam-in-wordpress-blogs/107/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 04:01:31 +0000</pubDate>
		<dc:creator>Greg Pinero (Primary Searcher)</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.answermysearches.com/index.php/an-effective-solution-to-trackback-spam-in-wordpress-blogs/107/</guid>
		<description><![CDATA[You may not know it but a few months ago I had an embarrassing problem with trackback spam.  I searched around in anguish and finally settled on this wonderful WordPress plugin as the solution:
The Trackback Validator Plugin
Here&#8217;s the description from the homepage.  The logic makes sense to me:
The TrackBack Validator plugin for WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>You may not know it but a few months ago I had an embarrassing problem with trackback spam.  I searched around in anguish and finally settled on this wonderful WordPress plugin as the solution:</p>
<p><a href="http://seclab.cs.rice.edu/proj/trackback/trackback-validator-plugin/">The Trackback Validator Plugin</a></p>
<p>Here&#8217;s the description from the homepage.  The logic makes sense to me:</p>
<blockquote><p>The TrackBack Validator plugin for WordPress performs a simple but very effective test on all TrackBacks in order to stop spam.</p>
<p>Legitimate TrackBacks are sent by people commenting on your weblog, accompanied by a URL that points to that commentary. Spam TrackBacks are accompanied by a URL that points to a pay-per-click affiliate website or other irrelevant material. The Validator exploits this key difference:</p>
<p>   1. When a TrackBack is received, the plugin retrieves the Web page located at the URL included in the TrackBack.<br />
   2. If the page contains a link to your weblog, the TrackBack is approved.<br />
   3. If the page does not link to your weblog, the TrackBack is flagged as spam and rejected.</p>
<p>Because TrackBack spammers do not set up custom Web pages linking to the weblogs they attack, this simple test will quickly reveal illegitimate Trackbacks.</p>
<p>We are actively developing additional heuristics to add to the plugin; if you observe TrackBack spam that makes it past this plugin, please let us know.</p></blockquote>
<p><em>Note: I waited 3 months + after installing this plugin to post about it because I wanted to make sure it truly worked.  And it has, I haven&#8217;t gotten a single trackback spam since.</em></p>
<p>[tags]Trackback, trackbacks, trackback spam, trackback spam prevention, wordpress, wordpress trackback[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.answermysearches.com/an-effective-solution-to-trackback-spam-in-wordpress-blogs/107/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Your WordPress Titles to [document title] &#8212; [site title] Format</title>
		<link>http://www.answermysearches.com/changing-your-wordpress-titles-to-document-title-site-title-format/92/</link>
		<comments>http://www.answermysearches.com/changing-your-wordpress-titles-to-document-title-site-title-format/92/#comments</comments>
		<pubDate>Sun, 23 Apr 2006 20:49:17 +0000</pubDate>
		<dc:creator>Greg Pinero (Primary Searcher)</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.answermysearches.com/index.php/changing-your-wordpress-titles-to-document-title-site-title-format/92/</guid>
		<description><![CDATA[For search engine optimization purposes]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://dottactics.blogspot.com/2006/03/21-fastest-seo-tips.html">SEO tips post</a>, for tip number 2 says:</p>
<blockquote><p>Short relevant TITLE = must. Don&#8217;t put &#8220;news&#8221;, &#8220;home page&#8221;, or other such stuff in the title tag. Format: [document title] &#8211; [site title]</p></blockquote>
<p>So, assuming this advice is valid, I went ahead and made the change to this website.  Here&#8217;s how I did it in case anyone else finds it non-obvious.<br />
<span id="more-92"></span><br />
First I&#8217;ll show you the new code to use and then I&#8217;ll walk you through how to use it.</p>
<p>Here is the new code:</p>
<pre>
&lt;title&gt;&lt;?php if ( is_home() ) { bloginfo('name'); ?&gt;&amp;raquo; &lt;?php bloginfo('description'); } else {wp_title(' ');if(wp_title(' ', false)) { echo '--'; }bloginfo('name');} ?&gt;&lt;/title&gt;
</pre>
<p><em>(Sorry about having no new lines, I&#8217;m PHP naive and don&#8217;t know how that would affect things.)</em></p>
<p>Here&#8217;s how to change it in your own WordPress blog.</p>
<p>First copy that code into your clipboard.</p>
<p>Next follow the steps illustrated in these pictures:</p>
<p>Go to your blog:<br />
<a class="imagelink" href="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title0.png" title="Changing WordPress Title0.png"><img id="image86" src="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title0.thumbnail.png" alt="Changing WordPress Title0.png" height="96" width="103" /></a></p>
<p>Go to the administration area:<br />
<a class="imagelink" href="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title1.png" title="Changing WordPress Title1.png"><img id="image87" src="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title1.thumbnail.png" alt="Changing WordPress Title1.png" height="96" width="103" /></a></p>
<p>Select Presentation:<br />
<a class="imagelink" href="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title2.png" title="Changing WordPress Title2.png"><img id="image88" src="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title2.thumbnail.png" alt="Changing WordPress Title2.png" height="96" width="103" /></a></p>
<p>Select Theme Editor:<br />
<a class="imagelink" href="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title3.png" title="Changing WordPress Title3.png"><img id="image89" src="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title3.thumbnail.png" alt="Changing WordPress Title3.png" height="96" width="103" /></a></p>
<p>Select the Header file:<br />
<a class="imagelink" href="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title4.png" title="Changing WordPress Title4.png"><img id="image90" src="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title4.thumbnail.png" alt="Changing WordPress Title4.png" height="96" width="103" /></a></p>
<p>Replace the title code:<br />
<a class="imagelink" href="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title5.png" title="Changing WordPress Title5.png"><img id="image91" src="http://www.answermysearches.com/wp-content/uploads/2006/04/Changing%20WordPress%20Title5.thumbnail.png" alt="Changing WordPress Title5.png" height="96" width="103" /></a></p>
<p>Finally, hit the update file button on the same page, and you&#8217;re done.</p>
<p><strong>Details</strong><br />
If you&#8217;re curious how the code works, it says, if it&#8217;s the homepage, print blog name followed by blog description, otherwise print document title followed by &#8212; followed by blog name and if the document title is blank, just print the blog name, i.e. no &#8211;.</p>
<p>If you are wanting to make your own code, this <a href="http://codex.wordpress.org/Template_Tags/wp_title">WordPress documentation page dealing with wp title</a> should help.</p>
<p>[tags]wordpress, wordpress and seo, wordpress seo, title, tutortial, howto[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.answermysearches.com/changing-your-wordpress-titles-to-document-title-site-title-format/92/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

