<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: Exclude Pages] Help - Duplicate "exclude_page" custom fields</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Exclude Pages] Help - Duplicate "exclude_page" custom fields</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 14:19:33 +0000</pubDate>

<item>
<title>steve49589 on "[Plugin: Exclude Pages] Help - Duplicate "exclude_page" custom fields"</title>
<link>http://wordpress.org/support/topic/265770#post-1243135</link>
<pubDate>Sun, 11 Oct 2009 22:28:08 +0000</pubDate>
<dc:creator>steve49589</dc:creator>
<guid isPermaLink="false">1243135@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The conflict is between a plug in called Hide Pages (http://www.instinct.co.nz/hide-pages-plugin/) and a plug in called Exclude Pages (http://wordpress.org/extend/plugins/exclude-pages/).&#60;/p&#62;
&#60;p&#62;They both use the same exclude_page reference in the code. Ensure you are only using one of them.
&#60;/p&#62;</description>
</item>
<item>
<title>steve49589 on "[Plugin: Exclude Pages] Help - Duplicate "exclude_page" custom fields"</title>
<link>http://wordpress.org/support/topic/265770#post-1243129</link>
<pubDate>Sun, 11 Oct 2009 22:24:05 +0000</pubDate>
<dc:creator>steve49589</dc:creator>
<guid isPermaLink="false">1243129@http://wordpress.org/support/</guid>
<description>&#60;p&#62;There is a plug in conflict. I thought I had updated this thread, but I did not. Hang on, let me check my e-mail.
&#60;/p&#62;</description>
</item>
<item>
<title>mackaaij on "[Plugin: Exclude Pages] Help - Duplicate "exclude_page" custom fields"</title>
<link>http://wordpress.org/support/topic/265770#post-1242226</link>
<pubDate>Sat, 10 Oct 2009 22:40:31 +0000</pubDate>
<dc:creator>mackaaij</dc:creator>
<guid isPermaLink="false">1242226@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I decided in favor of my first option. After removing the plugin I deleted all the custom fields entries from the database (to clean up) using this SQL statement:&#60;/p&#62;
&#60;p&#62;delete FROM &#38;lt;dbname&#38;gt;_postmeta WHERE meta_key = 'exclude_page'&#60;/p&#62;
&#60;p&#62;(please note the meta_key is indeed 'exclude_page' and not 'exclude_pages' as mentioned above)
&#60;/p&#62;</description>
</item>
<item>
<title>mackaaij on "[Plugin: Exclude Pages] Help - Duplicate "exclude_page" custom fields"</title>
<link>http://wordpress.org/support/topic/265770#post-1242171</link>
<pubDate>Sat, 10 Oct 2009 21:26:03 +0000</pubDate>
<dc:creator>mackaaij</dc:creator>
<guid isPermaLink="false">1242171@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I came here for the same problem and since there is no movement on this topic I figured two options:&#60;br /&#62;
1. Don't use a plugin and build your own &#34;page&#34; menu as a widget and manually add the pages you do wish to show.&#60;br /&#62;
2. Try this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/exclude-pages/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/exclude-pages/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>steve49589 on "[Plugin: Exclude Pages] Help - Duplicate "exclude_page" custom fields"</title>
<link>http://wordpress.org/support/topic/265770#post-1075281</link>
<pubDate>Fri, 15 May 2009 21:28:12 +0000</pubDate>
<dc:creator>steve49589</dc:creator>
<guid isPermaLink="false">1075281@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Bump. This is really bugging me. And deleting all of these references as I build out the site is getting a bit annoying.
&#60;/p&#62;</description>
</item>
<item>
<title>steve49589 on "[Plugin: Exclude Pages] Help - Duplicate "exclude_page" custom fields"</title>
<link>http://wordpress.org/support/topic/265770#post-1064859</link>
<pubDate>Tue, 05 May 2009 00:40:08 +0000</pubDate>
<dc:creator>steve49589</dc:creator>
<guid isPermaLink="false">1064859@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you for the reply, but that did not solve the issue.&#60;/p&#62;
&#60;p&#62;Every time I save a page, I get a new custom field added with the name exclude_page and a Value of 0.&#60;/p&#62;
&#60;p&#62;Stumped.&#60;/p&#62;
&#60;p&#62;Anyone else?
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "[Plugin: Exclude Pages] Help - Duplicate "exclude_page" custom fields"</title>
<link>http://wordpress.org/support/topic/265770#post-1058067</link>
<pubDate>Mon, 27 Apr 2009 18:23:21 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1058067@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Wonder if you have duplicates in wp_postmeta?  If so backup your database and consider using this in &#60;a href=&#34;http://codex.wordpress.org/phpMyAdmin&#34;&#62;phpMyAdmin&#60;/a&#62;&#60;br /&#62;
DELETE FROM wp_postmeta WHERE meta_key = 'exclude_pages' AND meta_value = '0';
&#60;/p&#62;</description>
</item>
<item>
<title>steve49589 on "[Plugin: Exclude Pages] Help - Duplicate "exclude_page" custom fields"</title>
<link>http://wordpress.org/support/topic/265770#post-1058049</link>
<pubDate>Mon, 27 Apr 2009 17:56:59 +0000</pubDate>
<dc:creator>steve49589</dc:creator>
<guid isPermaLink="false">1058049@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I may have made a mistake by uninstalling the plug in while it was still active?&#60;/p&#62;
&#60;p&#62;I'm getting duplicate Custom Field entries - MANY of them - on pages. The custom field added is exclude_pages and the value is 0. Every time I save a page, I get a new custom field entry called exclude_pages.&#60;/p&#62;
&#60;p&#62;At some point I must have removed the plug in since I was not using it, but the above started happening at some point.&#60;/p&#62;
&#60;p&#62;I added the plug in back to the system in hopes it would clear up the issue. Still the same issue.&#60;/p&#62;
&#60;p&#62;Can someone help?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
