<?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: Remove/Replace Content from the WordPress Database</title>
	<atom:link href="http://digwp.com/2010/03/remove-replace-content-wordpress-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2010/03/remove-replace-content-wordpress-database/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Fri, 18 May 2012 18:22:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Colin Helvensteijn</title>
		<link>http://digwp.com/2010/03/remove-replace-content-wordpress-database/#comment-4111</link>
		<dc:creator>Colin Helvensteijn</dc:creator>
		<pubDate>Sat, 03 Apr 2010 20:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1643#comment-4111</guid>
		<description>If you know your way around regular expressions, then &lt;a href=&quot;http://urbangiraffe.com/plugins/search-regex/&quot; rel=&quot;nofollow&quot;&gt;Search Regex&lt;/a&gt; maybe a nice plugin for this kind of stuff. As its name suggests, it allows you to do search &amp; replace actions (including previews before saving to DB) using regular expressions.</description>
		<content:encoded><![CDATA[<p>If you know your way around regular expressions, then <a href="http://urbangiraffe.com/plugins/search-regex/" rel="nofollow">Search Regex</a> maybe a nice plugin for this kind of stuff. As its name suggests, it allows you to do search &amp; replace actions (including previews before saving to DB) using regular expressions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WPGPL Team</title>
		<link>http://digwp.com/2010/03/remove-replace-content-wordpress-database/#comment-4093</link>
		<dc:creator>WPGPL Team</dc:creator>
		<pubDate>Sat, 03 Apr 2010 00:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1643#comment-4093</guid>
		<description>Is it possible to use

&lt;code&gt;UPDATE wp_posts SET post_content = REPLACE ( post_content, &#039;nofollow &#039;, &#039;&#039; );&lt;/code&gt; 

But using % wilcard? if is it possible, how to use it?</description>
		<content:encoded><![CDATA[<p>Is it possible to use</p>
<p><code>UPDATE wp_posts SET post_content = REPLACE ( post_content, 'nofollow ', '' );</code> </p>
<p>But using % wilcard? if is it possible, how to use it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristarella</title>
		<link>http://digwp.com/2010/03/remove-replace-content-wordpress-database/#comment-4078</link>
		<dc:creator>kristarella</dc:creator>
		<pubDate>Fri, 02 Apr 2010 07:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1643#comment-4078</guid>
		<description>Should keep in mind that if you&#039;ve written &lt;em&gt;about&lt;/em&gt; nofollow before you&#039;ll nuke that too. It might pay to include some of the XHTML syntax to make sure you only get nofollows in a link, not regular post content.</description>
		<content:encoded><![CDATA[<p>Should keep in mind that if you&#8217;ve written <em>about</em> nofollow before you&#8217;ll nuke that too. It might pay to include some of the XHTML syntax to make sure you only get nofollows in a link, not regular post content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niccolo Favari</title>
		<link>http://digwp.com/2010/03/remove-replace-content-wordpress-database/#comment-4050</link>
		<dc:creator>Niccolo Favari</dc:creator>
		<pubDate>Tue, 30 Mar 2010 20:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1643#comment-4050</guid>
		<description>Good to have this kind of code snippets ready at hand. Thanks.

You may also like the adminer plugin (http://wordpress.org/extend/plugins/adminer/) which is a sort of phpMyAdmin but... minified (a single php file). It works using your wordpress database connection settings and lets you manage the whole DB. I used it once because I didn&#039;t want to setup the whole phpMyAdmin package.</description>
		<content:encoded><![CDATA[<p>Good to have this kind of code snippets ready at hand. Thanks.</p>
<p>You may also like the adminer plugin (<a href="http://wordpress.org/extend/plugins/adminer/" rel="nofollow">http://wordpress.org/extend/plugins/adminer/</a>) which is a sort of phpMyAdmin but&#8230; minified (a single php file). It works using your wordpress database connection settings and lets you manage the whole DB. I used it once because I didn&#8217;t want to setup the whole phpMyAdmin package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rgregory</title>
		<link>http://digwp.com/2010/03/remove-replace-content-wordpress-database/#comment-4045</link>
		<dc:creator>rgregory</dc:creator>
		<pubDate>Tue, 30 Mar 2010 16:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1643#comment-4045</guid>
		<description>I&#039;ve got a potential client that is shying away from wordpress and Shopp plugin because on his current (very bad) site he can change the prices with a find and replace.  This might help!  

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a potential client that is shying away from wordpress and Shopp plugin because on his current (very bad) site he can change the prices with a find and replace.  This might help!  </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Heimlich</title>
		<link>http://digwp.com/2010/03/remove-replace-content-wordpress-database/#comment-4041</link>
		<dc:creator>Russell Heimlich</dc:creator>
		<pubDate>Tue, 30 Mar 2010 15:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1643#comment-4041</guid>
		<description>I love the Search and Replace plugin. You still have to backup your database if you&#039;re doing some major work though.</description>
		<content:encoded><![CDATA[<p>I love the Search and Replace plugin. You still have to backup your database if you&#8217;re doing some major work though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Paul Horn</title>
		<link>http://digwp.com/2010/03/remove-replace-content-wordpress-database/#comment-4039</link>
		<dc:creator>Jean-Paul Horn</dc:creator>
		<pubDate>Tue, 30 Mar 2010 14:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1643#comment-4039</guid>
		<description>&lt;blockquote&gt;Of course, there’s probably a plugin that will do all of this for you ;)&lt;/blockquote&gt;
There always is one, isn&#039;t it ;) &lt;a href=&quot;http://wordpress.org/extend/plugins/search-and-replace/&quot; rel=&quot;nofollow&quot;&gt;Search and Replace&lt;/a&gt; is the plugin I&#039;m (sporadically) using, but I tend to use phpMyAdmin as well.</description>
		<content:encoded><![CDATA[<blockquote><p>Of course, there’s probably a plugin that will do all of this for you ;)</p></blockquote>
<p>There always is one, isn&#8217;t it ;) <a href="http://wordpress.org/extend/plugins/search-and-replace/" rel="nofollow">Search and Replace</a> is the plugin I&#8217;m (sporadically) using, but I tend to use phpMyAdmin as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slobodan Kustrimovic</title>
		<link>http://digwp.com/2010/03/remove-replace-content-wordpress-database/#comment-4038</link>
		<dc:creator>Slobodan Kustrimovic</dc:creator>
		<pubDate>Tue, 30 Mar 2010 13:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1643#comment-4038</guid>
		<description>Thanks Jeff :) This will be useful to a lot of developers for sure.</description>
		<content:encoded><![CDATA[<p>Thanks Jeff :) This will be useful to a lot of developers for sure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

