<?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>Neurotic Forums &#187; Topic: Series Title URI displays ALL posts</title>
		<link>http://unfoldingneurons.com/forums/topic/series-title-uri-displays-all-posts</link>
		<description>Neurotic Forums &raquo; Topic: Series Title URI displays ALL posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Sep 2010 22:44:10 +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://unfoldingneurons.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://unfoldingneurons.com/forums/rss/topic/series-title-uri-displays-all-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Darren on "Series Title URI displays ALL posts"</title>
			<link>http://unfoldingneurons.com/forums/topic/series-title-uri-displays-all-posts#post-378</link>
			<pubDate>Wed, 24 Dec 2008 02:09:34 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">378@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Glad you got this fixed - and also thanks for posting this to the WordPress Support forums to broaden the reach of the problem and solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MuSnake on "Series Title URI displays ALL posts"</title>
			<link>http://unfoldingneurons.com/forums/topic/series-title-uri-displays-all-posts#post-355</link>
			<pubDate>Wed, 19 Nov 2008 15:29:46 +0000</pubDate>
			<dc:creator>MuSnake</dc:creator>
			<guid isPermaLink="false">355@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Fixed it.&#60;/p&#62;
&#60;p&#62;In my default archive.php, just before the while posts loop, there was this:&#60;br /&#62;
&#60;code&#62;query_posts($query_string.&#38;#39;&#38;#38;posts_per_page=24&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So, after RTFM:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;######################################
/* EXAMPLE SERIES-TEMPLATE FOR SERIES DISPLAY PAGES
This is an example template file that WordPress would load when a reader clicks the link for a series.  By default the orgSeries plugin will load the default archives template (either archive.php or index.php - depending on what theme is activated) when a series link is clicked.  If you want to use this file instead:
2. Copy the new series.php file into your theme directory on the server your WordPress is hosted.
3. That&#38;#39;s it!  */
########################################&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;it's resolved.&#60;/p&#62;
&#60;p&#62;A pox on all the small things.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MuSnake on "Series Title URI displays ALL posts"</title>
			<link>http://unfoldingneurons.com/forums/topic/series-title-uri-displays-all-posts#post-354</link>
			<pubDate>Wed, 19 Nov 2008 14:13:59 +0000</pubDate>
			<dc:creator>MuSnake</dc:creator>
			<guid isPermaLink="false">354@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;It's a theme issue.&#60;/p&#62;
&#60;p&#62;Standby...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MuSnake on "Series Title URI displays ALL posts"</title>
			<link>http://unfoldingneurons.com/forums/topic/series-title-uri-displays-all-posts#post-353</link>
			<pubDate>Wed, 19 Nov 2008 11:07:52 +0000</pubDate>
			<dc:creator>MuSnake</dc:creator>
			<guid isPermaLink="false">353@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I do have various plugins that order categories; style with specific themes etc.  The issue persists with all of these plugins turned off.&#60;/p&#62;
&#60;p&#62;The series plugin uses its new 'series' taxonomy, so I wonder how much of the category management/manipulation functionality of of WP + plugins would come to bear on my issue?&#60;/p&#62;
&#60;p&#62;I don't intend to use the series icon functionality and want to have date based permalinks&#60;br /&#62;
&#60;code&#62;/%category%/%year%/%monthnum%/%postname%/&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Is this the problem?  Category as part of the link? &#60;/p&#62;
&#60;p&#62;When I change the permalinks to 'default' the issue (clicking on a series title pulls up ALL posts in an archive style) persists.&#60;/p&#62;
&#60;p&#62;Any ideas how I would manage this with .htaccess?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;oh, plugin is 2.0.8b2
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MuSnake on "Series Title URI displays ALL posts"</title>
			<link>http://unfoldingneurons.com/forums/topic/series-title-uri-displays-all-posts#post-352</link>
			<pubDate>Tue, 11 Nov 2008 09:06:09 +0000</pubDate>
			<dc:creator>MuSnake</dc:creator>
			<guid isPermaLink="false">352@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
WP2.6.3, PHP5, plugin: 2.0b&#60;/p&#62;
&#60;p&#62;If I click on the link to a series, it pulls up what looks like an archive/category page for &#60;em&#62;all&#60;/em&#62; posts, not just the posts in that series and even those not in that category!&#60;/p&#62;
&#60;p&#62;Is there a simple step I've missed to specify a selector (only posts in &#60;em&#62;this&#60;/em&#62; series)?  The generated URI is correct (e.g. &#60;a href=&#34;http://www.mydomain.org/series/biography/&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.org/series/biography/&#60;/a&#62;)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
