<?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: How can I make the logo point to another site?</title>
		<link>http://www.kriesi.at/support/topic/how-can-i-make-the-logo-point-to-another-site</link>
		<description>Support Forum - Topic: How can I make the logo point to another site?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 09:28:56 +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/how-can-i-make-the-logo-point-to-another-site" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How can I make the logo point to another site?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-the-logo-point-to-another-site#post-20666</link>
			<pubDate>Wed, 08 Jun 2011 04:52:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20666@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that James could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FergieGirl on "How can I make the logo point to another site?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-the-logo-point-to-another-site#post-20658</link>
			<pubDate>Tue, 07 Jun 2011 23:53:32 +0000</pubDate>
			<dc:creator>FergieGirl</dc:creator>
			<guid isPermaLink="false">20658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James,&#60;br /&#62;
Yes, it does - thanks so much!&#60;br /&#62;
Cheers&#60;br /&#62;
Fergie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "How can I make the logo point to another site?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-the-logo-point-to-another-site#post-20619</link>
			<pubDate>Tue, 07 Jun 2011 14:19:09 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">20619@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You can modify the output of the logo and its link by changing the function in &#60;strong&#62;/framework/php/function-set-avia-frontend.php&#60;/strong&#62; around line 158.&#60;/p&#62;
&#60;p&#62;Copy this code in place of the &#60;strong&#62;avia_logo&#60;/strong&#62; function, and change the URL from MYSITE.COM to the URL you want to point the logo link to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!function_exists(&#38;#39;avia_logo&#38;#39;))
{
	/**
	 * return the logo of the theme. if a logo was uploaded and set at the backend options panel display it
	 * otherwise display the logo file linked in the css file for the .bg-logo class
	 * @return string the logo + url
	 */
	function avia_logo()
	{
		if($logo = avia_get_option(&#38;#39;avia, 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;http://MYSITE.COM&#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;);
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://MYSITE.COM&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}

		return $logo;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FergieGirl on "How can I make the logo point to another site?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-the-logo-point-to-another-site#post-20584</link>
			<pubDate>Tue, 07 Jun 2011 00:30:59 +0000</pubDate>
			<dc:creator>FergieGirl</dc:creator>
			<guid isPermaLink="false">20584@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there&#60;br /&#62;
I've created a secondary website for a client as a squeeze page using Broadscope. He wants the logo to point to his other main website. How? I have tried changing the URL address on the logo when I load it but it doesn't work, it just keeps reloading the existing site. The Broadscope site is&#60;br /&#62;
&#60;a href=&#34;http://myitsupportsydney.com.au/windows-server-data-recovery/&#34; rel=&#34;nofollow&#34;&#62;http://myitsupportsydney.com.au/windows-server-data-recovery/&#60;/a&#62;&#60;br /&#62;
Kind regards&#60;br /&#62;
Fergie
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
