<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Featured/ sticky posts title</title>
		<link>http://www.themolitor.com/forums/topic/featured-sticky-posts-title</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Featured/ sticky posts title</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 16:50:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/featured-sticky-posts-title" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Featured/ sticky posts title"</title>
			<link>http://www.themolitor.com/forums/topic/featured-sticky-posts-title#post-34357</link>
			<pubDate>Wed, 13 May 2015 13:09:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">34357@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>PDuffy on "Featured/ sticky posts title"</title>
			<link>http://www.themolitor.com/forums/topic/featured-sticky-posts-title#post-34355</link>
			<pubDate>Wed, 13 May 2015 12:17:45 +0000</pubDate>
			<dc:creator>PDuffy</dc:creator>
			<guid isPermaLink="false">34355@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>Worked great, &#38; thanks for quick reply!!</p>
<p>Best,<br />
Paul
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Featured/ sticky posts title"</title>
			<link>http://www.themolitor.com/forums/topic/featured-sticky-posts-title#post-34354</link>
			<pubDate>Wed, 13 May 2015 11:52:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">34354@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I really appreciate the nice remarks and 5 stars! ;-)</p>
<p>That text is controlled from sticky-posts.php on line 77...</p>
<pre><code>&#60;div&#62;&#60;p&#62;&#60;span&#62;&#60;?php if( is_sticky() ) { _e(&#039;Featured&#039;,&#039;themolitor&#039;); } else { echo _e(&#039;Latest&#039;,&#039;themolitor&#039;); } echo &#039; &#039;.$postCategory[0]-&#62;cat_name.&#039; &#039;; _e(&#039;Item&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;?php echo get_the_title($post_id); ?&#62;&#60;/p&#62;&#60;/div&#62;</code></pre>
<p>To remove "latest" and keep "featured", you'll want to change it to this...</p>
<pre><code>&#60;div&#62;&#60;p&#62;&#60;span&#62;&#60;?php if( is_sticky() ) { _e(&#039;Featured&#039;,&#039;themolitor&#039;); } echo &#039; &#039;.$postCategory[0]-&#62;cat_name.&#039; &#039;; _e(&#039;Item&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;?php echo get_the_title($post_id); ?&#62;&#60;/p&#62;&#60;/div&#62;</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>PDuffy on "Featured/ sticky posts title"</title>
			<link>http://www.themolitor.com/forums/topic/featured-sticky-posts-title#post-34353</link>
			<pubDate>Wed, 13 May 2015 11:45:38 +0000</pubDate>
			<dc:creator>PDuffy</dc:creator>
			<guid isPermaLink="false">34353@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>First of all - thank you for creating such a stunning theme. You are raising the bar on TF! Will be rating 5 stars.</p>
<p>I would like to change the title of featured/ sticky items displayed here: <a href="http://goo.gl/bvsVIF" rel="nofollow">http://goo.gl/bvsVIF</a></p>
<p>because my category is called "latest thinking" and the sticky posts are coming up as "Latest Latest Thinking: Item &#60;post title&#62;.</p>
<p>Sorry if the answer is obvious - or if you have addressed this before - I looked through a lot of threads and couldn't find the answer.</p>
<p>Best, Paul
</p></description>
		</item>

	</channel>
</rss>
