<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>RB Internal Links Forum &#187; Topic: Shortcodes are displayed instead of links</title>
		<link>http://blograndom.com/links/forum/topic/shortcodes-are-displayed-instead-of-links</link>
		<description>Get news and support for the wordpress plugin RB Internal Links</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 13:09:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://blograndom.com/links/forum/search.php</link>
		</textInput>
		<atom:link href="http://blograndom.com/links/forum/rss/topic/shortcodes-are-displayed-instead-of-links" rel="self" type="application/rss+xml" />

		<item>
			<title>nadworks on "Shortcodes are displayed instead of links"</title>
			<link>http://blograndom.com/links/forum/topic/shortcodes-are-displayed-instead-of-links#post-95</link>
			<pubDate>Thu, 24 Jun 2010 11:09:40 +0000</pubDate>
			<dc:creator>nadworks</dc:creator>
			<guid isPermaLink="false">95@http://blograndom.com/links/forum/</guid>
			<description>&#60;p&#62;Looks like this is down to another plugin... actually two similar plugins which I was trying to use, which both seem to be breaking any other shortcode used on a page/post. One is &#34;CompositePost&#34; and the other is &#34;ggis Inline Post&#34;. Both are allowing for an entire WP post to be inserted into any other WP post or page within that site.&#60;/p&#62;
&#60;p&#62;Unfortunately both these plugins not only affect the Internal Links shortcode, but also the image caption code and many others, when used within the same post or page.&#60;/p&#62;
&#60;p&#62;Shame - but at least it looks like this has nothing to do with the Internal Links plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nadworks on "Shortcodes are displayed instead of links"</title>
			<link>http://blograndom.com/links/forum/topic/shortcodes-are-displayed-instead-of-links#post-92</link>
			<pubDate>Mon, 21 Jun 2010 21:08:26 +0000</pubDate>
			<dc:creator>nadworks</dc:creator>
			<guid isPermaLink="false">92@http://blograndom.com/links/forum/</guid>
			<description>&#60;p&#62;Same thing here, only I'm using the original loop. But I noticed that the links display fine, if I do not use any other shortcode plugins in the post/page. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.streathammarlboroughcc.co.uk/index.php/home-test/&#34; rel=&#34;nofollow&#34;&#62;http://www.streathammarlboroughcc.co.uk/index.php/home-test/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As soon as I insert another bit of shortcode from another plugin (i.e. Recent Posts Embed, Composite Post or ggis Inline Post) the links are not showing properly, and the shortcode is seen instead.&#60;/p&#62;
&#60;p&#62;Needless to say that I am using the latest version, and that I tried quite a few combinations. All without success.&#60;/p&#62;
&#60;p&#62;I like your little plugin and it's quite unique. So I'd really appreciate a solution if possible.&#60;/p&#62;
&#60;p&#62;Thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dandy on "Shortcodes are displayed instead of links"</title>
			<link>http://blograndom.com/links/forum/topic/shortcodes-are-displayed-instead-of-links#post-47</link>
			<pubDate>Mon, 01 Mar 2010 21:55:54 +0000</pubDate>
			<dc:creator>dandy</dc:creator>
			<guid isPermaLink="false">47@http://blograndom.com/links/forum/</guid>
			<description>&#60;p&#62;Thanks alot cohen. It works. and thanks for the loop usage suggestion.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rb-cohen on "Shortcodes are displayed instead of links"</title>
			<link>http://blograndom.com/links/forum/topic/shortcodes-are-displayed-instead-of-links#post-46</link>
			<pubDate>Mon, 01 Mar 2010 15:42:59 +0000</pubDate>
			<dc:creator>rb-cohen</dc:creator>
			<guid isPermaLink="false">46@http://blograndom.com/links/forum/</guid>
			<description>&#60;p&#62;Hi Dandy,&#60;/p&#62;
&#60;p&#62;Yup, that is the problem! Your post content hasn't gone through the regular content filters.&#60;/p&#62;
&#60;p&#62;A simple fix is to change &#38;lt;?php echo $post-&#38;gt;post_content; ?&#38;gt; to &#38;lt;?php echo do_shortcode($post-&#38;gt;post_content); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;But you might want to look in to putting the echo'ing of the post into &#34;The Loop&#34; to avoid problems with other plugins later on. See &#60;a href=&#34;http://codex.wordpress.org/The_Loop&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/The_Loop&#60;/a&#62; for more info.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dandy on "Shortcodes are displayed instead of links"</title>
			<link>http://blograndom.com/links/forum/topic/shortcodes-are-displayed-instead-of-links#post-45</link>
			<pubDate>Mon, 01 Mar 2010 12:36:16 +0000</pubDate>
			<dc:creator>dandy</dc:creator>
			<guid isPermaLink="false">45@http://blograndom.com/links/forum/</guid>
			<description>&#60;p&#62;also i am fetching the post contents using $post-&#38;gt;post_content template tag. Is this causing problem?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dandy on "Shortcodes are displayed instead of links"</title>
			<link>http://blograndom.com/links/forum/topic/shortcodes-are-displayed-instead-of-links#post-44</link>
			<pubDate>Mon, 01 Mar 2010 12:19:26 +0000</pubDate>
			<dc:creator>dandy</dc:creator>
			<guid isPermaLink="false">44@http://blograndom.com/links/forum/</guid>
			<description>&#60;p&#62;Hi, first of all really thanks for developing such a useful plugin.&#60;/p&#62;
&#60;p&#62;I am somehow not able to get the plugin work. When i create a link in tynymyce editor, and publish the post. The shortcodes are displayed instead of links. Why is it so?&#60;/p&#62;
&#60;p&#62;I've no other plugin activated.&#60;/p&#62;
&#60;p&#62;I'll be thankful if you reply.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

