<?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: The Permalinker WordPress Plugin: Dynamic&#160;Permalinks</title>
	<atom:link href="http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/feed" rel="self" type="application/rss+xml" />
	<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks</link>
	<description>WordPress and PHP Developer</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:22:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: andy</title>
		<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/comment-page-1#comment-832</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Sat, 07 Jan 2012 16:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=181#comment-832</guid>
		<description>Give it 10-15 minutes then upgrade via your admin. Added ability to insert &lt;code&gt;%post_title%&lt;/code&gt; into shortcode content and it will be the post&#039;s current title, e.g.:

&lt;code&gt;[permalink id=&quot;666&quot;]The post with the devil&#039;s number is named %post_title%[/permalink]&lt;/code&gt;

Now, for your table of content&#039;s, I&#039;d just:

&lt;pre&gt;Table of contents:
[permalink id=&quot;123&quot;]%post_title%[/permalink]
[permalink id=&quot;124&quot;]%post_title%[/permalink]
[permalink id=&quot;125&quot;]%post_title%[/permalink]&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Give it 10-15 minutes then upgrade via your admin. Added ability to insert <code>%post_title%</code> into shortcode content and it will be the post&#8217;s current title, e.g.:</p>
<p><code>[permalink id="666"]The post with the devil's number is named %post_title%[/permalink]</code></p>
<p>Now, for your table of content&#8217;s, I&#8217;d just:</p>
<pre>Table of contents:
[permalink id="123"]%post_title%[/permalink]
[permalink id="124"]%post_title%[/permalink]
[permalink id="125"]%post_title%[/permalink]</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: MisterE</title>
		<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/comment-page-1#comment-831</link>
		<dc:creator>MisterE</dc:creator>
		<pubDate>Sat, 07 Jan 2012 00:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=181#comment-831</guid>
		<description>Andy, MisterE again.
Another idea. Is it possible to add a flag (or empty) so it will replace the &quot;number&quot; with a complete URL using the posts title as anchor.

so &quot;[permalink id=&quot;666&quot;][/permalink]&quot; will be replace by &quot;&lt;a href=&quot;http://localhost/blog/This-is-the-post-name&quot; rel=&quot;nofollow&quot;&gt;This is the post name&lt;/a&gt;&quot;. In this case &quot;This is the post name&quot; would be the title of the post.

