<?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>Ask me Questions and get Answers ! &#187; WordPress</title>
	<atom:link href="http://askmetoo.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://askmetoo.com</link>
	<description>Ask Questions and get Answers About everything for free!</description>
	<lastBuildDate>Wed, 07 Jul 2010 15:41:05 +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 get all spam comets from Wordpress blog ?</title>
		<link>http://askmetoo.com/how-to-get-all-spam-comets-from-wordpress-blog.htm</link>
		<comments>http://askmetoo.com/how-to-get-all-spam-comets-from-wordpress-blog.htm#comments</comments>
		<pubDate>Fri, 25 Sep 2009 12:13:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=126</guid>
		<description><![CDATA[Run this code from phpmyadmin

1
2
3
 SELECT *
FROM `wp_comments`
WHERE `comment_approved` LIKE 'spam'

]]></description>
			<content:encoded><![CDATA[<p>Run this code from phpmyadmin</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="mysql" style="font-family:monospace;"> <span style="color: #990099; font-weight: bold;">SELECT</span> <span style="color: #CC0099;">*</span>
<span style="color: #990099; font-weight: bold;">FROM</span> <span style="color: #008000;">`wp<span style="color: #008080; font-weight: bold;">_</span>comments`</span>
<span style="color: #990099; font-weight: bold;">WHERE</span> <span style="color: #008000;">`comment<span style="color: #008080; font-weight: bold;">_</span>approved`</span> <span style="color: #CC0099; font-weight: bold;">LIKE</span> <span style="color: #008000;">'spam'</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-get-all-spam-comets-from-wordpress-blog.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO description for wordpress categories</title>
		<link>http://askmetoo.com/seo-description-for-wordpress-categories.htm</link>
		<comments>http://askmetoo.com/seo-description-for-wordpress-categories.htm#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Place]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=101</guid>
		<description><![CDATA[please open header php in template
and replace title
&#60;title&#62;
&#60;?php if (is_category()) { echo strip_tags(category_description());   }
else{
wp_title(&#8216;&#38;laquo;&#8217;, true, &#8216;right&#8217;); ?&#62; &#60;?php bloginfo(&#8216;name&#8217;);
}
?&#62;&#60;/title&#62;
]]></description>
			<content:encoded><![CDATA[<p>please open header php in template<br />
and replace title</p>
<p><strong>&lt;title&gt;<br />
&lt;?php if (is_category()) { echo strip_tags(category_description());   }<br />
else{<br />
wp_title(&#8216;&amp;laquo;&#8217;, true, &#8216;right&#8217;); ?&gt; &lt;?php bloginfo(&#8216;name&#8217;);<br />
}<br />
?&gt;&lt;/title&gt;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/seo-description-for-wordpress-categories.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to FAST inslall coomands WordPress Lecactus Edition</title>
		<link>http://askmetoo.com/how-to-fast-inslall-coomands-wordpress-lecactus-edition.htm</link>
		<comments>http://askmetoo.com/how-to-fast-inslall-coomands-wordpress-lecactus-edition.htm#comments</comments>
		<pubDate>Fri, 06 Feb 2009 18:57:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://askmetoo.com/2009/02/06/how-to-fast-inslall-coomands-wordpress-lecactus-edition/</guid>
		<description><![CDATA[
wget http://lecactus.ru/download-manager.php?id=467
or 
wget http://lecactus.ru/download-manager.php?id=491
unzip wordpress*
rm wordpress*.zip
rm *.html
rm *.txt
cp -r wordpress/. public_html/
rm -r wordpress/
chmod g+w ./public_html/
chmod g+w ./public_html/wp-content/uploads/

also upgrade /wp-admin/options-privacy.php?updated=true
]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>lecactus.ru<span style="color: #000000; font-weight: bold;">/</span>download-manager.php?<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">id</span></span>=<span style="color: #000000;">467</span>
or 
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>lecactus.ru<span style="color: #000000; font-weight: bold;">/</span>download-manager.php?<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">id</span></span>=<span style="color: #000000;">491</span>
<span style="color: #c20cb9; font-weight: bold;">unzip</span> wordpress<span style="color: #000000; font-weight: bold;">*</span>
<span style="color: #c20cb9; font-weight: bold;">rm</span> wordpress<span style="color: #000000; font-weight: bold;">*</span>.zip
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #000000; font-weight: bold;">*</span>.html
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #000000; font-weight: bold;">*</span>.txt
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-r</span> wordpress<span style="color: #000000; font-weight: bold;">/</span>. public_html<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-r</span> wordpress<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>public_html<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>public_html<span style="color: #000000; font-weight: bold;">/</span>wp-content<span style="color: #000000; font-weight: bold;">/</span>uploads<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>also upgrade /wp-admin/options-privacy.php?updated=true</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-fast-inslall-coomands-wordpress-lecactus-edition.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
