<?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"
	>
<channel>
	<title>Comments on: Writing A WordPress Filter To Modify Post/Page Titles</title>
	<atom:link href="http://www.franzone.com/2008/04/03/writing-a-wordpress-filter-to-modify-postpage-titles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.franzone.com/2008/04/03/writing-a-wordpress-filter-to-modify-postpage-titles/</link>
	<description>thoughts of a web geek</description>
	<pubDate>Fri, 21 Nov 2008 09:41:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Jonathan Franzone</title>
		<link>http://www.franzone.com/2008/04/03/writing-a-wordpress-filter-to-modify-postpage-titles/#comment-3849</link>
		<dc:creator>Jonathan Franzone</dc:creator>
		<pubDate>Tue, 13 May 2008 18:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/2008/04/03/writing-a-wordpress-filter-to-modify-postpage-titles/#comment-3849</guid>
		<description>I generally put the add_filter snippet at the end of the functions.php file in the theme. That is unless you are working with a plugin, then you can just put it at the end of your main plugin file.

I had a hard time with this code because it &lt;strong&gt;is&lt;/strong&gt; global. So I ended up looping through the pages manually. See my follow-up post here: &lt;a href="http://www.franzone.com/2008/04/07/looping-through-pages-in-wordpress/" rel="nofollow"&gt;Looping Through Pages In WordPress&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I generally put the add_filter snippet at the end of the functions.php file in the theme. That is unless you are working with a plugin, then you can just put it at the end of your main plugin file.</p>
<p>I had a hard time with this code because it <strong>is</strong> global. So I ended up looping through the pages manually. See my follow-up post here: <a href="http://www.franzone.com/2008/04/07/looping-through-pages-in-wordpress/" rel="nofollow">Looping Through Pages In WordPress</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.franzone.com/2008/04/03/writing-a-wordpress-filter-to-modify-postpage-titles/#comment-3848</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Tue, 13 May 2008 18:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/2008/04/03/writing-a-wordpress-filter-to-modify-postpage-titles/#comment-3848</guid>
		<description>Where does the "add_filter" code snippet go?

Also, how do I apply this filter to only certain items in my navigation hierarchy?

Thanks</description>
		<content:encoded><![CDATA[<p>Where does the &#8220;add_filter&#8221; code snippet go?</p>
<p>Also, how do I apply this filter to only certain items in my navigation hierarchy?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Looping Through Pages In WordPress &#124; franzone.com</title>
		<link>http://www.franzone.com/2008/04/03/writing-a-wordpress-filter-to-modify-postpage-titles/#comment-2979</link>
		<dc:creator>Looping Through Pages In WordPress &#124; franzone.com</dc:creator>
		<pubDate>Mon, 07 Apr 2008 14:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/2008/04/03/writing-a-wordpress-filter-to-modify-postpage-titles/#comment-2979</guid>
		<description>[...] a recent article I outlined how to modify the output of the wp_list_pages() template function in WordPress. Later [...]</description>
		<content:encoded><![CDATA[<p>[...] a recent article I outlined how to modify the output of the wp_list_pages() template function in WordPress. Later [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharewp.info</title>
		<link>http://www.franzone.com/2008/04/03/writing-a-wordpress-filter-to-modify-postpage-titles/#comment-2775</link>
		<dc:creator>sharewp.info</dc:creator>
		<pubDate>Thu, 03 Apr 2008 14:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/2008/04/03/writing-a-wordpress-filter-to-modify-postpage-titles/#comment-2775</guid>
		<description>&lt;strong&gt;Writing A WordPress Filter To Modify Post/Page Titles...&lt;/strong&gt;

was recently working on a new WordPress theme when I had need to modify the title of pages before output. The style I was attempting to use involved wrapping  tags around the title (inside of the href tags). The wp_list_pages() function returns pages (...</description>
		<content:encoded><![CDATA[<p><strong>Writing A WordPress Filter To Modify Post/Page Titles&#8230;</strong></p>
<p>was recently working on a new WordPress theme when I had need to modify the title of pages before output. The style I was attempting to use involved wrapping  tags around the title (inside of the href tags). The wp_list_pages() function returns pages (&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.843 seconds -->
