<?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>Support Forum - Topic: links on images</title>
		<link>http://www.kriesi.at/support/topic/links-on-images</link>
		<description>Support Forum - Topic: links on images</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 01:31:02 +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.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/links-on-images" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "links on images"</title>
			<link>http://www.kriesi.at/support/topic/links-on-images#post-28583</link>
			<pubDate>Tue, 04 Oct 2011 14:32:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28583@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>moritzbb on "links on images"</title>
			<link>http://www.kriesi.at/support/topic/links-on-images#post-28537</link>
			<pubDate>Mon, 03 Oct 2011 18:55:15 +0000</pubDate>
			<dc:creator>moritzbb</dc:creator>
			<guid isPermaLink="false">28537@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot, I juste tried and everything is working fine.&#60;/p&#62;
&#60;p&#62;Really thanks for your super support!&#60;br /&#62;
;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "links on images"</title>
			<link>http://www.kriesi.at/support/topic/links-on-images#post-28134</link>
			<pubDate>Thu, 29 Sep 2011 00:03:51 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes,&#60;br /&#62;
you can open your index.php, you'll have to select &#34;edit by html&#34; in your dashboard and then edit the part after&#60;br /&#62;
&#60;code&#62;//*if you did choose: &#38;quot;edit by html&#38;quot; you can now edit the following lines: *//&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>moritzbb on "links on images"</title>
			<link>http://www.kriesi.at/support/topic/links-on-images#post-28105</link>
			<pubDate>Wed, 28 Sep 2011 17:14:28 +0000</pubDate>
			<dc:creator>moritzbb</dc:creator>
			<guid isPermaLink="false">28105@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;first point works PERFECTLY: thanks a lot! :))&#60;/p&#62;
&#60;p&#62;second point... not! or at least not as I want.&#60;br /&#62;
In few words: your suggestion changes all the post to be a link and the link is the post link (as I don't want to).&#60;/p&#62;
&#60;p&#62;Request:&#60;br /&#62;
I would like to put the link I want on each image and title for the three boxes (for a total of three different links).&#60;br /&#62;
It is feasible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "links on images"</title>
			<link>http://www.kriesi.at/support/topic/links-on-images#post-28067</link>
			<pubDate>Wed, 28 Sep 2011 12:39:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28067@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - the mods will affect the homepage only :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>moritzbb on "links on images"</title>
			<link>http://www.kriesi.at/support/topic/links-on-images#post-28040</link>
			<pubDate>Wed, 28 Sep 2011 06:07:49 +0000</pubDate>
			<dc:creator>moritzbb</dc:creator>
			<guid isPermaLink="false">28040@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot, no problem for the delay!&#60;br /&#62;
:)&#60;/p&#62;
&#60;p&#62;I will try your solution, but I do not understand what do you mean for:&#60;/p&#62;
&#60;p&#62;&#34;Note: if you want to do it manually none of the above options work - I doubt you did it manually though, so it should work :)&#34;&#60;/p&#62;
&#60;p&#62;It is only the home page that I want to modify to let images be linked... I can go?&#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "links on images"</title>
			<link>http://www.kriesi.at/support/topic/links-on-images#post-28008</link>
			<pubDate>Tue, 27 Sep 2011 20:32:47 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28008@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
excuse me for the delay, your post must have slipped through.&#60;br /&#62;
If you selected a page where your slider gets the image you can open your header.php and find&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($my_query-&#38;gt;have_posts()) :  while ($my_query-&#38;gt;have_posts()) : $my_query-&#38;gt;the_post();
		   	the_content();
			endwhile;  endif;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace this by&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($my_query-&#38;gt;have_posts()) :  while ($my_query-&#38;gt;have_posts()) : $my_query-&#38;gt;the_post();
           ?&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink();?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php
		   	the_content();
	 		?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;?php
			endwhile;  endif;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you chose the option to &#34;use posts&#34; for filling the boxes you can open your index.php and at the bottom of the file replace&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;info_box box&#38;lt;?php echo $counter; $counter++; ?&#38;gt;&#38;quot;&#38;gt;
                    &#38;lt;div class=&#38;quot;box_image&#38;quot;&#38;gt;&#38;lt;img src=&#38;#39;&#38;lt;?php echo $preview_pic_mainpage; $preview_pic_mainpage =&#38;#39;&#38;#39;; ?&#38;gt;&#38;#39; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/div&#38;gt;
                    &#38;lt;span class=&#38;quot;meta&#38;quot;&#38;gt;&#38;lt;?php echo $punchline; $punchline=&#38;#39;&#38;#39;;?&#38;gt;&#38;lt;/span&#38;gt;
                    &#38;lt;h2&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;
                    &#38;lt;?php the_content(&#38;#39;Read more&#38;#39;); ?&#38;gt;
                    &#38;lt;?php edit_post_link(&#38;#39;Edit&#38;#39;,&#38;#39;&#38;#39;, &#38;#39;&#38;#39; ); ?&#38;gt;
                &#38;lt;/div&#38;gt;
		&#38;lt;?php endwhile; endif; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;by&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;info_box box&#38;lt;?php echo $counter; $counter++; ?&#38;gt;&#38;quot;&#38;gt;
                    &#38;lt;div class=&#38;quot;box_image&#38;quot;&#38;gt;
                    	&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink(); ?&#38;gt;&#38;quot;&#38;gt;
                    	&#38;lt;img src=&#38;#39;&#38;lt;?php echo $preview_pic_mainpage; $preview_pic_mainpage =&#38;#39;&#38;#39;; ?&#38;gt;&#38;#39; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/div&#38;gt;
                    &#38;lt;span class=&#38;quot;meta&#38;quot;&#38;gt;&#38;lt;?php echo $punchline; $punchline=&#38;#39;&#38;#39;;?&#38;gt;&#38;lt;/span&#38;gt;
                    &#38;lt;h2&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;
                    &#38;lt;?php the_content(&#38;#39;Read more&#38;#39;); ?&#38;gt;
                    	&#38;lt;/a&#38;gt;
                    &#38;lt;?php edit_post_link(&#38;#39;Edit&#38;#39;,&#38;#39;&#38;#39;, &#38;#39;&#38;#39; ); ?&#38;gt;
                &#38;lt;/div&#38;gt;
		&#38;lt;?php endwhile; endif; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;Note: if you want to do it manually none of the above options work&#60;/strong&#62; - I doubt you did it manually though, so it should work :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>moritzbb on "links on images"</title>
			<link>http://www.kriesi.at/support/topic/links-on-images#post-27995</link>
			<pubDate>Tue, 27 Sep 2011 18:35:18 +0000</pubDate>
			<dc:creator>moritzbb</dc:creator>
			<guid isPermaLink="false">27995@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;no reply means impossible, difficult or... I just keep waiting?&#60;br /&#62;
;)&#60;/p&#62;
&#60;p&#62;Thanks a lot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>moritzbb on "links on images"</title>
			<link>http://www.kriesi.at/support/topic/links-on-images#post-27659</link>
			<pubDate>Fri, 23 Sep 2011 16:11:09 +0000</pubDate>
			<dc:creator>moritzbb</dc:creator>
			<guid isPermaLink="false">27659@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to add links on the images:&#60;br /&#62;
* of the slideshow;&#60;br /&#62;
* of the three posts (and on the titles).&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://biobrisk.com&#34; rel=&#34;nofollow&#34;&#62;http://biobrisk.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;how do I do it?&#60;/p&#62;
&#60;p&#62;thanks a lot
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
