<?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: Adding text links to WordPress Gallery</title>
	<atom:link href="http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/</link>
	<description>Art + Web + Design in Portland, Oregon</description>
	<lastBuildDate>Fri, 12 Mar 2010 04:51:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WordPress Attachment Page Template Code Snippets &#124; Sam Burdge</title>
		<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/comment-page-1/#comment-2503</link>
		<dc:creator>WordPress Attachment Page Template Code Snippets &#124; Sam Burdge</dc:creator>
		<pubDate>Sun, 15 Nov 2009 04:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=117#comment-2503</guid>
		<description>[...] php functions are loosely based on code I found in this article: Adding text links to WordPress Gallery by Michael Fields. In this article he provides code examples of how to show previous and next [...]</description>
		<content:encoded><![CDATA[<p>[...] php functions are loosely based on code I found in this article: Adding text links to WordPress Gallery by Michael Fields. In this article he provides code examples of how to show previous and next [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanto</title>
		<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/comment-page-1/#comment-1352</link>
		<dc:creator>Shanto</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=117#comment-1352</guid>
		<description>Made some modifications to the code to circumvent &#039;quotes&#039; issues in the function output. It seems to work for me. Been looking for this. Thanks! (please feel free to use code).

$attachments = array_values(get_children( array(&#039;post_parent&#039; =&gt; $en_post-&gt;post_parent, &#039;post_status&#039; =&gt; &#039;inherit&#039;, &#039;post_type&#039; =&gt; &#039;attachment&#039;, &#039;post_mime_type&#039; =&gt; &#039;image&#039;, &#039;order&#039; =&gt; &#039;ASC&#039;, &#039;orderby&#039; =&gt; &#039;menu_order ID&#039;, &#039;menu_order&#039; =&gt; 1) ));</description>
		<content:encoded><![CDATA[<p>Made some modifications to the code to circumvent &#8216;quotes&#8217; issues in the function output. It seems to work for me. Been looking for this. Thanks! (please feel free to use code).</p>
<p>$attachments = array_values(get_children( array(&#8216;post_parent&#8217; =&gt; $en_post-&gt;post_parent, &#8216;post_status&#8217; =&gt; &#8216;inherit&#8217;, &#8216;post_type&#8217; =&gt; &#8216;attachment&#8217;, &#8216;post_mime_type&#8217; =&gt; &#8216;image&#8217;, &#8216;order&#8217; =&gt; &#8216;ASC&#8217;, &#8216;orderby&#8217; =&gt; &#8216;menu_order ID&#8217;, &#8216;menu_order&#8217; =&gt; 1) ));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Celix44</title>
		<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/comment-page-1/#comment-524</link>
		<dc:creator>Celix44</dc:creator>
		<pubDate>Fri, 16 Jan 2009 22:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=117#comment-524</guid>
		<description>I didn’t think the images along were self-explanatory enough for navigation, so this was exactly what I needed.</description>
		<content:encoded><![CDATA[<p>I didn’t think the images along were self-explanatory enough for navigation, so this was exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 为TMA模板主题加一个相册功能 &#124; SEO/SEM搜索引擎优化交流</title>
		<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/comment-page-1/#comment-446</link>
		<dc:creator>为TMA模板主题加一个相册功能 &#124; SEO/SEM搜索引擎优化交流</dc:creator>
		<pubDate>Tue, 09 Dec 2008 15:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=117#comment-446</guid>
		<description>[...] Michael Fields， 我在functions.php文件这里加入如下代码 nb_previous_image_link( &#8216;« Vorheriges [...]</description>
		<content:encoded><![CDATA[<p>[...] Michael Fields， 我在functions.php文件这里加入如下代码 nb_previous_image_link( &#8216;« Vorheriges [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valerie</title>
		<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/comment-page-1/#comment-131</link>
		<dc:creator>valerie</dc:creator>
		<pubDate>Tue, 12 Aug 2008 17:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=117#comment-131</guid>
		<description>Hello -Thanks so much for this -however I am getting a PHP error with your code at this line:
$attachments = array_values

The error I get is this:
------------
Warning: array_values() [function.array-values]: The argument should be an array 

Warning: Invalid argument supplied for foreach() 
------------

I am wondering if the code has been edited or I am using it incorrectly?

I have this in my functions.php in my theme.

[EDIT] &lt;em&gt;This will happen when using the above solution with Wordpress v6+. Please see &lt;a href=&quot;http://mfields.org/wordpress-plugins/text-based-image-links/&quot; rel=&quot;nofollow&quot;&gt;this plugin&lt;/a&gt;.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Hello -Thanks so much for this -however I am getting a PHP error with your code at this line:<br />
$attachments = array_values</p>
<p>The error I get is this:<br />
&#8212;&#8212;&#8212;&#8212;<br />
Warning: array_values() [function.array-values]: The argument should be an array </p>
<p>Warning: Invalid argument supplied for foreach()<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>I am wondering if the code has been edited or I am using it incorrectly?</p>
<p>I have this in my functions.php in my theme.</p>
<p>[EDIT] <em>This will happen when using the above solution with Wordpress v6+. Please see <a href="http://mfields.org/wordpress-plugins/text-based-image-links/" rel="nofollow">this plugin</a>.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: appappyerorge</title>
		<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/comment-page-1/#comment-121</link>
		<dc:creator>appappyerorge</dc:creator>
		<pubDate>Sun, 03 Aug 2008 06:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=117#comment-121</guid>
		<description>It&#039;s amazing</description>
		<content:encoded><![CDATA[<p>It&#8217;s amazing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mfields</title>
		<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/comment-page-1/#comment-102</link>
		<dc:creator>mfields</dc:creator>
		<pubDate>Thu, 10 Jul 2008 00:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=117#comment-102</guid>
		<description>Nick,
Hi. Please see this page: http://mfields.org/wordpress-plugins/text-based-image-links/</description>
		<content:encoded><![CDATA[<p>Nick,<br />
Hi. Please see this page: <a href="http://mfields.org/wordpress-plugins/text-based-image-links/" rel="nofollow">http://mfields.org/wordpress-plugins/text-based-image-links/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/comment-page-1/#comment-101</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 08 Jul 2008 09:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=117#comment-101</guid>
		<description>Hi!

I&#039;m using your code for my site. Great work!

Unfortunately, the text based navigation does not work with WordPress 2.6 (beta 1&amp;2).

I&#039;ve posted about the errors on the WordPress support forum: http://wordpress.org/support/topic/169841?replies=4

Any ideas? Thanks</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;m using your code for my site. Great work!</p>
<p>Unfortunately, the text based navigation does not work with WordPress 2.6 (beta 1&amp;2).</p>
<p>I&#8217;ve posted about the errors on the WordPress support forum: <a href="http://wordpress.org/support/topic/169841?replies=4" rel="nofollow">http://wordpress.org/support/topic/169841?replies=4</a></p>
<p>Any ideas? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Como tener un Gallery como el de Ma.tt 2 &#187; ParaKSaber</title>
		<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/comment-page-1/#comment-97</link>
		<dc:creator>Como tener un Gallery como el de Ma.tt 2 &#187; ParaKSaber</dc:creator>
		<pubDate>Fri, 23 May 2008 16:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=117#comment-97</guid>
		<description>[...] agradezco a la pagina de mfields.org por su post llamado Agregar Links de Texto a la Galería Wordpress. que muestra una introducción a todo esto. Tags: Codde, Codigo, Tecnicas, Tecnicas Blogger, [...]</description>
		<content:encoded><![CDATA[<p>[...] agradezco a la pagina de mfields.org por su post llamado Agregar Links de Texto a la Galería Wordpress. que muestra una introducción a todo esto. Tags: Codde, Codigo, Tecnicas, Tecnicas Blogger, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress 2.5 Gallery - Helpful Links &#124; The Mercer Journal</title>
		<link>http://mfields.org/2008/04/26/adding-text-links-to-wordpress-gallery/comment-page-1/#comment-91</link>
		<dc:creator>WordPress 2.5 Gallery - Helpful Links &#124; The Mercer Journal</dc:creator>
		<pubDate>Mon, 19 May 2008 15:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=117#comment-91</guid>
		<description>[...] comes with the default theme in WordPress 2.5, but many other themes don&#8217;t include it. LINK: Adding Text Links to WordPress Gallery Michael Fields has done a wonderful job explaining all you need to do to set up your image.php [...]</description>
		<content:encoded><![CDATA[<p>[...] comes with the default theme in WordPress 2.5, but many other themes don&#8217;t include it. LINK: Adding Text Links to WordPress Gallery Michael Fields has done a wonderful job explaining all you need to do to set up your image.php [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
