<?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: Gallery: Clicks</title>
		<link>http://www.themolitor.com/forums/topic/gallery-clicks</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Gallery: Clicks</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:43:42 +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/gallery-clicks" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Gallery: Clicks"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-clicks#post-34696</link>
			<pubDate>Thu, 28 May 2015 13:01:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">34696@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Just to clarify, are you referring to the images on the category pages? If so, open archive.php and change the following on lines 70-82 from this...</p>
<pre><code>&#60;?php
//GALLERY FORMAT FEAUTED IMAGE
if( has_post_thumbnail() &#38;&#38; has_post_format( &#039;gallery&#039; ) ){?&#62;
	&#60;a class=&#34;featuredLink hasGallery&#34; href=&#34;&#60;?php the_permalink();?&#62;&#34;&#62;&#60;?php the_post_thumbnail(&#039;grid&#039;); molitor_attachment_archivepage(); ?&#62;&#60;/a&#62;
&#60;?php
//ASIDE FEATURED IMAGE
} else if ( has_post_thumbnail() &#38;&#38; has_post_format( &#039;aside&#039; ) ) { ?&#62;
	&#60;div class=&#34;asideImage&#34;&#62;&#60;?php the_post_thumbnail(&#039;grid&#039;); ?&#62;&#60;/div&#62;
&#60;?php
//FEATURED IMAGE - EXCEPT FOR QUOTE FORMAT
} else if ( has_post_thumbnail() &#38;&#38; !has_post_format( &#039;quote&#039; ) ) { ?&#62;
	&#60;a class=&#34;featuredLink&#34; href=&#34;&#60;?php the_permalink();?&#62;&#34;&#62;&#60;?php the_post_thumbnail(&#039;grid&#039;); ?&#62;&#60;/a&#62;
&#60;?php } ?&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;?php
//GALLERY FORMAT FEAUTED IMAGE
if( has_post_thumbnail() &#38;&#38; has_post_format( &#039;gallery&#039; ) ){?&#62;
	&#60;a class=&#34;featuredLink hasGallery&#34; href=&#34;#&#34;&#62;&#60;?php the_post_thumbnail(&#039;grid&#039;); molitor_attachment_archivepage(); ?&#62;&#60;/a&#62;
&#60;?php
//ASIDE FEATURED IMAGE
} else if ( has_post_thumbnail() &#38;&#38; has_post_format( &#039;aside&#039; ) ) { ?&#62;
	&#60;div class=&#34;asideImage&#34;&#62;&#60;?php the_post_thumbnail(&#039;grid&#039;); ?&#62;&#60;/div&#62;
&#60;?php
//FEATURED IMAGE - EXCEPT FOR QUOTE FORMAT
} else if ( has_post_thumbnail() &#38;&#38; !has_post_format( &#039;quote&#039; ) ) { ?&#62;
	&#60;a class=&#34;featuredLink&#34; href=&#34;#&#34;&#62;&#60;?php the_post_thumbnail(&#039;grid&#039;); ?&#62;&#60;/a&#62;
&#60;?php } ?&#62;</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>alisonleon on "Gallery: Clicks"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-clicks#post-34693</link>
			<pubDate>Thu, 28 May 2015 12:16:53 +0000</pubDate>
			<dc:creator>alisonleon</dc:creator>
			<guid isPermaLink="false">34693@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>In the images in the posts section such as <a href="http://premium.themolitor.com/?theme=thecontractor" rel="nofollow">http://premium.themolitor.com/?theme=thecontractor</a> can I make them not-clickable so they dont go to another page if possible?</p>
<p>Thanks
</p></description>
		</item>

	</channel>
</rss>
