<?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>Kenny Hyder - Marketing Consultant &#187; Wordpress</title>
	<atom:link href="http://hyder.me/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://hyder.me</link>
	<description>Marketing, SEO &#38; Social Media</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:45:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>All in One SEO to Thesis Migration</title>
		<link>http://hyder.me/wordpress/all-in-one-seo-to-thesis-migration/</link>
		<comments>http://hyder.me/wordpress/all-in-one-seo-to-thesis-migration/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 00:47:44 +0000</pubDate>
		<dc:creator>Kenny Hyder</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://hyder.me/?p=583</guid>
		<description><![CDATA[I just recently switched my blog design from a custom theme that I designed over to the thesis architecture. After thesis was up and running, I wanted to disable and stop using the All in One SEO pack, since this functionality is built into the thesis theme. I was pointed to this post by @godhammer [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I just recently switched my blog design from a custom theme that I designed over to the <a href="http://hyder.me/product/thesis">thesis architecture</a>. After thesis was up and running, I wanted to disable and stop using the All in One SEO pack, since this functionality is built into the thesis theme.</p>
<p>I was pointed to <a href="http://www.how-to-create-a-blog.com/blog/migrating-all-in-one-seo-pack-to-thesis-14/" target="_blank">this post</a> by <a href="http://twitter.com/godhammer" target="_blank">@godhammer</a> which in theory should work. However, after running the sql query several times, I had no luck.<span id="more-583"></span></p>
<p>I discovered that on my blog, the title, description and keywords fields were labeled as “aioseop_title” etc. Rather than the simple “title” structure suggested in the origional code.</p>
<p>What ended up working for me was 3 separate sql queries to port over the title, description and keywords fields individually.</p>
<p>Here are the queries:</p>
<blockquote><p>INSERT INTO wp_postmeta (post_id,meta_key,meta_value)<br />
SELECT post_id, ‘thesis_title’,meta_value<br />
FROM wp_postmeta WHERE meta_key = ‘_aioseop_title’;</p>
<p>INSERT INTO wp_postmeta (post_id,meta_key,meta_value)<br />
SELECT post_id, ‘thesis_description’,meta_value<br />
FROM wp_postmeta WHERE meta_key = ‘_aioseop_description’;</p>
<p>INSERT INTO wp_postmeta (post_id,meta_key,meta_value)<br />
SELECT post_id, ‘thesis_keywords’,meta_value<br />
FROM wp_postmeta WHERE meta_key = ‘_aioseop_keywords’;</p></blockquote>
<p>If these don’t work for you, you may need to check to see what specific name your database is assigning to the individual fields, and replace the “_aioseop_title” type names respectively. Hopefully, if the other code mentioned in the link above doesn’t work for you, this will!</p>
<p><a href="http://hyder.me/product/thesis"style="border-bottom:0px;"  target="_blank"><img src="http://hyder.me/wp-content/themes/thesis/custom/images/thesis-468-60x.gif" alt="" /></a></p>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://hyder.me/wordpress/all-in-one-seo-to-thesis-migration/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>All in One SEO Fix</title>
		<link>http://hyder.me/wordpress/all-in-one-seo-fix/</link>
		<comments>http://hyder.me/wordpress/all-in-one-seo-fix/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 22:26:22 +0000</pubDate>
		<dc:creator>Kenny Hyder</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://hyder.me/?p=255</guid>
		<description><![CDATA[If you’re using the “All In One SEO” plugin for wordpress, and have recently updated to version 1.4.6.15, there is a bug in the code that causes your wordpress login to not work. This is because there is a carriage return and a space at the end of the file that breaks the redirect. It’s [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you’re using the “All In One SEO” plugin for wordpress, and have recently updated to version 1.4.6.15, there is a bug in the code that causes your wordpress login to not work. </p>
<p>This is because there is a carriage return and a space at the end of the file that breaks the redirect.</p>
<p>It’s ok, if this doesn’t make sense to you, you can just download the fix <a href="http://hyder.me/seo-pack-fix.zip">here</a>.</p>
<p>Just download this, and upload it to your plugins directory, and you should be good to go!</p>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://hyder.me/wordpress/all-in-one-seo-fix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Freaking WordPress</title>
		<link>http://hyder.me/wordpress/freaking-wordpress/</link>
		<comments>http://hyder.me/wordpress/freaking-wordpress/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 17:05:11 +0000</pubDate>
		<dc:creator>Kenny Hyder</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.kennyhyder.com/web-development/freaking-wordpress/</guid>
		<description><![CDATA[Is it just me, or does anyone else feel like every time they login to wordpress, there is a new version available? You would at least think that they would have some sort of system down where you could just click a link to update instead of going the the arduous process of downloading the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Is it just me, or does anyone else feel like every time they login to wordpress, there is a new version available? You would at least think that they would have some sort of system down where you could just click a link to update instead of going the the arduous process of downloading the new version, and then re-uploading all of the files every week! Does anyone else feel this way?</p>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://hyder.me/wordpress/freaking-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

