<?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: Logo Link</title>
		<link>http://www.kriesi.at/support/topic/logo-link-1</link>
		<description>Support Forum - Topic: Logo Link</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 19:54:01 +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/logo-link-1" rel="self" type="application/rss+xml" />

		<item>
			<title>michaelbmckeon on "Logo Link"</title>
			<link>http://www.kriesi.at/support/topic/logo-link-1#post-72994</link>
			<pubDate>Mon, 27 Aug 2012 06:09:43 +0000</pubDate>
			<dc:creator>michaelbmckeon</dc:creator>
			<guid isPermaLink="false">72994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great...thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Logo Link"</title>
			<link>http://www.kriesi.at/support/topic/logo-link-1#post-72920</link>
			<pubDate>Sun, 26 Aug 2012 08:50:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up coalition\framework\php\function-set-avia-frontend.php and search for following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($logo = avia_get_option(&#38;#39;logo&#38;#39;))
		{
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;
			 $logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}
		else
		{
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);
			if($use_image) $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$use_image.&#38;quot; alt=&#38;#39;&#38;#39; title=&#38;#39;$logo&#38;#39;/&#38;gt;&#38;quot;;
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($logo = avia_get_option(&#38;#39;logo&#38;#39;))
		{
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;
			 $logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;
		}
		else
		{
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);
			if($use_image) $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$use_image.&#38;quot; alt=&#38;#39;&#38;#39; title=&#38;#39;$logo&#38;#39;/&#38;gt;&#38;quot;;
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to remove the link.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelbmckeon on "Logo Link"</title>
			<link>http://www.kriesi.at/support/topic/logo-link-1#post-72907</link>
			<pubDate>Sun, 26 Aug 2012 07:18:28 +0000</pubDate>
			<dc:creator>michaelbmckeon</dc:creator>
			<guid isPermaLink="false">72907@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where can I change the code that makes the logo link return you to the home page?  I basically just want to have the logo in Coalition just be a stagnant image with no link.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