Why would this be handy? I like to create a subset TOC on a post. So i can create a list of only &quot;numbers&quot; and i can later change the title of a post without changing content of the webpages.</description>
		<content:encoded><![CDATA[<p>Andy, MisterE again.<br />
Another idea. Is it possible to add a flag (or empty) so it will replace the &#8220;number&#8221; with a complete URL using the posts title as anchor.</p>
<p>so &#8220;[permalink id="666"][/permalink]&#8221; will be replace by &#8220;<a href="http://localhost/blog/This-is-the-post-name" rel="nofollow">This is the post name</a>&#8220;. In this case &#8220;This is the post name&#8221; would be the title of the post.</p>
<p>Why would this be handy? I like to create a subset TOC on a post. So i can create a list of only &#8220;numbers&#8221; and i can later change the title of a post without changing content of the webpages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/comment-page-1#comment-811</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Mon, 21 Nov 2011 17:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=181#comment-811</guid>
		<description>Make sure you&#039;re using the &lt;code&gt;id&lt;/code&gt; attribute in the permalink. I have tested on the latest release of WP running TwentyEleven and just The Permalinker and have no issues.

I&#039;d try turning off other plugins or check your theme, it could be interfering with shortcode processing in feeds in some way.</description>
		<content:encoded><![CDATA[<p>Make sure you&#8217;re using the <code>id</code> attribute in the permalink. I have tested on the latest release of WP running TwentyEleven and just The Permalinker and have no issues.</p>
<p>I&#8217;d try turning off other plugins or check your theme, it could be interfering with shortcode processing in feeds in some way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/comment-page-1#comment-809</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Mon, 21 Nov 2011 16:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=181#comment-809</guid>
		<description>Sorry, the above sample post regarding the code turned into a link. It needs to look like this once propagated with the shortcode:

&quot;Keyword Link&lt;/a&gt;&quot;

Hopefully this does not link the code sample again?  Thanks.</description>
		<content:encoded><![CDATA[<p>Sorry, the above sample post regarding the code turned into a link. It needs to look like this once propagated with the shortcode:</p>
<p>&#8220;Keyword Link&#8221;</p>
<p>Hopefully this does not link the code sample again?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/comment-page-1#comment-808</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Mon, 21 Nov 2011 16:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=181#comment-808</guid>
		<description>Also, i think the ending results on a post or page should look like this once the shortcode is propagated:

&lt;a href=&quot;http://yoursite.com/link-to-post&quot; rel=&quot;nofollow&quot;&gt;Keyword Link&lt;/a&gt;  

as appose to keeping it like this, in which now the public feeds and social sites are picking up the entire code on my page or post that shows up like this:

&quot; [permalink]Keyword Link[/permalink], and so the new vintage slipper has now become ever so popular amongs.... &quot;

Anyway to solve that issue to prevent the actual code from appearing in posts/pages? And what is happening now which is  WORSE, the anchored text keywords ARE NOT being indexed by Google either!

Thanks.</description>
		<content:encoded><![CDATA[<p>Also, i think the ending results on a post or page should look like this once the shortcode is propagated:</p>
<p><a href="http://yoursite.com/link-to-post" rel="nofollow">Keyword Link</a>  </p>
<p>as appose to keeping it like this, in which now the public feeds and social sites are picking up the entire code on my page or post that shows up like this:</p>
<p>&#8221; [permalink]Keyword Link[/permalink], and so the new vintage slipper has now become ever so popular amongs&#8230;. &#8221;</p>
<p>Anyway to solve that issue to prevent the actual code from appearing in posts/pages? And what is happening now which is  WORSE, the anchored text keywords ARE NOT being indexed by Google either!</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/comment-page-1#comment-807</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Sun, 20 Nov 2011 04:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=181#comment-807</guid>
		<description>Hi, i noticed the permalinker shortcode is showing up in my Facebook and LinkedIn social networks when i submit my feeds to it from my blog post?  Anyway to prevent the actual code from showing up?  It&#039;s showing the entire code from the post, Example: [permalink]Keyword Link[/permalink]...

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, i noticed the permalinker shortcode is showing up in my Facebook and LinkedIn social networks when i submit my feeds to it from my blog post?  Anyway to prevent the actual code from showing up?  It&#8217;s showing the entire code from the post, Example: [permalink]Keyword Link[/permalink]&#8230;</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MisterE</title>
		<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/comment-page-1#comment-672</link>
		<dc:creator>MisterE</dc:creator>
		<pubDate>Thu, 03 Mar 2011 22:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=181#comment-672</guid>
		<description>Thanks mate!. Just noticed the update en it works great!.
Now i can link the &quot;nice&quot; way, like &quot;http://localhost/blog/category/permalink2/#tips&quot;

With the normal &quot;permalink&quot; system i get &quot;http://localhost/blog/category/permalink/index.php/permalink2#tips&quot;

Thanks again, when my site is online i will dedicate a page to the used components :-)</description>
		<content:encoded><![CDATA[<p>Thanks mate!. Just noticed the update en it works great!.<br />
Now i can link the &#8220;nice&#8221; way, like &#8220;http://localhost/blog/category/permalink2/#tips&#8221;</p>
<p>With the normal &#8220;permalink&#8221; system i get &#8220;http://localhost/blog/category/permalink/index.php/permalink2#tips&#8221;</p>
<p>Thanks again, when my site is online i will dedicate a page to the used components <img src='http://theandystratton.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/comment-page-1#comment-671</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Thu, 03 Mar 2011 19:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=181#comment-671</guid>
		<description>Just posted the updated, may take up to 30 minutes to show in WP.org</description>
		<content:encoded><![CDATA[<p>Just posted the updated, may take up to 30 minutes to show in WP.org</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/comment-page-1#comment-670</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Thu, 03 Mar 2011 19:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=181#comment-670</guid>
		<description>@MisterE GOOD IDEA. This was quick to implement. You can now add an additional shortcode attribute called &quot;append&quot;:

&lt;pre&gt;&lt;code&gt;[permalink id=&quot;352&quot; append=&quot;#tips&quot; rel=&quot;internal&quot;]link to page[/permalink]&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@MisterE GOOD IDEA. This was quick to implement. You can now add an additional shortcode attribute called &#8220;append&#8221;:</p>
<pre><code>[permalink id="352" append="#tips" rel="internal"]link to page[/permalink]</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: MisterE</title>
		<link>http://theandystratton.com/2009/the-permalinker-wordpress-plugin-dynamic-permalinks/comment-page-1#comment-669</link>
		<dc:creator>MisterE</dc:creator>
		<pubDate>Thu, 03 Mar 2011 19:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=181#comment-669</guid>
		<description>i like to use “named anchors”.
For example i have one page with the next code:
[permalink id=&quot;352#tips&quot; rel=&quot;internal&quot;]link to second page&quot;[/permalink]
But this does not work.

The plugin does not receive the “#tips” part (with the “get_permalink” function, so i can’t change the code.
Any thoughts?</description>
		<content:encoded><![CDATA[<p>i like to use “named anchors”.<br />
For example i have one page with the next code:<br />
[permalink id="352#tips" rel="internal"]link to second page&#8221;[/permalink]<br />
But this does not work.</p>
<p>The plugin does not receive the “#tips” part (with the “get_permalink” function, so i can’t change the code.<br />
Any thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

