<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: All on one SEO and Thesis wordpress Theme</title>
	<atom:link href="http://www.shoutmeloud.com/all-on-one-seo-and-thesis-wordpress-theme.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shoutmeloud.com/all-on-one-seo-and-thesis-wordpress-theme.html</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 18:47:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Harsh Agrawal</title>
		<link>http://www.shoutmeloud.com/all-on-one-seo-and-thesis-wordpress-theme.html#comment-95221</link>
		<dc:creator>Harsh Agrawal</dc:creator>
		<pubDate>Sun, 08 May 2011 17:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.shoutmeloud.com/?p=5652#comment-95221</guid>
		<description>I think issue is because of values added in your custom field.. You can remove old ALL in one SEO values from your database.
You can refer to this post on how to do that:
http://www.shoutmeloud.com/how-to-delete-custom-field-value-from-wordpress-database.html</description>
		<content:encoded><![CDATA[<p>I think issue is because of values added in your custom field.. You can remove old ALL in one SEO values from your database.<br />
You can refer to this post on how to do that:<br />
<a href="http://www.shoutmeloud.com/how-to-delete-custom-field-value-from-wordpress-database.html" rel="nofollow">http://www.shoutmeloud.com/how-to-delete-custom-field-value-from-wordpress-database.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antodoms</title>
		<link>http://www.shoutmeloud.com/all-on-one-seo-and-thesis-wordpress-theme.html#comment-95157</link>
		<dc:creator>antodoms</dc:creator>
		<pubDate>Sun, 08 May 2011 09:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.shoutmeloud.com/?p=5652#comment-95157</guid>
		<description>hey harsh..

I had installed all in one seo to my site a long back , but even till now there was not much increase in traffic , when i tried to find what was the reason , I found that there was a bug in my &quot;all in one seo pack&quot; which made some issues with the meta tag... As it was showing all the post &quot;Techomag &#124; video&quot; rather than &quot;Techomag &gt;&gt; post name&quot; .... So i removed &quot;all in one seo&quot;... But later when i tried to retweet my old post to check out the plugin ,  some of my post it still shows &quot;video&#124; techomag&quot; rather than &quot;techomag&gt;&gt; post name&quot; in the retweet popup.....
What should i do... please suggest me some help... 

regards
antodoms</description>
		<content:encoded><![CDATA[<p>hey harsh..</p>
<p>I had installed all in one seo to my site a long back , but even till now there was not much increase in traffic , when i tried to find what was the reason , I found that there was a bug in my &#8220;all in one seo pack&#8221; which made some issues with the meta tag&#8230; As it was showing all the post &#8220;Techomag | video&#8221; rather than &#8220;Techomag &gt;&gt; post name&#8221; &#8230;. So i removed &#8220;all in one seo&#8221;&#8230; But later when i tried to retweet my old post to check out the plugin ,  some of my post it still shows &#8220;video| techomag&#8221; rather than &#8220;techomag&gt;&gt; post name&#8221; in the retweet popup&#8230;..<br />
What should i do&#8230; please suggest me some help&#8230; </p>
<p>regards<br />
antodoms</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bate</title>
		<link>http://www.shoutmeloud.com/all-on-one-seo-and-thesis-wordpress-theme.html#comment-77439</link>
		<dc:creator>bate</dc:creator>
		<pubDate>Fri, 17 Dec 2010 04:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.shoutmeloud.com/?p=5652#comment-77439</guid>
		<description>So should i disable my all in one seo pack plugin as i am working with thesis?</description>
		<content:encoded><![CDATA[<p>So should i disable my all in one seo pack plugin as i am working with thesis?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritesh Parihar</title>
		<link>http://www.shoutmeloud.com/all-on-one-seo-and-thesis-wordpress-theme.html#comment-72383</link>
		<dc:creator>Ritesh Parihar</dc:creator>
		<pubDate>Sat, 20 Nov 2010 14:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.shoutmeloud.com/?p=5652#comment-72383</guid>
		<description>Thanks but It is not working anymore with  all versions of All in One SEO prior to version 1.6. All in One SEO 1.6 and later new query is following.

insert wp_postmeta (post_id,meta_key,meta_value)
select post_id, concat(&#039;thesis_&#039;, substring(meta_key,10)), meta_value
from wp_postmeta where meta_key in (&#039;_aioseop_title&#039;,&#039;_aioseop_description&#039;,&#039;_aioseop_keywords&#039;);</description>
		<content:encoded><![CDATA[<p>Thanks but It is not working anymore with  all versions of All in One SEO prior to version 1.6. All in One SEO 1.6 and later new query is following.</p>
<p>insert wp_postmeta (post_id,meta_key,meta_value)<br />
select post_id, concat(&#8216;thesis_&#8217;, substring(meta_key,10)), meta_value<br />
from wp_postmeta where meta_key in (&#8216;_aioseop_title&#8217;,'_aioseop_description&#8217;,'_aioseop_keywords&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.shoutmeloud.com/all-on-one-seo-and-thesis-wordpress-theme.html#comment-51474</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 22 Jul 2010 06:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.shoutmeloud.com/?p=5652#comment-51474</guid>
		<description>Not badly, but I;d like to switch other themes away from Thesis.  I have a feeling many people will be doing this, so it could be a cool function to have.</description>
		<content:encoded><![CDATA[<p>Not badly, but I;d like to switch other themes away from Thesis.  I have a feeling many people will be doing this, so it could be a cool function to have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harsh Agrawal</title>
		<link>http://www.shoutmeloud.com/all-on-one-seo-and-thesis-wordpress-theme.html#comment-50730</link>
		<dc:creator>Harsh Agrawal</dc:creator>
		<pubDate>Sun, 18 Jul 2010 20:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.shoutmeloud.com/?p=5652#comment-50730</guid>
		<description>Mark for this I need to redo the code, let me know if you need it badly. Meanwhile why you switching from Thesis to another theme?</description>
		<content:encoded><![CDATA[<p>Mark for this I need to redo the code, let me know if you need it badly. Meanwhile why you switching from Thesis to another theme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.shoutmeloud.com/all-on-one-seo-and-thesis-wordpress-theme.html#comment-50644</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 17 Jul 2010 22:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.shoutmeloud.com/?p=5652#comment-50644</guid>
		<description>I&#039;ve got the reverse question. I have a formerly Thesis site and with my new theme I&#039;ve installed All in One SEO.  I have 600 old posts now that I need to copy the Thesis SEO Desc and Title fields to the All in One Seo fields. Any idea how to do this with SQL?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the reverse question. I have a formerly Thesis site and with my new theme I&#8217;ve installed All in One SEO.  I have 600 old posts now that I need to copy the Thesis SEO Desc and Title fields to the All in One Seo fields. Any idea how to do this with SQL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammad Jamshed</title>
		<link>http://www.shoutmeloud.com/all-on-one-seo-and-thesis-wordpress-theme.html#comment-32435</link>
		<dc:creator>Muhammad Jamshed</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.shoutmeloud.com/?p=5652#comment-32435</guid>
		<description>Abi@
You are absolutely right</description>
		<content:encoded><![CDATA[<p>Abi@<br />
You are absolutely right</p>
]]></content:encoded>
	</item>
</channel>
</rss>

