<?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: How to Replace WordPress Post Links in Bulk	</title>
	<atom:link href="https://www.shibashake.com/wp/wordpress-links-bulk-replace/feed" rel="self" type="application/rss+xml" />
	<link>https://shibashake.com/wp/wordpress-links-bulk-replace</link>
	<description>Adventures in WordPress</description>
	<lastBuildDate>Sun, 03 Feb 2013 23:01:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9</generator>
	<item>
		<title>
		By: Stefan		</title>
		<link>https://shibashake.com/wp/wordpress-links-bulk-replace/comment-page-1#comment-13353</link>

		<dc:creator><![CDATA[Stefan]]></dc:creator>
		<pubDate>Sat, 14 Apr 2012 22:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://shibashake.com/wordpress-theme/?p=7200#comment-13353</guid>

					<description><![CDATA[There&#039;s an easier method:
Remember your post: http://shibashake.com/wordpress-theme/move-an-existing-blog-into-wordpress-multi-site

export old post and postmeta tables in sql insert statements... search and replace wp-content/uploads to files.  process inserts in new blog db post and postmeta ;)]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an easier method:<br />
Remember your post: <a href="http://shibashake.com/wordpress-theme/move-an-existing-blog-into-wordpress-multi-site" rel="nofollow ugc">http://shibashake.com/wordpress-theme/move-an-existing-blog-into-wordpress-multi-site</a></p>
<p>export old post and postmeta tables in sql insert statements&#8230; search and replace wp-content/uploads to files.  process inserts in new blog db post and postmeta 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: moepstr		</title>
		<link>https://shibashake.com/wp/wordpress-links-bulk-replace/comment-page-1#comment-12206</link>

		<dc:creator><![CDATA[moepstr]]></dc:creator>
		<pubDate>Tue, 06 Mar 2012 23:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://shibashake.com/wordpress-theme/?p=7200#comment-12206</guid>

					<description><![CDATA[Hello,

your post is really the first one i&#039;ve found that deals with this particular problem.

Mine however seems to be a bit worse: not only did i have /wp-content/uploads before but i didn&#039;t have any kind of year/month based structure.

So, now, i need to transform from /wp-content/uploads to /files/year/month in a multisite environment...

Do you have an idea on how to tackle that?

Also, a follow-up post to this one - where everything is laid out a little better explained on how to put those various code-snippets together - would be _much_ appreciated :)]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>your post is really the first one i&#8217;ve found that deals with this particular problem.</p>
<p>Mine however seems to be a bit worse: not only did i have /wp-content/uploads before but i didn&#8217;t have any kind of year/month based structure.</p>
<p>So, now, i need to transform from /wp-content/uploads to /files/year/month in a multisite environment&#8230;</p>
<p>Do you have an idea on how to tackle that?</p>
<p>Also, a follow-up post to this one &#8211; where everything is laid out a little better explained on how to put those various code-snippets together &#8211; would be _much_ appreciated 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ShibaShake		</title>
		<link>https://shibashake.com/wp/wordpress-links-bulk-replace/comment-page-1#comment-8123</link>

		<dc:creator><![CDATA[ShibaShake]]></dc:creator>
		<pubDate>Tue, 08 Nov 2011 19:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://shibashake.com/wordpress-theme/?p=7200#comment-8123</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://shibashake.com/wp/wordpress-links-bulk-replace/comment-page-1#comment-7912&quot;&gt;Jon&lt;/a&gt;.

Hmmm, it seems that hooking into one of the permalink filters would help with this. 
post_link (regular posts)
post_type_link (custom post types)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://shibashake.com/wp/wordpress-links-bulk-replace/comment-page-1#comment-7912">Jon</a>.</p>
<p>Hmmm, it seems that hooking into one of the permalink filters would help with this.<br />
post_link (regular posts)<br />
post_type_link (custom post types)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon		</title>
		<link>https://shibashake.com/wp/wordpress-links-bulk-replace/comment-page-1#comment-7912</link>

		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Wed, 02 Nov 2011 03:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://shibashake.com/wordpress-theme/?p=7200#comment-7912</guid>

					<description><![CDATA[I agree with first comment. This is the second time I&#039;ve come across your guides, the first time was with your guide to &lt;a href=&quot;http://shibashake.com/wordpress-theme/add-custom-post-type-columns&quot; rel=&quot;nofollow&quot;&gt;adding custom columns to Wordpress post editing screens&lt;/a&gt;, which was one of the best guides to doing this that I found anywhere and made it easy for me to do something I thought would be horrific.

I haven&#039;t done anything replacing any links in bulk yet. What I&#039;m wondering is if it has applications for adding java onclick events to links at pageload time for monitoring in Google Analytics. Or would this slow a site down too much?

I&#039;m guessing some plugins do something similar - e.g. Yoast&#039;s GA plugin has a feature for adding onclick event handling to specified internal links. But maybe the plugin does something more complex than I imagine.

Thoughts welcome. Thanks again for the great guides!]]></description>
			<content:encoded><![CDATA[<p>I agree with first comment. This is the second time I&#8217;ve come across your guides, the first time was with your guide to <a href="http://shibashake.com/wordpress-theme/add-custom-post-type-columns" rel="nofollow">adding custom columns to WordPress post editing screens</a>, which was one of the best guides to doing this that I found anywhere and made it easy for me to do something I thought would be horrific.</p>
<p>I haven&#8217;t done anything replacing any links in bulk yet. What I&#8217;m wondering is if it has applications for adding java onclick events to links at pageload time for monitoring in Google Analytics. Or would this slow a site down too much?</p>
<p>I&#8217;m guessing some plugins do something similar &#8211; e.g. Yoast&#8217;s GA plugin has a feature for adding onclick event handling to specified internal links. But maybe the plugin does something more complex than I imagine.</p>
<p>Thoughts welcome. Thanks again for the great guides!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: __B__		</title>
		<link>https://shibashake.com/wp/wordpress-links-bulk-replace/comment-page-1#comment-3775</link>

		<dc:creator><![CDATA[__B__]]></dc:creator>
		<pubDate>Mon, 30 May 2011 18:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://shibashake.com/wordpress-theme/?p=7200#comment-3775</guid>

					<description><![CDATA[It&#039;s a shame there isn&#039;t a single comment about this really great post. I&#039;ve been looking for a guide like yours for some time. Keep the good work!!!!]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a shame there isn&#8217;t a single comment about this really great post. I&#8217;ve been looking for a guide like yours for some time. Keep the good work!!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: wp-popular.com &#187; Blog Archive &#187; WordPress Links – How to Replace Post Links in Bulk		</title>
		<link>https://shibashake.com/wp/wordpress-links-bulk-replace/comment-page-1#comment-2488</link>

		<dc:creator><![CDATA[wp-popular.com &#187; Blog Archive &#187; WordPress Links – How to Replace Post Links in Bulk]]></dc:creator>
		<pubDate>Tue, 16 Nov 2010 04:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://shibashake.com/wordpress-theme/?p=7200#comment-2488</guid>

					<description><![CDATA[[...] here to read the rest: WordPress Links – How to Replace Post Links in Bulk Tags: links, [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] here to read the rest: WordPress Links – How to Replace Post Links in Bulk Tags: links, [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 10/21 objects using disk
Page Caching using disk: enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.shibashake.com
Lazy Loading (feed)
Minified using disk
Database Caching 2/20 queries in 0.006 seconds using disk

Served from: www.shibashake.com @ 2024-12-16 22:37:59 by W3 Total Cache
-->