<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Remove Private/Protected from Post Titles</title>
	<atom:link href="http://digwp.com/2010/02/remove-private-or-protected-from-post-titles/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2010/02/remove-private-or-protected-from-post-titles/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Fri, 18 May 2012 18:22:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: brum</title>
		<link>http://digwp.com/2010/02/remove-private-or-protected-from-post-titles/#comment-3381</link>
		<dc:creator>brum</dc:creator>
		<pubDate>Mon, 15 Feb 2010 09:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1369#comment-3381</guid>
		<description>Is this code work for on pages?</description>
		<content:encoded><![CDATA[<p>Is this code work for on pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://digwp.com/2010/02/remove-private-or-protected-from-post-titles/#comment-3275</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Wed, 03 Feb 2010 23:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1369#comment-3275</guid>
		<description>If using this for a a generic theme, absolutely, best way to go.</description>
		<content:encoded><![CDATA[<p>If using this for a a generic theme, absolutely, best way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://digwp.com/2010/02/remove-private-or-protected-from-post-titles/#comment-3274</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Wed, 03 Feb 2010 23:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1369#comment-3274</guid>
		<description>Sweet. I&#039;ll give that a shot, much cleaner.</description>
		<content:encoded><![CDATA[<p>Sweet. I&#8217;ll give that a shot, much cleaner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demetris</title>
		<link>http://digwp.com/2010/02/remove-private-or-protected-from-post-titles/#comment-3273</link>
		<dc:creator>demetris</dc:creator>
		<pubDate>Wed, 03 Feb 2010 22:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1369#comment-3273</guid>
		<description>I’m really absent-minded sometimes.  :-D  Forgot to add that the same filtering works with &lt;strong&gt;&lt;code&gt;private&lt;/code&gt;&lt;/strong&gt;&lt;code&gt;_title_format&lt;/code&gt; too.</description>
		<content:encoded><![CDATA[<p>I’m really absent-minded sometimes.  :-D  Forgot to add that the same filtering works with <strong><code>private</code></strong><code>_title_format</code> too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demetris</title>
		<link>http://digwp.com/2010/02/remove-private-or-protected-from-post-titles/#comment-3272</link>
		<dc:creator>demetris</dc:creator>
		<pubDate>Wed, 03 Feb 2010 22:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1369#comment-3272</guid>
		<description>This is filterable since WP v2.8, so it’s even easier:

&lt;code&gt;add_filter(&#039;protected_title_format&#039;, &#039;blah&#039;);&lt;/code&gt;
&lt;code&gt;function blah($title) {&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;return &#039;%s&#039;;&lt;/code&gt;
&lt;code&gt;}&lt;/code&gt;

Is that what you were after or did I miss something?</description>
		<content:encoded><![CDATA[<p>This is filterable since WP v2.8, so it’s even easier:</p>
<p><code>add_filter('protected_title_format', 'blah');</code><br />
<code>function blah($title) {</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>return '%s';</code><br />
<code>}</code></p>
<p>Is that what you were after or did I miss something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://digwp.com/2010/02/remove-private-or-protected-from-post-titles/#comment-3270</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Wed, 03 Feb 2010 18:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1369#comment-3270</guid>
		<description>An improvement would be to search for &lt;code&gt;__(&quot;Protected&quot;)&lt;/code&gt; so it&#039;s even language independent :)</description>
		<content:encoded><![CDATA[<p>An improvement would be to search for <code>__("Protected")</code> so it&#8217;s even language independent :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

