<?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: Alt Link Text</title>
	<atom:link href="http://www.technokinetics.com/plugins/alt-link-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technokinetics.com</link>
	<description>Vorsprung durch technik</description>
	<lastBuildDate>Wed, 21 Apr 2010 10:29:46 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim Holt</title>
		<link>http://www.technokinetics.com/plugins/alt-link-text/comment-page-1/#comment-22</link>
		<dc:creator>Tim Holt</dc:creator>
		<pubDate>Thu, 16 Oct 2008 10:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=79#comment-22</guid>
		<description>Right, &lt;a href=&quot;http://www.technokinetics.com/plugins/page-lists-plus/&quot; rel=&quot;nofollow&quot;&gt;Page Lists Plus&lt;/a&gt; is now completely str_replace based (well, nearly), and does everything that Alt Link Text ever did and more, so I&#039;d suggest switching to that.

Thanks again to Rod for the input.</description>
		<content:encoded><![CDATA[<p>Right, <a href="http://www.technokinetics.com/plugins/page-lists-plus/" rel="nofollow">Page Lists Plus</a> is now completely str_replace based (well, nearly), and does everything that Alt Link Text ever did and more, so I&#8217;d suggest switching to that.</p>
<p>Thanks again to Rod for the input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Holt</title>
		<link>http://www.technokinetics.com/plugins/alt-link-text/comment-page-1/#comment-21</link>
		<dc:creator>Tim Holt</dc:creator>
		<pubDate>Thu, 16 Oct 2008 08:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=79#comment-21</guid>
		<description>Thanks Rod. The first official release of Page Lists Plus will use str_replace in place of preg_replace, so this problem shouldn&#039;t arise from then on.</description>
		<content:encoded><![CDATA[<p>Thanks Rod. The first official release of Page Lists Plus will use str_replace in place of preg_replace, so this problem shouldn&#8217;t arise from then on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod Sherwin</title>
		<link>http://www.technokinetics.com/plugins/alt-link-text/comment-page-1/#comment-20</link>
		<dc:creator>Rod Sherwin</dc:creator>
		<pubDate>Thu, 16 Oct 2008 07:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=79#comment-20</guid>
		<description>Simple fix is to use the basic str_replace in the two replacements so as not to get into trouble with regular expressions e.g.
$output = str_replace(&#039;&gt;&#039; . $post_title . &#039;&#039; . $alt_link_text . &#039;&lt;&#039;, $output);</description>
		<content:encoded><![CDATA[<p>Simple fix is to use the basic str_replace in the two replacements so as not to get into trouble with regular expressions e.g.<br />
$output = str_replace(&#8217;&gt;&#8217; . $post_title . &#8221; . $alt_link_text . &#8216;&lt;&#8217;, $output);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod Sherwin</title>
		<link>http://www.technokinetics.com/plugins/alt-link-text/comment-page-1/#comment-19</link>
		<dc:creator>Rod Sherwin</dc:creator>
		<pubDate>Thu, 16 Oct 2008 06:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=79#comment-19</guid>
		<description>When the original title of the page contains brackets e.g. () the original page title is used rather than the alt title text.

For example, I have a page called &quot;About the Emotional Freedom Technique EFT&quot; and alt title text of &quot;About EFT&quot;. This works fine. But If I now change the page title to &quot;About the Emotional Freedom Technique (EFT)&quot; and leave the alt title text as &quot;About EFT&quot;, in wp_page_lists the title is now shown as &quot;About the Emotional Freedom Techniqe (EFT)&quot; rather than the alt text.</description>
		<content:encoded><![CDATA[<p>When the original title of the page contains brackets e.g. () the original page title is used rather than the alt title text.</p>
<p>For example, I have a page called &#8220;About the Emotional Freedom Technique EFT&#8221; and alt title text of &#8220;About EFT&#8221;. This works fine. But If I now change the page title to &#8220;About the Emotional Freedom Technique (EFT)&#8221; and leave the alt title text as &#8220;About EFT&#8221;, in wp_page_lists the title is now shown as &#8220;About the Emotional Freedom Techniqe (EFT)&#8221; rather than the alt text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Holt</title>
		<link>http://www.technokinetics.com/plugins/alt-link-text/comment-page-1/#comment-11</link>
		<dc:creator>Tim Holt</dc:creator>
		<pubDate>Sat, 11 Oct 2008 10:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=79#comment-11</guid>
		<description>Just a quick note about recent releases.

Yesterday I released v1.0 via the offical WordPress plugin database. This version included a new feature, a checkbox on the Write Page and Manage Page screens that lets you exclude pages from your page lists. 

This morning I realised that by default new pages were being excluded from page lists, which meant that to create a page and include it in your menus you now had to remember to check a box that you didn&#039;t have to check before.

This was the opposite of user-friendly, so this morning I rushed out v1.0.1, which includes new pages in page lists by default. If you&#039;re one of the eight people who downloaded the irritating version of the plugin, I apologise (and suggest you upgrade)!

Please also note that if you upgrade to v1.x from any v0.x, then you&#039;ll need to deactivate and reactivate the plugin (otherwise you&#039;ll get error messages caused by a missing database table column).

That&#039;s all for now. I hope you&#039;ll find the plugin useful.</description>
		<content:encoded><![CDATA[<p>Just a quick note about recent releases.</p>
<p>Yesterday I released v1.0 via the offical WordPress plugin database. This version included a new feature, a checkbox on the Write Page and Manage Page screens that lets you exclude pages from your page lists. </p>
<p>This morning I realised that by default new pages were being excluded from page lists, which meant that to create a page and include it in your menus you now had to remember to check a box that you didn&#8217;t have to check before.</p>
<p>This was the opposite of user-friendly, so this morning I rushed out v1.0.1, which includes new pages in page lists by default. If you&#8217;re one of the eight people who downloaded the irritating version of the plugin, I apologise (and suggest you upgrade)!</p>
<p>Please also note that if you upgrade to v1.x from any v0.x, then you&#8217;ll need to deactivate and reactivate the plugin (otherwise you&#8217;ll get error messages caused by a missing database table column).</p>
<p>That&#8217;s all for now. I hope you&#8217;ll find the plugin useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
