<?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>Life of a Southern Programmer &#187; Wordpress</title>
	<atom:link href="http://bryanprice.info/tags/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://bryanprice.info</link>
	<description>An Inquiry Into the Life of Bryan Price</description>
	<lastBuildDate>Sun, 01 May 2011 16:33:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Nuking A Blog</title>
		<link>http://bryanprice.info/2009/06/09/nuking-a-blog/</link>
		<comments>http://bryanprice.info/2009/06/09/nuking-a-blog/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 01:43:46 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bryanprice.info/?p=1563</guid>
		<description><![CDATA[In an attempt to make this blog more professional, I deleted all of my old content. I want this blog to be about programming, technology, and the works. No personal stuff on here at all. I can do that in Facebook Notes or on my Myspace Blog if I want. So with a little SQL [...]]]></description>
			<content:encoded><![CDATA[<p>In an attempt to make this blog more professional, I deleted all of my old content.  I want this blog to be about programming, technology, and the works.  No personal stuff on here at all.  I can do that in Facebook Notes or on my Myspace Blog if I want.</p>
<p>So with a little SQL and dissecting of <a href="http://codex.wordpress.org/images/8/83/WP_27_dbsERD.png">this </a>diagram, I figured out how to keep the content I wanted and delete the rest (without going through the web admin).  All you really need to do is delete all posts except for those that are pages, then delete all comments (i kept 1), then delete all taxonomy terms by deleting everything (except for maybe the blogroll term) from wp_terms, wp_term_taxonomy, and wp_term_relationships.</p>
<p>It takes a little work, but it&#8217;s worth it.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2009/06/09/nuking-a-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

