<?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 do you remove the link from the logo?</title>
		<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-link-from-the-logo</link>
		<description>Support Forum - Topic: How do you remove the link from the logo?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 21:58:50 +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-do-you-remove-the-link-from-the-logo" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How do you remove the link from the logo?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-link-from-the-logo#post-20270</link>
			<pubDate>Wed, 01 Jun 2011 05:42:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>qcexclusive on "How do you remove the link from the logo?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-link-from-the-logo#post-20268</link>
			<pubDate>Wed, 01 Jun 2011 05:41:05 +0000</pubDate>
			<dc:creator>qcexclusive</dc:creator>
			<guid isPermaLink="false">20268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wow! Im an idiot. thanks for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do you remove the link from the logo?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-link-from-the-logo#post-20260</link>
			<pubDate>Wed, 01 Jun 2011 04:48:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20260@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code I posted above is correct - however it's used after the code you posted. You need to scroll down a bit. The best way to locate it would be to search the text file for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;quot;logo&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>qcexclusive on "How do you remove the link from the logo?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-link-from-the-logo#post-20249</link>
			<pubDate>Tue, 31 May 2011 22:19:45 +0000</pubDate>
			<dc:creator>qcexclusive</dc:creator>
			<guid isPermaLink="false">20249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Typo from above, I have this currently in the header: &#60;/p&#62;
&#60;p&#62;$logo = '&#60;img src=&#34;'.$k_option['general']['logo'] .'&#34; alt=&#34;'.get_settings('home').'&#34; /&#62;';&#60;br /&#62;
	$logoclass = 'logoimg';&#60;/p&#62;
&#60;p&#62;replaced it with the suggestion but it didnt work then replaced it with:&#60;br /&#62;
$logo = '&#38;lt;?php echo $logoclass; ?&#38;gt;&#34;&#38;gt;&#38;lt;?php echo $logo; ?&#38;gt;';&#60;br /&#62;
$logoclass = 'logoimg';&#60;/p&#62;
&#60;p&#62;still links perfectly which I do not want.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>qcexclusive on "How do you remove the link from the logo?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-link-from-the-logo#post-20248</link>
			<pubDate>Tue, 31 May 2011 22:09:34 +0000</pubDate>
			<dc:creator>qcexclusive</dc:creator>
			<guid isPermaLink="false">20248@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is the line of code I have in the header:&#60;/p&#62;
&#60;p&#62; $logo = '&#60;img src=&#34;'.$k_option['general']['logo'] .'&#34; alt=&#34;'.get_settings('home').'&#34; /&#62;';&#60;br /&#62;
	$logoclass = 'logoimg';&#60;/p&#62;
&#60;p&#62;I have replaced it with:&#60;br /&#62;
$logo = '&#38;lt;?php echo $logoclass; ?&#38;gt;&#34;&#38;gt;&#38;lt;?php echo $logo; ?&#38;gt;';&#60;br /&#62;
	$logoclass = 'logoimg';&#60;/p&#62;
&#60;p&#62;It still links to the home page though. Any insight. Its the first link that the engines see when they crawl the site and I need it to not link and skip to my first nav bar link for better results. If you could help that would be great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do you remove the link from the logo?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-link-from-the-logo#post-20222</link>
			<pubDate>Tue, 31 May 2011 20:22:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20222@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in header.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;quot;logo &#38;lt;?php echo $logoclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;/&#38;quot;&#38;gt;&#38;lt;?php echo $logo; ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;quot;logo &#38;lt;?php echo $logoclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php echo $logo; ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>qcexclusive on "How do you remove the link from the logo?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-link-from-the-logo#post-20174</link>
			<pubDate>Tue, 31 May 2011 02:10:49 +0000</pubDate>
			<dc:creator>qcexclusive</dc:creator>
			<guid isPermaLink="false">20174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I like the logo and dont want a slogan. Instead I just dont want it linking to the home page at all. A solution to this Im sure is easy but I cant find it in the css or php. Please help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
