<?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: Redirecting a large number of posts to their new Wordpress permalinks.</title>
	<atom:link href="http://anthologyoi.com/wordpress/redirecting-a-large-number-of-posts-to-their-new-wordpress-permalinks.html/feed" rel="self" type="application/rss+xml" />
	<link>http://anthologyoi.com/wordpress/redirecting-a-large-number-of-posts-to-their-new-wordpress-permalinks.html</link>
	<description>Anthology of Ideas is an archive of thoughts and form.</description>
	<lastBuildDate>Mon, 15 Mar 2010 16:51:46 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Buffer Dump 23JAN08 &#171; Feet up, eyes closed, head back</title>
		<link>http://anthologyoi.com/wordpress/redirecting-a-large-number-of-posts-to-their-new-wordpress-permalinks.html/comment-page-1#comment-17723</link>
		<dc:creator>Buffer Dump 23JAN08 &#171; Feet up, eyes closed, head back</dc:creator>
		<pubDate>Wed, 23 Jan 2008 22:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/aoiv2/blogroll/redirecting-a-large-number-of-posts-to-their-new-wordpress-permalinks.html#comment-17723</guid>
		<description>[...] Redirecting a large number of posts to their new Wordpress permalinks [...]</description>
		<content:encoded><![CDATA[<p>[...] Redirecting a large number of posts to their new Wordpress permalinks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremiah Squib</title>
		<link>http://anthologyoi.com/wordpress/redirecting-a-large-number-of-posts-to-their-new-wordpress-permalinks.html/comment-page-1#comment-168</link>
		<dc:creator>Jeremiah Squib</dc:creator>
		<pubDate>Thu, 01 Feb 2007 05:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/aoiv2/blogroll/redirecting-a-large-number-of-posts-to-their-new-wordpress-permalinks.html#comment-168</guid>
		<description>Hey thanks, that worked great.</description>
		<content:encoded><![CDATA[<p>Hey thanks, that worked great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://anthologyoi.com/wordpress/redirecting-a-large-number-of-posts-to-their-new-wordpress-permalinks.html/comment-page-1#comment-165</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 26 Jan 2007 21:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/aoiv2/blogroll/redirecting-a-large-number-of-posts-to-their-new-wordpress-permalinks.html#comment-165</guid>
		<description>I&#039;m not going to start supporting other people&#039;s plugins but you can try:

Find in sideblog.php:
&lt;textarea style=&quot;width:100%; height:100px;&quot;&gt;$query .= &quot; AND category_id NOT IN (&quot; . implode(&quot;,&quot;, $sideblog_options[&#039;setaside&#039;]) . &quot;) &quot;;&lt;/textarea&gt;

Replace with:
&lt;textarea style=&quot;width:100%; height:100px;&quot;&gt;$query .= &quot; AND( (post_type = &#039;page&#039; AND post_status = &#039;publish&#039;) OR category_id NOT IN (&quot; . implode(&quot;,&quot;, $sideblog_options[&#039;setaside&#039;]) . &quot;) )&quot;;&lt;/textarea&gt;

I haven&#039;t personally seen this happen on my website, so it may work it may not.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not going to start supporting other people&#8217;s plugins but you can try:</p>
<p>Find in sideblog.php:<br />
<textarea style="width:100%; height:100px;">$query .= &#8221; AND category_id NOT IN (&#8221; . implode(&#8221;,&#8221;, $sideblog_options['setaside']) . &#8220;) &#8220;;</textarea></p>
<p>Replace with:<br />
<textarea style="width:100%; height:100px;">$query .= &#8221; AND( (post_type = &#8216;page&#8217; AND post_status = &#8216;publish&#8217;) OR category_id NOT IN (&#8221; . implode(&#8221;,&#8221;, $sideblog_options['setaside']) . &#8220;) )&#8221;;</textarea></p>
<p>I haven&#8217;t personally seen this happen on my website, so it may work it may not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jez</title>
		<link>http://anthologyoi.com/wordpress/redirecting-a-large-number-of-posts-to-their-new-wordpress-permalinks.html/comment-page-1#comment-163</link>
		<dc:creator>jez</dc:creator>
		<pubDate>Fri, 26 Jan 2007 09:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/aoiv2/blogroll/redirecting-a-large-number-of-posts-to-their-new-wordpress-permalinks.html#comment-163</guid>
		<description>I came from kates website (sideblog) to yours,
hence you seem to be a genius with sql and php,
I hope that you might find out what causes this strange behavior with pages and wordpress 2.1 (latest):

with my wordpress 2.1 and the 3.6er sideblog plugin activated,
pages are hidden and return a 404,

if I deactivate the plugin,
they are right back and show.

any clue?
faustina of gollygolly.com has the same issue.

I found out that pages seem to be different in wp 2.1,
here is a link describing it more in detail:

http://www.transycan.net/blogtest/2007/01/23/how-pages-are-different-in-wp-21/

in case you find a quick fix,
feel free to share it,
cheerio!</description>
		<content:encoded><![CDATA[<p>I came from kates website (sideblog) to yours,<br />
hence you seem to be a genius with sql and php,<br />
I hope that you might find out what causes this strange behavior with pages and wordpress 2.1 (latest):</p>
<p>with my wordpress 2.1 and the 3.6er sideblog plugin activated,<br />
pages are hidden and return a 404,</p>
<p>if I deactivate the plugin,<br />
they are right back and show.</p>
<p>any clue?<br />
faustina of gollygolly.com has the same issue.</p>
<p>I found out that pages seem to be different in wp 2.1,<br />
here is a link describing it more in detail:</p>
<p><a href="http://www.transycan.net/blogtest/2007/01/23/how-pages-are-different-in-wp-21/" rel="nofollow">http://www.transycan.net/blogtest/2007/01/23/how-pages-are-different-in-wp-21/</a></p>
<p>in case you find a quick fix,<br />
feel free to share it,<br />
cheerio!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
