<?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: Related Page</title>
		<link>http://www.themolitor.com/forums/topic/related-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Related Page</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:29:38 +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/related-page" rel="self" type="application/rss+xml" />

		<item>
			<title>seanfernandes on "Related Page"</title>
			<link>http://www.themolitor.com/forums/topic/related-page#post-10376</link>
			<pubDate>Fri, 25 May 2012 01:37:15 +0000</pubDate>
			<dc:creator>seanfernandes</dc:creator>
			<guid isPermaLink="false">10376@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Molitor, I am also having a problem with the related pages widget. It shows the child pages as well as sibling pages but for some reason it's also displaying a link to the current page. I need to remove this as it doesn't make sense to have a link to the current page. Thanks,
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Related Page"</title>
			<link>http://www.themolitor.com/forums/topic/related-page#post-283</link>
			<pubDate>Fri, 01 Jan 2010 01:04:44 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">283@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the nice feedback!</p>
<p>To remove the related pages section, which does indeed only show up on pages that have child or sibling pages, follow these steps...</p>
<ol>
<li>Open "sidebar.php" (either from the "edit" page or via ftp)</li>
<li>locate and remove the code mentioned in step 3...</li>
<li>
<pre><code>&#60;?php
if($post-&#62;post_parent)
$children = wp_list_pages(&#34;title_li=&#38;sort_column=menu_order&#38;child_of=&#34;.$post-&#62;post_parent.&#34;&#38;echo=0&#34;);
else
$children = wp_list_pages(&#34;title_li=&#38;sort_column=menu_order&#38;child_of=&#34;.$post-&#62;ID.&#34;&#38;echo=0&#34;);
if ($children) { ?&#62;
&#60;li class=&#34;widget&#34;&#62;
&#60;h2 class=&#34;widgettitle&#34;&#62;&#60; span&#62;Related Pages&#60; /span&#62;&#60;/h2&#62;
&#60;div class=&#34;widgetcontent&#34;&#62;
&#60;ul id=&#34;subnav&#34;&#62;
&#60;?php echo $children; ?&#62;
&#60;/ul&#62;
&#60;/div&#62;
&#60;/li&#62;
&#60;?php } ?&#62;</code></pre>
</li>
<li>That's it! If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page ;-)</li>
</ol></description>
		</item>
		<item>
			<title>mannanan on "Related Page"</title>
			<link>http://www.themolitor.com/forums/topic/related-page#post-282</link>
			<pubDate>Thu, 31 Dec 2009 18:33:46 +0000</pubDate>
			<dc:creator>mannanan</dc:creator>
			<guid isPermaLink="false">282@http://www.themolitor.com/forums/</guid>
			<description><p>Hello, first of all I would like to thank you for making this cool template, it is very nice :). I am a complete Wordpress noob so my question might be very lame :(. Here goes:</p>
<p>   How do i get rid of the Related Pages section that appears in the sidebar of each page that has child pages (or so i'we noticed). I'we tried to find a solution on the web, but everybody keeps mentioning that it is done through Appearance&#62;Extras option on the Dashboard, which doesn't exists on my admin panel (i'we upgraded to 2.9 version if that counts for something, and i only have Themes, Widgets and Editor options there). Thank you for answering in advance.
</p></description>
		</item>

	</channel>
</rss>
