<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: modmat Home link bug when Giving WordPress its Own Directory</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: modmat Home link bug when Giving WordPress its Own Directory</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 05:57:36 +0000</pubDate>

<item>
<title>MugenHAN on "modmat Home link bug when Giving WordPress its Own Directory"</title>
<link>http://wordpress.org/support/topic/246417#post-994669</link>
<pubDate>Sun, 22 Feb 2009 18:24:34 +0000</pubDate>
<dc:creator>MugenHAN</dc:creator>
<guid isPermaLink="false">994669@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I discovered a bug in modmat's sandbox.php when following the article, &#60;a href=&#34;http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory&#34;&#62;Giving WordPress Its Own Directory&#60;/a&#62;, where clicking Home will take you to the URL listed in &#60;strong&#62;Settings&#60;/strong&#62; &#38;gt; &#60;strong&#62;General&#60;/strong&#62; &#38;gt; &#60;strong&#62;WordPress address (URL)&#60;/strong&#62;, which may not display your WordPress homepage properly.&#60;/p&#62;
&#60;p&#62;Locate the following code in wp-content/themes/modmat/functions/sandbox.php:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;code&#62;echo &#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39; . get_settings(&#38;#39;siteurl&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;Home&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;And replace it with this line:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;code&#62;echo &#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39; . get_option(&#38;#39;home&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;Home&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
