<?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: Post descriptions</title>
		<link>http://www.themolitor.com/forums/topic/post-descriptions</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Post descriptions</description>
		<language>en-US</language>
		<pubDate>Wed, 06 May 2026 02:26:01 +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/post-descriptions" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Post descriptions"</title>
			<link>http://www.themolitor.com/forums/topic/post-descriptions#post-16754</link>
			<pubDate>Wed, 19 Dec 2012 14:06:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16754@http://www.themolitor.com/forums/</guid>
			<description><p>Woohoo! Thanks so much :-D
</p></description>
		</item>
		<item>
			<title>jsnyder1 on "Post descriptions"</title>
			<link>http://www.themolitor.com/forums/topic/post-descriptions#post-16751</link>
			<pubDate>Wed, 19 Dec 2012 13:15:06 +0000</pubDate>
			<dc:creator>jsnyder1</dc:creator>
			<guid isPermaLink="false">16751@http://www.themolitor.com/forums/</guid>
			<description><p>Done! five stars of course. Thank you for the GREAT theme and for your extremely timely replies. My use of your theme: <a href="http://www.jessesnydermusic.com" rel="nofollow">http://www.jessesnydermusic.com</a> . Thanks Chris!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Post descriptions"</title>
			<link>http://www.themolitor.com/forums/topic/post-descriptions#post-16750</link>
			<pubDate>Wed, 19 Dec 2012 13:09:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16750@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>Please don't forget to rate this theme on your downloads page when you have the chance. It REALLY helps!</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jsnyder1 on "Post descriptions"</title>
			<link>http://www.themolitor.com/forums/topic/post-descriptions#post-16748</link>
			<pubDate>Wed, 19 Dec 2012 13:03:31 +0000</pubDate>
			<dc:creator>jsnyder1</dc:creator>
			<guid isPermaLink="false">16748@http://www.themolitor.com/forums/</guid>
			<description><p>That hits the spot. Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Post descriptions"</title>
			<link>http://www.themolitor.com/forums/topic/post-descriptions#post-16747</link>
			<pubDate>Wed, 19 Dec 2012 12:56:49 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16747@http://www.themolitor.com/forums/</guid>
			<description><p>Hmm... I updated the first edit above. I just replaced the link with "#" so it doesn't go anywhere.</p>
<p>Let me know if that works better.</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jsnyder1 on "Post descriptions"</title>
			<link>http://www.themolitor.com/forums/topic/post-descriptions#post-16745</link>
			<pubDate>Wed, 19 Dec 2012 12:32:13 +0000</pubDate>
			<dc:creator>jsnyder1</dc:creator>
			<guid isPermaLink="false">16745@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks! The first code change causes the post description field to disappear but the second change does remove the link from the title. My last bug is that I'd like to remove the link from the post featured image. any light to shed?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Post descriptions"</title>
			<link>http://www.themolitor.com/forums/topic/post-descriptions#post-16744</link>
			<pubDate>Wed, 19 Dec 2012 11:41:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16744@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You'll want to open up "index.php" and change the following on lines 22-24...</p>
<pre><code>&#60;a class=&#34;thumbLink&#34; href=&#34;&#60;?php the_permalink() ?&#62;&#34;&#62;&#60;?php the_post_thumbnail(&#039;post-thumbnail&#039;,array(&#039;title&#039; =&#62; &#34;&#34;)); ?&#62;&#60;/a&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;a class=&#34;thumbLink&#34; href=&#34;#&#34;&#62;&#60;?php the_post_thumbnail(&#039;post-thumbnail&#039;,array(&#039;title&#039; =&#62; &#34;&#34;)); ?&#62;&#60;/a&#62;</code></pre>
<p>And change the following on line 35...</p>
<pre><code>&#60;h2 class=&#34;posttitle&#34;&#62;&#60;a href=&#34;&#60;?php the_permalink() ?&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#60;?php the_title_attribute(); ?&#62;&#34;&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/h2&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;h2 class=&#34;posttitle&#34;&#62;&#60;?php the_title(); ?&#62;&#60;/h2&#62;</code></pre></description>
		</item>
		<item>
			<title>jsnyder1 on "Post descriptions"</title>
			<link>http://www.themolitor.com/forums/topic/post-descriptions#post-16721</link>
			<pubDate>Wed, 19 Dec 2012 09:04:28 +0000</pubDate>
			<dc:creator>jsnyder1</dc:creator>
			<guid isPermaLink="false">16721@http://www.themolitor.com/forums/</guid>
			<description><p>Also the post picture is linked to the same destination. I'd like to deactivate that as well.
</p></description>
		</item>
		<item>
			<title>jsnyder1 on "Post descriptions"</title>
			<link>http://www.themolitor.com/forums/topic/post-descriptions#post-16720</link>
			<pubDate>Wed, 19 Dec 2012 08:39:08 +0000</pubDate>
			<dc:creator>jsnyder1</dc:creator>
			<guid isPermaLink="false">16720@http://www.themolitor.com/forums/</guid>
			<description><p>In following a previous questions (which you helped with), on the post description to the right of the post, I don't want the title to be a link to "more" since I have also removed the more link. Is there a way to unlink the title? Thank you!
</p></description>
		</item>

	</channel>
</rss>
