<?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: Easy Post-to-Post Links v2.0</title>
	<atom:link href="http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/</link>
	<description>pro-gram-mer: n. a person who converts coffee into code</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:56:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: knn</title>
		<link>http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/comment-page-1/#comment-457120</link>
		<dc:creator>knn</dc:creator>
		<pubDate>Mon, 27 Sep 2010 14:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/#comment-457120</guid>
		<description>It would be great if it supported bookmarks

&lt;code&gt;&lt;a name=&quot;C4&quot; Chapter 4&lt;/a&gt;&lt;/code&gt;
would be accessible by 
&lt;code&gt;[post=123 bookmark=&quot;#C4&quot;]&lt;/code&gt;

---&gt;

&lt;code&gt;http://www.myblog.com/sluggydeeslug.php#c4&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>It would be great if it supported bookmarks</p>
<p><code>&lt;a name=&quot;C4&quot; Chapter 4&lt;/a&gt;</code><br />
would be accessible by<br />
<code>[post=123 bookmark=&quot;#C4&quot;]</code></p>
<p>&#8212;&gt;</p>
<p><code>http://www.myblog.com/sluggydeeslug.php#c4</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhuckle</title>
		<link>http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/comment-page-1/#comment-443035</link>
		<dc:creator>jhuckle</dc:creator>
		<pubDate>Sun, 28 Jun 2009 21:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/#comment-443035</guid>
		<description>Very good plug in when I found this site! The version on the Wordpress plugin site does not work (version 0.9 AFAIK).</description>
		<content:encoded><![CDATA[<p>Very good plug in when I found this site! The version on the WordPress plugin site does not work (version 0.9 AFAIK).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/comment-page-1/#comment-442926</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Wed, 24 Jun 2009 22:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/#comment-442926</guid>
		<description>For those who need a quick help, just change line 376 from 
&lt;code&gt;if ( empty($post-&gt;post_title) ) return &#039;&#039;; &lt;/code&gt;
into
&lt;code&gt;if ( empty($post-&gt;post_title) ) return $title; &lt;/code&gt;
This will return the &quot;text&quot; without a link, if there is no post fitting the query.</description>
		<content:encoded><![CDATA[<p>For those who need a quick help, just change line 376 from<br />
<code>if ( empty($post-&gt;post_title) ) return &#039;&#039;; </code><br />
into<br />
<code>if ( empty($post-&gt;post_title) ) return $title; </code><br />
This will return the &#8220;text&#8221; without a link, if there is no post fitting the query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/comment-page-1/#comment-442925</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Wed, 24 Jun 2009 21:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/#comment-442925</guid>
		<description>Hi! Is it possible to add a option which allows to show the &quot;text&quot; without a link even if there is no target-post found?
Example, if I use [post=&quot;msn&quot; text=&quot;MSN&quot;], the text &quot;MSN&quot; should appear, even if I have no post with the slug msn. This would be helpful to build links to posts, which will be created in the future.
Thanks!

Jens</description>
		<content:encoded><![CDATA[<p>Hi! Is it possible to add a option which allows to show the &#8220;text&#8221; without a link even if there is no target-post found?<br />
Example, if I use [post="msn" text="MSN"], the text &#8220;MSN&#8221; should appear, even if I have no post with the slug msn. This would be helpful to build links to posts, which will be created in the future.<br />
Thanks!</p>
<p>Jens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Butcher</title>
		<link>http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/comment-page-1/#comment-423163</link>
		<dc:creator>Dan Butcher</dc:creator>
		<pubDate>Fri, 15 Aug 2008 20:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/#comment-423163</guid>
		<description>I can&#039;t get this to work under 2.6--the quicktag doesn&#039;t appear, and the text in brackets appears in the post exactly as they would in the html view.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get this to work under 2.6&#8211;the quicktag doesn&#8217;t appear, and the text in brackets appears in the post exactly as they would in the html view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavi Ivars</title>
		<link>http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/comment-page-1/#comment-388826</link>
		<dc:creator>Xavi Ivars</dc:creator>
		<pubDate>Mon, 14 Apr 2008 09:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/#comment-388826</guid>
		<description>Sorry! I wanted to say &quot;Thanks for updating this plugin!&quot;</description>
		<content:encoded><![CDATA[<p>Sorry! I wanted to say &#8220;Thanks for updating this plugin!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavi Ivars</title>
		<link>http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/comment-page-1/#comment-388824</link>
		<dc:creator>Xavi Ivars</dc:creator>
		<pubDate>Mon, 14 Apr 2008 09:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/11/easy-post-to-post-links-v20/#comment-388824</guid>
		<description>Thanks for updating this post!</description>
		<content:encoded><![CDATA[<p>Thanks for updating this post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

