<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jordan.Liggitt(.net) &#187; tarski</title>
	<atom:link href="http://jordan.liggitt.net/tag/tarski/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordan.liggitt.net</link>
	<description>A slice of Liggitt life</description>
	<lastBuildDate>Sun, 20 Feb 2011 05:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Catching static from your archives page?</title>
		<link>http://jordan.liggitt.net/2007/03/02/catching-static-from-your-archives-page/</link>
		<comments>http://jordan.liggitt.net/2007/03/02/catching-static-from-your-archives-page/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 01:52:24 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[tarski]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jordan.liggitt.net/2007/03/02/catching-static-from-your-archives-page/</guid>
		<description><![CDATA[I&#8217;m using the Tarski theme, and loving it. It does a lot of things really well, which makes the one or two awkward bits stand out that much more. If you have Tarski create &#8220;Archives&#8221; and &#8220;Tags&#8221; pages, make sure they are viewable by anonymous users. When I logged out and viewed those pages, 404 [...]]]></description>
			<content:encoded><![CDATA[I&#8217;m using the <a href="http://tarskitheme.com/">Tarski</a> theme, and loving it. It does a lot of things really well, which makes the one or two awkward bits stand out that much more. If you have Tarski create &#8220;Archives&#8221; and &#8220;Tags&#8221; pages, make sure they are viewable by anonymous users. When I logged out and viewed those pages, 404 errors (Page not found) were shown.
<br /><br />
Apparently, WordPress 2.1+ doesn&#8217;t display pages with any post_status other than &#8216;publish&#8217; to anonymous users. The pages Tarski creates are created with the post_status &#8216;static&#8217;. This needs to be changed from &#8216;static&#8217; to &#8216;publish&#8217; before anonymous users can see your Archives and Tags pages. However, those pages won&#8217;t even appear in the Manage section of the administrative interface.
<br /><br />
To change the post_status on those pages, you have to change the database directly, using phpMyAdmin or some other database editing tool. Open the wp_posts table, and find the entries that Tarski created. The easy way to do this is to search for all the entries whose post_status is &#8220;static&#8221;. Those are the ones you want to fix. Simply edit those entries and change post_status to &#8220;publish&#8221;.
<br /><br />
Now those pages will appear in the Manage interface, and anonymous users will be able to see them.]]></content:encoded>
			<wfw:commentRss>http://jordan.liggitt.net/2007/03/02/catching-static-from-your-archives-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

