<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Vfxdude &#187; Topic: How do I stop the default image from linking to itself?</title>
		<link>http://www.vfxdude.com/forum/topic/how-do-i-stop-the-default-image-from-linking-to-itself</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Sat, 11 Feb 2012 09:49:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/topic/how-do-i-stop-the-default-image-from-linking-to-itself" rel="self" type="application/rss+xml" />

		<item>
			<title>vfxdude on "How do I stop the default image from linking to itself?"</title>
			<link>http://www.vfxdude.com/forum/topic/how-do-i-stop-the-default-image-from-linking-to-itself#post-1569</link>
			<pubDate>Tue, 09 Mar 2010 15:30:16 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1569@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the second get_image call is wrong, it should be like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if ($postType == &#34;normal&#34;) { echo '&#38;lt;div class=&#34;postimage&#34;&#38;gt;'; get_image('normal',false,false,false);&#60;br /&#62;
echo '&#38;lt;/div&#38;gt;'; } ?&#38;gt; &#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>s4a on "How do I stop the default image from linking to itself?"</title>
			<link>http://www.vfxdude.com/forum/topic/how-do-i-stop-the-default-image-from-linking-to-itself#post-1568</link>
			<pubDate>Mon, 08 Mar 2010 23:45:21 +0000</pubDate>
			<dc:creator>s4a</dc:creator>
			<guid isPermaLink="false">1568@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi there. I can't seem to make this work. The images keep linking to them selves. My pictures are 528 wide, by a range of different heights.&#60;/p&#62;
&#60;p&#62;This is what I have done:&#60;/p&#62;
&#60;p&#62;if ($postType == &#34;feature&#34;)&#60;br /&#62;
		get_image('feature',false,false,false; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62; and&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- begin post --&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;post-&#38;lt;?php the_ID(); ?&#38;gt;&#34; class=&#34;post single &#38;lt;?php echo $postType;?&#38;gt; &#38;lt;?php &#60;/p&#62;
&#60;p&#62;bigfeature_post_class(); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php if ($postType == &#34;normal&#34;) { echo '&#38;lt;div class=&#34;postimage&#34;&#38;gt;'; get_image(get_image('feature',false,false,false);&#60;br /&#62;
echo '&#38;lt;/div&#38;gt;'; } ?&#38;gt;        &#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;regards,&#60;/p&#62;
&#60;p&#62;rich
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sven on "How do I stop the default image from linking to itself?"</title>
			<link>http://www.vfxdude.com/forum/topic/how-do-i-stop-the-default-image-from-linking-to-itself#post-1155</link>
			<pubDate>Sun, 07 Feb 2010 13:35:30 +0000</pubDate>
			<dc:creator>sven</dc:creator>
			<guid isPermaLink="false">1155@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;search functions are great, just wanted to find this out. You should add it to your FAQ. Thanks for the support you give for the theme.&#60;/p&#62;
&#60;p&#62;Even though I had to try it 3 times to get it right it now works
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alaksandus on "How do I stop the default image from linking to itself?"</title>
			<link>http://www.vfxdude.com/forum/topic/how-do-i-stop-the-default-image-from-linking-to-itself#post-276</link>
			<pubDate>Thu, 26 Nov 2009 14:42:30 +0000</pubDate>
			<dc:creator>Alaksandus</dc:creator>
			<guid isPermaLink="false">276@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thanks. It works fine now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "How do I stop the default image from linking to itself?"</title>
			<link>http://www.vfxdude.com/forum/topic/how-do-i-stop-the-default-image-from-linking-to-itself#post-275</link>
			<pubDate>Thu, 26 Nov 2009 14:30:23 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">275@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;this was a feature request I added, but if you want to remove it, you can do so in the get_image function in the theme-functions.php file (in library/functions). Search for &#38;quot;is_single()?$image:&#38;quot; and replace with nothing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alaksandus on "How do I stop the default image from linking to itself?"</title>
			<link>http://www.vfxdude.com/forum/topic/how-do-i-stop-the-default-image-from-linking-to-itself#post-274</link>
			<pubDate>Thu, 26 Nov 2009 13:40:43 +0000</pubDate>
			<dc:creator>Alaksandus</dc:creator>
			<guid isPermaLink="false">274@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Right now after clicking once and I am in the post, clicking the default image again links to the image file url. Anyone could tell me where can I find the code to change to ammend this? Thanks a bunch.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

