<?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: WordPress Relative Links Inside a Post with Shortcode API</title>
	<atom:link href="http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/</link>
	<description>I am a designer, a blogger and a Wordpress nut!</description>
	<lastBuildDate>Fri, 03 Feb 2012 13:57:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Roy Ho</title>
		<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/comment-page-1/#comment-1432</link>
		<dc:creator>Roy Ho</dc:creator>
		<pubDate>Fri, 30 Dec 2011 21:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://designintheraw.com/?p=412#comment-1432</guid>
		<description>@Gotequity - unfortunately I am not sure what you mean.  I&#039;ve never had any issues with this shortcode.</description>
		<content:encoded><![CDATA[<p>@Gotequity &#8211; unfortunately I am not sure what you mean.  I&#8217;ve never had any issues with this shortcode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gotequity</title>
		<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/comment-page-1/#comment-1431</link>
		<dc:creator>Gotequity</dc:creator>
		<pubDate>Fri, 30 Dec 2011 20:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://designintheraw.com/?p=412#comment-1431</guid>
		<description>I&#039;ve implemented your solution successfully, but have noticed on several pages that my siteurl is output as text above the images. Do you know of a solution to prevent this from happening? I&#039;m developing a client site in WP3.3 using a static url, and really want to get this working so I can avoid doing SQL rewrites once the domain is fully transferred. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve implemented your solution successfully, but have noticed on several pages that my siteurl is output as text above the images. Do you know of a solution to prevent this from happening? I&#8217;m developing a client site in WP3.3 using a static url, and really want to get this working so I can avoid doing SQL rewrites once the domain is fully transferred. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Ho</title>
		<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/comment-page-1/#comment-1394</link>
		<dc:creator>Roy Ho</dc:creator>
		<pubDate>Fri, 14 Oct 2011 01:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://designintheraw.com/?p=412#comment-1394</guid>
		<description>Yes you can change it to your liking.</description>
		<content:encoded><![CDATA[<p>Yes you can change it to your liking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerard</title>
		<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/comment-page-1/#comment-1393</link>
		<dc:creator>Gerard</dc:creator>
		<pubDate>Fri, 14 Oct 2011 01:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://designintheraw.com/?p=412#comment-1393</guid>
		<description>Thnx for this &quot;trick&quot;.
Seems also to work with version 3.2.1 :)
Just a quick question (newbie here, sorry)
Can I &quot;rename&quot; myPostsLink to myWhateverLink without any harm or does it have to be myPostsLink ?</description>
		<content:encoded><![CDATA[<p>Thnx for this &#8220;trick&#8221;.<br />
Seems also to work with version 3.2.1 <img src='http://1plusdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Just a quick question (newbie here, sorry)<br />
Can I &#8220;rename&#8221; myPostsLink to myWhateverLink without any harm or does it have to be myPostsLink ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Ho</title>
		<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/comment-page-1/#comment-1392</link>
		<dc:creator>Roy Ho</dc:creator>
		<pubDate>Thu, 13 Oct 2011 15:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://designintheraw.com/?p=412#comment-1392</guid>
		<description>No that would not work, try it and you&#039;ll know.</description>
		<content:encoded><![CDATA[<p>No that would not work, try it and you&#8217;ll know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Passerby</title>
		<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/comment-page-1/#comment-1391</link>
		<dc:creator>Passerby</dc:creator>
		<pubDate>Thu, 13 Oct 2011 15:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://designintheraw.com/?p=412#comment-1391</guid>
		<description>If you&#039;re going to manually curate your links, why not just make them true relative urls?

When using the &#039;insert media&#039; button, it automatically pastes the absolute url - like &quot;http://dev-domain.com/.../image1.jpg&quot;.  Your proposal is to then switch to the HTML mode and replace the &quot;http://dev-domain.com&quot; with a shortcode.

But if you&#039;re already there, just remove the domain, leaving the initial &quot;/&quot;.  This link will then work regardless of what domain you move/copy/export the content.

Am I missing something?</description>
		<content:encoded><![CDATA[<p>If you&#8217;re going to manually curate your links, why not just make them true relative urls?</p>
<p>When using the &#8216;insert media&#8217; button, it automatically pastes the absolute url &#8211; like &#8220;http://dev-domain.com/&#8230;/image1.jpg&#8221;.  Your proposal is to then switch to the HTML mode and replace the &#8220;http://dev-domain.com&#8221; with a shortcode.</p>
<p>But if you&#8217;re already there, just remove the domain, leaving the initial &#8220;/&#8221;.  This link will then work regardless of what domain you move/copy/export the content.</p>
<p>Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/comment-page-1/#comment-1389</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 27 Sep 2011 12:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://designintheraw.com/?p=412#comment-1389</guid>
		<description>Hi Roy,

I just wanted to say THANK YOU for your tutorial. I&#039;m not really a WP programmer (more of a web designer) and your tutorial wasn&#039;t exactly what I was looking for per se but after looking at how you structured your shortcode example, I was able to use that and create some shortcodes for my theme options page which is awesome!

I didn&#039;t even know you could have a href=&quot;[shortcode]&quot; type of thing to represent a URL but I tried it based on your tutorial and it worked so many many thanks for providing your tutorial!

Just wanted to say thanks

Cheers mate

Scott</description>
		<content:encoded><![CDATA[<p>Hi Roy,</p>
<p>I just wanted to say THANK YOU for your tutorial. I&#8217;m not really a WP programmer (more of a web designer) and your tutorial wasn&#8217;t exactly what I was looking for per se but after looking at how you structured your shortcode example, I was able to use that and create some shortcodes for my theme options page which is awesome!</p>
<p>I didn&#8217;t even know you could have a href=&#8221;[shortcode]&#8221; type of thing to represent a URL but I tried it based on your tutorial and it worked so many many thanks for providing your tutorial!</p>
<p>Just wanted to say thanks</p>
<p>Cheers mate</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Ho</title>
		<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/comment-page-1/#comment-1359</link>
		<dc:creator>Roy Ho</dc:creator>
		<pubDate>Tue, 21 Jun 2011 23:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://designintheraw.com/?p=412#comment-1359</guid>
		<description>@Greg - please read my latest comment..if you use it the way you are now, you are limited to that post image...Do what i mention above and you can use this shortcode on any post...</description>
		<content:encoded><![CDATA[<p>@Greg &#8211; please read my latest comment..if you use it the way you are now, you are limited to that post image&#8230;Do what i mention above and you can use this shortcode on any post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Ho</title>
		<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/comment-page-1/#comment-1358</link>
		<dc:creator>Roy Ho</dc:creator>
		<pubDate>Tue, 21 Jun 2011 23:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://designintheraw.com/?p=412#comment-1358</guid>
		<description>@Greg - You didn&#039;t adapt it to how you&#039;re using it...In my example it was for custom image folder...But you&#039;re using the WP image upload folder so you don&#039;t need to put all the stuff you did...in your function just put one slash... &#039;/&#039;.  like that.</description>
		<content:encoded><![CDATA[<p>@Greg &#8211; You didn&#8217;t adapt it to how you&#8217;re using it&#8230;In my example it was for custom image folder&#8230;But you&#8217;re using the WP image upload folder so you don&#8217;t need to put all the stuff you did&#8230;in your function just put one slash&#8230; &#8216;/&#8217;.  like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://1plusdesign.com/articles/wordpress-relative-links-post-shortcode-api/comment-page-1/#comment-1357</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 21 Jun 2011 23:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://designintheraw.com/?p=412#comment-1357</guid>
		<description>Thanks, I got it! I was missing the leading /.
Appreciate the tip!</description>
		<content:encoded><![CDATA[<p>Thanks, I got it! I was missing the leading /.<br />
Appreciate the tip!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

