<?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: Make portfolio images link to post instead of larger image</title>
		<link>http://www.themolitor.com/forums/topic/make-portfolio-images-link-to-post-instead-of-larger-image</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Make portfolio images link to post instead of larger image</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 23:32: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/make-portfolio-images-link-to-post-instead-of-larger-image" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Make portfolio images link to post instead of larger image"</title>
			<link>http://www.themolitor.com/forums/topic/make-portfolio-images-link-to-post-instead-of-larger-image#post-827</link>
			<pubDate>Tue, 27 Apr 2010 08:20:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">827@http://www.themolitor.com/forums/</guid>
			<description><p>No, that won't work.</p>
<p>What some users are doing is creating a post for each "category", and using the WordPress "insert gallery" option for individual posts. That way all your items can appear on the Portfolio page and clicking one will reveal more photos.
</p></description>
		</item>
		<item>
			<title>Istego9 on "Make portfolio images link to post instead of larger image"</title>
			<link>http://www.themolitor.com/forums/topic/make-portfolio-images-link-to-post-instead-of-larger-image#post-825</link>
			<pubDate>Tue, 27 Apr 2010 03:21:42 +0000</pubDate>
			<dc:creator>Istego9</dc:creator>
			<guid isPermaLink="false">825@http://www.themolitor.com/forums/</guid>
			<description><p>If I can add more portofolio categories ? It will be very useful</p>
<p>(is_category("Gallery") &#124;&#124; is_category("Portfolio")<br />
If I delete one of them here, will it work (one for lager image,one for link to post)?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Make portfolio images link to post instead of larger image"</title>
			<link>http://www.themolitor.com/forums/topic/make-portfolio-images-link-to-post-instead-of-larger-image#post-773</link>
			<pubDate>Mon, 19 Apr 2010 11:46:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">773@http://www.themolitor.com/forums/</guid>
			<description><ol>
<li>Open "thumbnail.php"</li>
<li>Locate the following code...<br />
<pre><code>&#60;?php if(is_category(&#34;Gallery&#34;) &#124;&#124; is_category(&#34;Portfolio&#34;)){ ?&#62;
&#60;?php $thumbwidth = 220; $thumbheight = 160;?&#62;
&#60;a class=&#34;thumb&#34; href=&#34;&#60;? echo $image ?&#62;&#34; title=&#34;&#34;&#62;</code></pre>
</li>
<li>Replace <code>&#60;? echo $image ?&#62;</code> with <code>&#60;?php the_permalink() ?&#62;</code></li>
<li>That's it!</li>
</ol></description>
		</item>

	</channel>
</rss>
