<?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>ThemeShaper Forums Topic: Can I remove Private from the title of one page?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 00:28:34 +0000</pubDate>

<item>
<title>Caramboo on "Can I remove Private from the title of one page?"</title>
<link>http://themeshaper.com/forums/topic/can-i-remove-private-from-the-title-of-one-page#post-9460</link>
<pubDate>Wed, 03 Feb 2010 19:44:45 +0000</pubDate>
<dc:creator>Caramboo</dc:creator>
<guid isPermaLink="false">9460@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Just found this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function the_title_trim($title) {&#60;/p&#62;
&#60;p&#62;	$title = attribute_escape($title);&#60;/p&#62;
&#60;p&#62;	$findthese = array(&#60;br /&#62;
		'#Protected:#',&#60;br /&#62;
		'#Private:#'&#60;br /&#62;
	);&#60;/p&#62;
&#60;p&#62;	$replacewith = array(&#60;br /&#62;
		'', // What to replace &#34;Protected:&#34; with&#60;br /&#62;
		'' // What to replace &#34;Private:&#34; with&#60;br /&#62;
	);&#60;/p&#62;
&#60;p&#62;	$title = preg_replace($findthese, $replacewith, $title);&#60;br /&#62;
	return $title;&#60;br /&#62;
}&#60;br /&#62;
add_filter('the_title', 'the_title_trim');&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Place it in your functions file.  (I haven't tested it yet).
&#60;/p&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "Can I remove Private from the title of one page?"</title>
<link>http://themeshaper.com/forums/topic/can-i-remove-private-from-the-title-of-one-page#post-9407</link>
<pubDate>Tue, 02 Feb 2010 00:45:41 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">9407@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;don't set it to private... &#60;/p&#62;
&#60;p&#62;instead get the &#60;a href=&#34;http://wordpress.org/extend/plugins/exclude-pages/&#34;&#62;exclude pages widget&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>RoseyDow on "Can I remove Private from the title of one page?"</title>
<link>http://themeshaper.com/forums/topic/can-i-remove-private-from-the-title-of-one-page#post-9402</link>
<pubDate>Mon, 01 Feb 2010 20:32:56 +0000</pubDate>
<dc:creator>RoseyDow</dc:creator>
<guid isPermaLink="false">9402@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have a page that I don't want to appear in the menu bar, so I made it private. However, the word Private: appears on the title of the page itself. How can I get that off?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Rosey Dow
&#60;/p&#62;</description>
</item>

</channel>
</rss>
