<?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>Networknet.nl Blog &#187; 2.5</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/25/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:37:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress version 2.5 upgrade</title>
		<link>http://www.networknet.nl/apps/wp/archives/409</link>
		<comments>http://www.networknet.nl/apps/wp/archives/409#comments</comments>
		<pubDate>Mon, 31 Mar 2008 19:03:23 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[exclude]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/409</guid>
		<description><![CDATA[Two hours ago I upgraded Networknet.nl with WordPress version 2.5 and immediately after the php binaries and database were upgraded I hit my first problem. Within my Widgets Design Sidebar I have the Pages widget which shows all pages on the right side of my blog starting with &#8220;About me&#8221;.. VMware. For some topics I]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/Wordpressversion2.5upgrade_12810/image.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="68" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/Wordpressversion2.5upgrade_12810/image_thumb.png" width="250" align="left" border="0"></a> Two hours ago I upgraded Networknet.nl with WordPress version 2.5 and immediately after the php binaries and database were upgraded I hit my first problem. Within my Widgets Design Sidebar I have the Pages widget which shows all pages on the right side of my blog starting with &#8220;About me&#8221;.. VMware. For some topics I created pages instead of WordPress posts and linked those pages to a parent page; these two pages were excluded from &#8220;Pages Widget&#8221;. After the upgrade my pages widget become really huge showing 30+ pages. I did a search on WordPress support site and someone else already reported this problem; no response yet except me on this post.&nbsp; </p>
<p>I didn&#8217;t want to downgrade my new WordPress version and therefore I used this method to query the parent pages and exclude them manually without doing the PHP code research how to exclude them.</p>
<ul>
<li>Open phpmyadmin
<li>Select your wordpress database
<li>Open wp_posts and click SQL</li>
</ul>
<blockquote><p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/Wordpressversion2.5upgrade_12810/image_3.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="313" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/Wordpressversion2.5upgrade_12810/image_thumb_3.png" width="596" border="0"></a>&nbsp;&nbsp;&nbsp; </p>
</blockquote>
<ul>
<li>Paste this sql query</li>
</ul>
<blockquote><pre class="brush: plain;">  &lt;p&gt;SELECT id&lt;br&gt;FROM 'wp_posts'&lt;br&gt;WHERE 'post_type' = 'page'&lt;br&gt;AND 'post_parent' NOT LIKE '0' &lt;/p&gt;</pre>
</blockquote>
<ul>
<li>Click GO button and click Export; I export to CSV to excel and copied all cells into Notepad.</li>
</ul>
<blockquote><p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/Wordpressversion2.5upgrade_12810/image_4.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="117" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/Wordpressversion2.5upgrade_12810/image_thumb_4.png" width="544" border="0"></a> </p>
</blockquote>
<ul>
<li>Paste these pages into the exclude for your pages widget.</li>
</ul>
<p>Dirty solution but I solved my problem in less than 5 minutes for now&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/409/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
