<?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>Support Forum - Topic: How to exclude pages/categories/tags from archive/sitemap?</title>
		<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap</link>
		<description>Support Forum - Topic: How to exclude pages/categories/tags from archive/sitemap?</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 17:35:57 +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://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-to-exclude-pagescategoriestags-from-archivesitemap" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80815</link>
			<pubDate>Tue, 23 Oct 2012 19:05:15 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Good luck!&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80812</link>
			<pubDate>Tue, 23 Oct 2012 18:57:41 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80812@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;that works like a charm, exactly what I have searched for, thank you very much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80669</link>
			<pubDate>Mon, 22 Oct 2012 18:48:09 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80669@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please make a backup copy, and open up template-archives.php located at the root of the theme, and find line 150,&#60;/p&#62;
&#60;p&#62;which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_list_pages(&#38;#39;title_li=&#38;amp;depth=-1&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_list_pages(&#38;#39;title_li=&#38;amp;depth=-1&#38;amp;exclude=1,2,3,4,5&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;**Please replace 1,2,3,4,5 with the page ID's that you want to *exclude* from your sitemap, there is no limit but they must all be pages.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80646</link>
			<pubDate>Mon, 22 Oct 2012 16:09:16 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80646@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;this is quite inconvenient, sorry, isn't there a possibility to exclude within the archive/sitemap template PHP file the IDs of my certain pages, that should not appear in archive/sitemap? I don't know the right syntax, but I'm sure, that there was something like that ...&#60;/p&#62;
&#60;p&#62;I just want some, about 5, 6 &#60;strong&#62;pages&#60;/strong&#62; to be excluded &#60;strong&#62;only from sitemap/archive, no posts, no categories, just pages.&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80641</link>
			<pubDate>Mon, 22 Oct 2012 15:40:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80641@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Well, you can view source on the sitemap that you don't like, copy it to notepad, remove the links you don't want and paste it into a regular page. &#60;/p&#62;
&#60;p&#62;Another option that's even easier, would be to add a custom meta field called 'exclude' with value of 1 to pages and posts you want to exclude and on the page that generates the sitemap to prevent any post/page from being displayed that has exclude=1 metafield value. You only want to block pages and posts right? or categories, tags, custom taxonomies and post types too?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80636</link>
			<pubDate>Mon, 22 Oct 2012 15:05:06 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, but this is no alternative, to set them to private, because these pages have their own sense, but need not to be accessible by a sitemap, for example my comment-subscription page, where the user can manage his subscriptions; this as &#34;stand-alone-page&#34; shown in the sitemap is not good. As well as I don't want to show the Impressum page explicitely in the sitemap or any advertising page.&#60;/p&#62;
&#60;p&#62;If there is no plugin, is there a possibility in the archive/sitemap, to &#34;hardcode&#34;, to exclude special page IDs from the sitemap/archive?&#60;br /&#62;
The old &#34;Advanced Category excluder&#34; was perfect for pages, too, but it is too old and doesn't work with CORONA.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80620</link>
			<pubDate>Mon, 22 Oct 2012 12:15:26 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80620@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I took a look and can't seem to find a plugin with that functionality. &#60;/p&#62;
&#60;p&#62;Why don't you just make the pages you don't want on the sitemap Private? This way people who know the URL can still get to the pages but they will no longer be listed on the sitemap nor in navigation (since you don't want them in sitemap then I guess you wouldn't want them in navigation either). &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80576</link>
			<pubDate>Mon, 22 Oct 2012 01:54:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;The Sitemap on the demo site only uses 'Archives' as its template and doesn't have the ability to filter pages to be excluded from the sitemap. Let me tag the rest of the support, as the only thing I recommend to you now is using that plugin.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80500</link>
			<pubDate>Sat, 20 Oct 2012 14:40:49 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, but as far as I have understood &#60;a href=&#34;http://wordpress.org/extend/plugins/page-list/screenshots/&#34;&#62;here&#60;/a&#62;, I can create with it my own sitemap for example.&#60;br /&#62;
But I won't get lost of the good template from CORONA, showing the archive/sitemap like &#60;a href=&#34;http://www.kriesi.at/themes/corona/templates/archivesitemap-template/&#34;&#62;in the demo here&#60;/a&#62; and won't &#34;hardcode&#34; the theme files for every page I would like to exclude.&#60;/p&#62;
&#60;p&#62;Any other suggestions of someone?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80451</link>
			<pubDate>Sat, 20 Oct 2012 06:03:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80451@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;Try to use this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/page-list/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/page-list/&#60;/a&#62;&#60;br /&#62;
Just check their documentation on how to exclude pages. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to exclude pages/categories/tags from archive/sitemap?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-exclude-pagescategoriestags-from-archivesitemap#post-80350</link>
			<pubDate>Fri, 19 Oct 2012 13:34:44 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;how can I exclude certain pages, categories and/or tags from the &#60;a href=&#34;http://www.kriesi.at/themes/corona/templates/archivesitemap-template/&#34;&#62;archive/sitemap&#60;/a&#62;?&#60;/p&#62;
&#60;p&#62;Can I do this in - what - theme file and which with code?&#60;/p&#62;
&#60;p&#62;Or can you recommend a good plugin for this?&#60;br /&#62;
The &#34;Simply Exclude&#34; plugin, that I have, can only exclude a page from &#34;search&#34; and from &#34;Pages - Widget&#34;.&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
