<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Make Logo link back to home page</title>
		<link>http://www.themolitor.com/forums/topic/make-logo-link-back-to-home-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Make Logo link back to home page</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 14:31:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/make-logo-link-back-to-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>petoz on "Make Logo link back to home page"</title>
			<link>http://www.themolitor.com/forums/topic/make-logo-link-back-to-home-page#post-15769</link>
			<pubDate>Wed, 07 Nov 2012 17:41:22 +0000</pubDate>
			<dc:creator>petoz</dc:creator>
			<guid isPermaLink="false">15769@http://www.themolitor.com/forums/</guid>
			<description><p>investigated again. I've changed it with &#60;?php echo home_url(); ?&#62; and all works fine.</p>
<p>Solved.<br />
Thanks for your interesting.
</p></description>
		</item>
		<item>
			<title>ckelley on "Make Logo link back to home page"</title>
			<link>http://www.themolitor.com/forums/topic/make-logo-link-back-to-home-page#post-15758</link>
			<pubDate>Wed, 07 Nov 2012 12:27:19 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">15758@http://www.themolitor.com/forums/</guid>
			<description><p>that sounds like somethings wrong with your install/database as its thats a WordPress function and it pulls the url from the db check your general settings and see if the url is broken</p>
<p>-Chris K
</p></description>
		</item>
		<item>
			<title>petoz on "Make Logo link back to home page"</title>
			<link>http://www.themolitor.com/forums/topic/make-logo-link-back-to-home-page#post-15724</link>
			<pubDate>Mon, 05 Nov 2012 15:19:54 +0000</pubDate>
			<dc:creator>petoz</dc:creator>
			<guid isPermaLink="false">15724@http://www.themolitor.com/forums/</guid>
			<description><p>for me don't work this tips,  deactivated it.<br />
 &#60;?php bloginfo('url'); ?&#62; return a link broken with "htt://" instead of "http://"<br />
I've took a look at the files but not found the bug.<br />
This happen only in photopharm updated.
</p></description>
		</item>
		<item>
			<title>ckelley on "Make Logo link back to home page"</title>
			<link>http://www.themolitor.com/forums/topic/make-logo-link-back-to-home-page#post-15702</link>
			<pubDate>Mon, 05 Nov 2012 06:16:07 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">15702@http://www.themolitor.com/forums/</guid>
			<description><p>Just took a quick look at the latest version and it should work fine nothings changed on that sense</p>
<p>-Chris K
</p></description>
		</item>
		<item>
			<title>petoz on "Make Logo link back to home page"</title>
			<link>http://www.themolitor.com/forums/topic/make-logo-link-back-to-home-page#post-15699</link>
			<pubDate>Sun, 04 Nov 2012 18:09:53 +0000</pubDate>
			<dc:creator>petoz</dc:creator>
			<guid isPermaLink="false">15699@http://www.themolitor.com/forums/</guid>
			<description><p>This trick not works with the last update there is an hint to solve this ?</p>
<p>Thanks in advance Chris</p>
<p>Renato
</p></description>
		</item>
		<item>
			<title>jjohnson112358 on "Make Logo link back to home page"</title>
			<link>http://www.themolitor.com/forums/topic/make-logo-link-back-to-home-page#post-6082</link>
			<pubDate>Tue, 24 Jan 2012 09:04:44 +0000</pubDate>
			<dc:creator>jjohnson112358</dc:creator>
			<guid isPermaLink="false">6082@http://www.themolitor.com/forums/</guid>
			<description><p>That worked beautifully, thanks!!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Make Logo link back to home page"</title>
			<link>http://www.themolitor.com/forums/topic/make-logo-link-back-to-home-page#post-6047</link>
			<pubDate>Mon, 23 Jan 2012 15:35:26 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">6047@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sure thing. Open up "header.php" and locate the following...</p>
<pre><code>&#60;!--LOGO--&#62;
&#60;img id=&#34;logo&#34; src=&#34;&#60;?php echo $logo;?&#62;&#34; alt=&#34;&#60;?php bloginfo(&#039;name&#039;); ?&#62;&#34; /&#62;&#60;!--end logo--&#62;</code></pre>
<p>...and change it to the following...</p>
<pre><code>&#60;!--LOGO--&#62;
&#60;a href=&#34;&#60;?php bloginfo(&#039;url&#039;);?&#62;&#34;&#62;&#60;img id=&#34;logo&#34; src=&#34;&#60;?php echo $logo;?&#62;&#34; alt=&#34;&#60;?php bloginfo(&#039;name&#039;); ?&#62;&#34; /&#62;&#60;/a&#62;&#60;!--end logo--&#62;</code></pre>
<p>Please note: this has not been tested, so let me know if this works for you as it should.
</p></description>
		</item>
		<item>
			<title>mauribix@gmail.com on "Make Logo link back to home page"</title>
			<link>http://www.themolitor.com/forums/topic/make-logo-link-back-to-home-page#post-6017</link>
			<pubDate>Mon, 23 Jan 2012 01:38:47 +0000</pubDate>
			<dc:creator>mauribix@gmail.com</dc:creator>
			<guid isPermaLink="false">6017@http://www.themolitor.com/forums/</guid>
			<description><p>that would be useful for me too. Is there a way to do that?
</p></description>
		</item>
		<item>
			<title>jjohnson112358 on "Make Logo link back to home page"</title>
			<link>http://www.themolitor.com/forums/topic/make-logo-link-back-to-home-page#post-5988</link>
			<pubDate>Sun, 22 Jan 2012 05:32:43 +0000</pubDate>
			<dc:creator>jjohnson112358</dc:creator>
			<guid isPermaLink="false">5988@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>I was wondering how I would make my logo link back to my home page when clicked on.  Thanks!</p>
<p>JJ
</p></description>
		</item>

	</channel>
</rss>
