<?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: Site logo with an absolute url instead of site url in WordPress</title>
		<link>http://www.kriesi.at/support/topic/site-logo-with-an-absolute-url-instead-of-site-url-in-wordpress</link>
		<description>Support Forum - Topic: Site logo with an absolute url instead of site url in WordPress</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 07:07:26 +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/site-logo-with-an-absolute-url-instead-of-site-url-in-wordpress" rel="self" type="application/rss+xml" />

		<item>
			<title>gobigfoot on "Site logo with an absolute url instead of site url in WordPress"</title>
			<link>http://www.kriesi.at/support/topic/site-logo-with-an-absolute-url-instead-of-site-url-in-wordpress#post-40065</link>
			<pubDate>Fri, 03 Feb 2012 21:28:20 +0000</pubDate>
			<dc:creator>gobigfoot</dc:creator>
			<guid isPermaLink="false">40065@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;in framework/php/function-set-avia-frontend.php&#60;br /&#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($use_image = &#38;quot;&#38;quot;)
	{
		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;http://www.nameofthesite.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;);
			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;http://www.nameofthesite.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;</description>
		</item>
		<item>
			<title>facmedudem on "Site logo with an absolute url instead of site url in WordPress"</title>
			<link>http://www.kriesi.at/support/topic/site-logo-with-an-absolute-url-instead-of-site-url-in-wordpress#post-40044</link>
			<pubDate>Fri, 03 Feb 2012 16:52:41 +0000</pubDate>
			<dc:creator>facmedudem</dc:creator>
			<guid isPermaLink="false">40044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I guess it's this file that needs to be modified:&#60;/p&#62;
&#60;p&#62;function-set-avia-frontend.php&#60;/p&#62;
&#60;p&#62;and the function is: avia_logo&#60;/p&#62;
&#60;p&#62;How can it be done?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>facmedudem on "Site logo with an absolute url instead of site url in WordPress"</title>
			<link>http://www.kriesi.at/support/topic/site-logo-with-an-absolute-url-instead-of-site-url-in-wordpress#post-40042</link>
			<pubDate>Fri, 03 Feb 2012 16:43:55 +0000</pubDate>
			<dc:creator>facmedudem</dc:creator>
			<guid isPermaLink="false">40042@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to attach an absolute url (&#60;a href=&#34;http://www.nameofthesite.com&#34; rel=&#34;nofollow&#34;&#62;http://www.nameofthesite.com&#60;/a&#62; ) to the site logo instead of retrieving the site url that's entered in WordPress?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
