<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Organize Series Beta 2</title>
	<atom:link href="http://unfoldingneurons.com/2008/organize-series-beta-2/feed" rel="self" type="application/rss+xml" />
	<link>http://unfoldingneurons.com/2008/organize-series-beta-2</link>
	<description></description>
	<lastBuildDate>Sun, 30 Jan 2011 01:22:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eric</title>
		<link>http://unfoldingneurons.com/2008/organize-series-beta-2/comment-page-2#comment-3426</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 18 Feb 2009 19:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://unfoldingneurons.com/?p=456#comment-3426</guid>
		<description>Got a solution. I have added this function to the template tags:

function get_the_series_id() {
	$series_id = get_query_var(SERIES_QUERYVAR);
	$serchk = is_term( $series_id, SERIES_QUERYVAR );
	
	if ( !empty($serchk) ) {
		$series_id = $serchk[&#039;term_id&#039;];
	}
	return $series_id;
}


and now call series_description(get_the_series_id());


But it´s strange, why didn´t it worked without that? 


And, really like the plugin, good work, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Got a solution. I have added this function to the template tags:</p>
<p>function get_the_series_id() {<br />
	$series_id = get_query_var(SERIES_QUERYVAR);<br />
	$serchk = is_term( $series_id, SERIES_QUERYVAR );</p>
<p>	if ( !empty($serchk) ) {<br />
		$series_id = $serchk['term_id'];<br />
	}<br />
	return $series_id;<br />
}</p>
<p>and now call series_description(get_the_series_id());</p>
<p>But it´s strange, why didn´t it worked without that? </p>
<p>And, really like the plugin, good work, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://unfoldingneurons.com/2008/organize-series-beta-2/comment-page-2#comment-3425</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 18 Feb 2009 19:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://unfoldingneurons.com/?p=456#comment-3425</guid>
		<description>Ok, if I pass the id of the series by hand to series_description(theId), I get the description without an error. But why? Is there a way to get the id of the series in the template?</description>
		<content:encoded><![CDATA[<p>Ok, if I pass the id of the series by hand to series_description(theId), I get the description without an error. But why? Is there a way to get the id of the series in the template?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://unfoldingneurons.com/2008/organize-series-beta-2/comment-page-2#comment-3424</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 18 Feb 2009 19:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://unfoldingneurons.com/?p=456#comment-3424</guid>
		<description>Hey there. I also get the error &quot;WP_Error could not be converted to string&quot; for the function series_description(). I am working with the newest versions of wordpress and the plugin.

print_r delivers: WP_Error Object ( [errors] =&gt; Array ( [invalid_term] =&gt; Array ( [0] =&gt; invalid term ) ) 

Any idea what´s the problem? 

Thanks. Eric.</description>
		<content:encoded><![CDATA[<p>Hey there. I also get the error &#8220;WP_Error could not be converted to string&#8221; for the function series_description(). I am working with the newest versions of wordpress and the plugin.</p>
<p>print_r delivers: WP_Error Object ( [errors] =&gt; Array ( [invalid_term] =&gt; Array ( [0] =&gt; invalid term ) ) </p>
<p>Any idea what´s the problem? </p>
<p>Thanks. Eric.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#8230;y todo lo demás &#187; Plugins de Wordpress</title>
		<link>http://unfoldingneurons.com/2008/organize-series-beta-2/comment-page-1#comment-3193</link>
		<dc:creator>&#8230;y todo lo demás &#187; Plugins de Wordpress</dc:creator>
		<pubDate>Fri, 02 Jan 2009 16:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://unfoldingneurons.com/?p=456#comment-3193</guid>
		<description>[...] Organize Series: la versión que funciona con la 2.7 no es la oficial, sino la de desarrollo. Te organiza tus entradas por series además de las categorías típicas. De tal forma que todas las entradas que pertenezcan a una serie se las puede hacer que automáticamente introduzcan enlaces al resto de la serie. No he conseguido hacerlo funcionar, pero supongo que en unas semanas estará. [...]</description>
		<content:encoded><![CDATA[<p>[...] Organize Series: la versión que funciona con la 2.7 no es la oficial, sino la de desarrollo. Te organiza tus entradas por series además de las categorías típicas. De tal forma que todas las entradas que pertenezcan a una serie se las puede hacer que automáticamente introduzcan enlaces al resto de la serie. No he conseguido hacerlo funcionar, pero supongo que en unas semanas estará. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan W. Bingham</title>
		<link>http://unfoldingneurons.com/2008/organize-series-beta-2/comment-page-1#comment-3087</link>
		<dc:creator>Nathan W. Bingham</dc:creator>
		<pubDate>Tue, 23 Dec 2008 21:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://unfoldingneurons.com/?p=456#comment-3087</guid>
		<description>@Darren:  I&#039;m not sure what else is causing it.  I disabled all my plugins and it still doesn&#039;t work.

Have a safe Christmas, and again thank you for your efforts.  :-)</description>
		<content:encoded><![CDATA[<p>@Darren:  I&#8217;m not sure what else is causing it.  I disabled all my plugins and it still doesn&#8217;t work.</p>
<p>Have a safe Christmas, and again thank you for your efforts.  <img src='http://unfoldingneurons.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://unfoldingneurons.com/2008/organize-series-beta-2/comment-page-1#comment-3086</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 23 Dec 2008 15:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://unfoldingneurons.com/?p=456#comment-3086</guid>
		<description>@Nathan:  sorry it&#039;s still not working for you but since I cannot reproduce your problem anymore on my end the only thing I can think of is you are using another plugin/plugins that interact with the template system of WordPress and affect the loading order of templates.  Or do you use any cacheing plugin?  If so, that will also affect the template loads.

Regarding your suggestion of a checkbox &quot;forcing&quot; a .php template load - if it was implemented it would use the same method I use currently.  The plugin code is in effect already using something similar to a &quot;checkbox&quot; - if there is a &quot;series.php&quot; file in the current theme directory that fulfills the condition then it will prevent the index.php or archive.php from loading (at least that&#039;s how it&#039;s working on my end).</description>
		<content:encoded><![CDATA[<p>@Nathan:  sorry it&#8217;s still not working for you but since I cannot reproduce your problem anymore on my end the only thing I can think of is you are using another plugin/plugins that interact with the template system of WordPress and affect the loading order of templates.  Or do you use any cacheing plugin?  If so, that will also affect the template loads.</p>
<p>Regarding your suggestion of a checkbox &#8220;forcing&#8221; a .php template load &#8211; if it was implemented it would use the same method I use currently.  The plugin code is in effect already using something similar to a &#8220;checkbox&#8221; &#8211; if there is a &#8220;series.php&#8221; file in the current theme directory that fulfills the condition then it will prevent the index.php or archive.php from loading (at least that&#8217;s how it&#8217;s working on my end).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan W. Bingham</title>
		<link>http://unfoldingneurons.com/2008/organize-series-beta-2/comment-page-1#comment-3085</link>
		<dc:creator>Nathan W. Bingham</dc:creator>
		<pubDate>Tue, 23 Dec 2008 06:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://unfoldingneurons.com/?p=456#comment-3085</guid>
		<description>@Darren:  Thank you for all the trouble you&#039;re going to.  Regrettably, following your instructions it still pulls my index.php even in the Default theme.

I&#039;m glad my issue has helped you find some small faults and correct them, but I&#039;m scratching my head as to why it still doesn&#039;t work.

Is my prior suggestion of a checkbox to force a .php template viable?</description>
		<content:encoded><![CDATA[<p>@Darren:  Thank you for all the trouble you&#8217;re going to.  Regrettably, following your instructions it still pulls my index.php even in the Default theme.</p>
<p>I&#8217;m glad my issue has helped you find some small faults and correct them, but I&#8217;m scratching my head as to why it still doesn&#8217;t work.</p>
<p>Is my prior suggestion of a checkbox to force a .php template viable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://unfoldingneurons.com/2008/organize-series-beta-2/comment-page-1#comment-3084</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 23 Dec 2008 04:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://unfoldingneurons.com/?p=456#comment-3084</guid>
		<description>@Nathan:
Okay, I just uploaded orgSeries 2.0.8b10 (enough betas already lol).  There was an error with the series.php file (improperly closed php tag) and I also came across a problem with the &lt;code&gt;series_description()&lt;/code&gt; function that may have caused the switchover to the index.php template.

I&#039;ve tested and confirmed on my setup (WP2.7, orgSeries 2.0.8b10, default theme) that series.php is used to display a series archive page.  

Test this using the default theme first before trying with your current theme.</description>
		<content:encoded><![CDATA[<p>@Nathan:<br />
Okay, I just uploaded orgSeries 2.0.8b10 (enough betas already lol).  There was an error with the series.php file (improperly closed php tag) and I also came across a problem with the <code>series_description()</code> function that may have caused the switchover to the index.php template.</p>
<p>I&#8217;ve tested and confirmed on my setup (WP2.7, orgSeries 2.0.8b10, default theme) that series.php is used to display a series archive page.  </p>
<p>Test this using the default theme first before trying with your current theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan W. Bingham</title>
		<link>http://unfoldingneurons.com/2008/organize-series-beta-2/comment-page-1#comment-3083</link>
		<dc:creator>Nathan W. Bingham</dc:creator>
		<pubDate>Mon, 22 Dec 2008 21:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://unfoldingneurons.com/?p=456#comment-3083</guid>
		<description>@Darren:

No, I used the series.php file you supplied.  If it worked I knew it would not display perfectly and then would have edited it, however it has always ignored the file and pulled index.php.</description>
		<content:encoded><![CDATA[<p>@Darren:</p>
<p>No, I used the series.php file you supplied.  If it worked I knew it would not display perfectly and then would have edited it, however it has always ignored the file and pulled index.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://unfoldingneurons.com/2008/organize-series-beta-2/comment-page-1#comment-3082</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Mon, 22 Dec 2008 21:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://unfoldingneurons.com/?p=456#comment-3082</guid>
		<description>@Nathan:
One more thing,  did you edit the series.php file to match the template layout for the default theme (i.e. the .css/html structure etc)</description>
		<content:encoded><![CDATA[<p>@Nathan:<br />
One more thing,  did you edit the series.php file to match the template layout for the default theme (i.e. the .css/html structure etc)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

