<?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: Closing default page... Title is wrong</title>
		<link>http://www.themolitor.com/forums/topic/closing-default-page-title-is-wrong</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Closing default page... Title is wrong</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 20:56:39 +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/closing-default-page-title-is-wrong" rel="self" type="application/rss+xml" />

		<item>
			<title>Umbrella_Interactive on "Closing default page... Title is wrong"</title>
			<link>http://www.themolitor.com/forums/topic/closing-default-page-title-is-wrong#post-4790</link>
			<pubDate>Sun, 20 Nov 2011 09:24:18 +0000</pubDate>
			<dc:creator>Umbrella_Interactive</dc:creator>
			<guid isPermaLink="false">4790@http://www.themolitor.com/forums/</guid>
			<description><p>hello,</p>
<p>Many thanks for the updted code HOWEVER you missed out a bracket:  } which needs to be placed after the first &#60;?php</p>
<p>So if anyone else has the same issue (broken footer and header) thats the cause!</p>
<p>Keep up the good work :)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Closing default page... Title is wrong"</title>
			<link>http://www.themolitor.com/forums/topic/closing-default-page-title-is-wrong#post-4721</link>
			<pubDate>Mon, 14 Nov 2011 16:11:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">4721@http://www.themolitor.com/forums/</guid>
			<description><p>Ah, here's a quick fix...</p>
<ol>
<li>Open "footer.php"</li>
<li>Locate the following on line 42...<br />
<pre><code>&#60;div class=&#34;pageContent&#34;&#62;
		&#60;?php if(is_single() &#124;&#124; is_page()) { ?&#62;</code></pre>
<p>...and change it to this...</p>
<pre><code>&#60;div class=&#34;pageContent&#34;&#62;
		&#60;?php if(is_front_page()) { ?&#62;
		&#60;h2&#62;Details&#60;/h2&#62;
		&#60;?php elseif(is_single() &#124;&#124; is_page()) { ?&#62;</code></pre>
</li>
<li>You can customize the "details" text above to say what you want.</li>
</ol></description>
		</item>
		<item>
			<title>mconheady on "Closing default page... Title is wrong"</title>
			<link>http://www.themolitor.com/forums/topic/closing-default-page-title-is-wrong#post-4075</link>
			<pubDate>Thu, 08 Sep 2011 07:10:30 +0000</pubDate>
			<dc:creator>mconheady</dc:creator>
			<guid isPermaLink="false">4075@http://www.themolitor.com/forums/</guid>
			<description><p>Just a small thing I noticed.<br />
I have a page set up as the welcome page of my site. <a href="http://nyhistoric.com/" rel="nofollow">http://nyhistoric.com/</a><br />
When that page box is closed it appears down (minimized) in the footer as posts and pages do when they are closed, but instead of showing the title of the welcome page (Welcome to NYHistoric), it shows the title of the first post entered (She-Qua-Ga - Tumbling waters). Clicking that brings up the welcome page again, not She-Qua-Ga - Tumbling waters... am I doing something wrong?</p>
<p>Any ideas?
</p></description>
		</item>

	</channel>
</rss>
