<?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: Adding a message board to my website</title>
		<link>http://www.themolitor.com/forums/topic/adding-a-message-board-to-my-website</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Adding a message board to my website</description>
		<language>en-US</language>
		<pubDate>Fri, 12 Jun 2026 10:29:36 +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/adding-a-message-board-to-my-website" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Adding a message board to my website"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-message-board-to-my-website#post-32999</link>
			<pubDate>Tue, 10 Feb 2015 13:24:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">32999@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>DuckinandDivinFilms on "Adding a message board to my website"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-message-board-to-my-website#post-32997</link>
			<pubDate>Tue, 10 Feb 2015 11:45:10 +0000</pubDate>
			<dc:creator>DuckinandDivinFilms</dc:creator>
			<guid isPermaLink="false">32997@http://www.themolitor.com/forums/</guid>
			<description><p>Wicked, thanks Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Adding a message board to my website"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-message-board-to-my-website#post-32925</link>
			<pubDate>Thu, 05 Feb 2015 10:43:57 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">32925@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Please understand this isn't a "fix". WordPress requires posts be assigned to category, so this edit is something unique to the plugin you're using only.</p>
<p>Regarding the edits, you need to apply those via FTP. Just locate the "include" folder inside your Aid theme directory and open the breadcrumbs.php file.</p>
<p>Please keep in mind that plugin support like this is not included with standard theme support services that I provide. If you need additional help with these edits, I'll have to ask that you submit a request for customization services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>DuckinandDivinFilms on "Adding a message board to my website"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-message-board-to-my-website#post-32921</link>
			<pubDate>Wed, 04 Feb 2015 22:58:41 +0000</pubDate>
			<dc:creator>DuckinandDivinFilms</dc:creator>
			<guid isPermaLink="false">32921@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>Thanks for your response. Where do I find include/breadcrumbs.php ? </p>
<p>And is this going to be fixed in the next version?</p>
<p>Many thanks in advance.  </p>
<p>Best,<br />
Geoff
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Adding a message board to my website"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-message-board-to-my-website#post-32911</link>
			<pubDate>Wed, 04 Feb 2015 10:21:44 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">32911@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sure thing!</p>
<p>Open include/breadcrumbs.php and change the following on line 33 from this...</p>
<pre><code>echo get_category_parents($cat, TRUE, &#039; &#039; . $delimiter . &#039; &#039;);</code></pre>
<p>...to this...</p>
<pre><code>if($cat != &#039;&#039;) {echo get_category_parents($cat, TRUE, &#039; &#039; . $delimiter . &#039; &#039;);}</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>DuckinandDivinFilms on "Adding a message board to my website"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-message-board-to-my-website#post-32899</link>
			<pubDate>Wed, 04 Feb 2015 03:24:41 +0000</pubDate>
			<dc:creator>DuckinandDivinFilms</dc:creator>
			<guid isPermaLink="false">32899@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there, </p>
<p>I'm currently trying to add a plugin called CM Answers but I've experienced a few problems along the way. Here's what their support team told me: </p>
<p>CreativeMinds<br />
Feb 4 11:04<br />
Hi Geoff</p>
<p>Theme assumption is that every page has a category, but CMA question don't have to (in / themes / wpaid / include / breadcrumbs.php):<br />
$cat = get_the_category(); $cat = $cat[0];<br />
echo get_category_parents($cat, TRUE, ' ' . $delimiter . ' '); // &#60;--- error<br />
Temporaily I've added a condition before echo to check wheter $cat is not empty. </p>
<p>This should be fixed by the theme developers.</p>
<p>Can you help with this? <a href="http://chagosrefugeesgroup.org/message-board/" rel="nofollow">http://chagosrefugeesgroup.org/message-board/</a></p>
<p>Cheers,<br />
Geoff
</p></description>
		</item>

	</channel>
</rss>
