<?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: Stop &#039;Featured&#039; Category showing in Submit Events form</title>
		<link>http://www.themolitor.com/forums/topic/stop-featured-category-showing-in-submit-events-form</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Stop &#039;Featured&#039; Category showing in Submit Events form</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 07:22:50 +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/stop-featured-category-showing-in-submit-events-form" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Stop &#039;Featured&#039; Category showing in Submit Events form"</title>
			<link>http://www.themolitor.com/forums/topic/stop-featured-category-showing-in-submit-events-form#post-28301</link>
			<pubDate>Thu, 03 Apr 2014 12:09:50 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28301@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The category option in the submission form will display all categories you have created.</p>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>dimkaff on "Stop &#039;Featured&#039; Category showing in Submit Events form"</title>
			<link>http://www.themolitor.com/forums/topic/stop-featured-category-showing-in-submit-events-form#post-28278</link>
			<pubDate>Thu, 03 Apr 2014 08:17:39 +0000</pubDate>
			<dc:creator>dimkaff</dc:creator>
			<guid isPermaLink="false">28278@http://www.themolitor.com/forums/</guid>
			<description><p>What if we try removing 'Featured' category from being an Events subcategory in the first place?</p>
<p>Will the 'Featured' category appear in that list on the Submit event page?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Stop &#039;Featured&#039; Category showing in Submit Events form"</title>
			<link>http://www.themolitor.com/forums/topic/stop-featured-category-showing-in-submit-events-form#post-27607</link>
			<pubDate>Fri, 07 Mar 2014 10:39:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27607@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>rickideeuk on "Stop &#039;Featured&#039; Category showing in Submit Events form"</title>
			<link>http://www.themolitor.com/forums/topic/stop-featured-category-showing-in-submit-events-form#post-27599</link>
			<pubDate>Fri, 07 Mar 2014 03:30:29 +0000</pubDate>
			<dc:creator>rickideeuk</dc:creator>
			<guid isPermaLink="false">27599@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris<br />
Yes that worked perfectly<br />
Many Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Stop &#039;Featured&#039; Category showing in Submit Events form"</title>
			<link>http://www.themolitor.com/forums/topic/stop-featured-category-showing-in-submit-events-form#post-27589</link>
			<pubDate>Thu, 06 Mar 2014 10:40:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27589@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The slider on the demo site is using the "Events" category to populate content, which is why you don't see something like "featured" in the category drop down on the submit page.</p>
<p>To exclude categories, open up post-form.php and locate the following on line 211...</p>
<pre><code>&#60;?php wp_dropdown_categories( &#039;show_option_none=&#039;.__(&#039;Select&#039;,&#039;themolitor&#039;).&#039;&#38;taxonomy=category&#38;child_of=&#039;.$eventCat ); ?&#62;</code></pre>
<p>You'll need to determine the id of the featured category you created (let's say it's "9") and update the code above to something like this...</p>
<pre><code>&#60;?php wp_dropdown_categories( &#039;show_option_none=&#039;.__(&#039;Select&#039;,&#039;themolitor&#039;).&#039;&#38;taxonomy=category&#38;child_of=&#039;.$eventCat.&#039;&#38;exclude=9&#039;); ?&#62;</code></pre>
<p>Notice I've added <code>.&#039;&#38;exclude=9&#039;</code> towards the end. Again, be sure to change "9" to the id value of the category  you created.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>rickideeuk on "Stop &#039;Featured&#039; Category showing in Submit Events form"</title>
			<link>http://www.themolitor.com/forums/topic/stop-featured-category-showing-in-submit-events-form#post-27580</link>
			<pubDate>Thu, 06 Mar 2014 04:28:39 +0000</pubDate>
			<dc:creator>rickideeuk</dc:creator>
			<guid isPermaLink="false">27580@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there</p>
<p>I only wanted certain events to appear in the homepage slider so I created a category called 'Featured' and that all seems to be working great.</p>
<p>The only problem is when someone goes to the 'Submit Event' form page and uses the drop-down field called 'Event Type' the 'Featured' category appears in that list. Is there a way to make 'Featured' disappear?</p>
<p>I notice it doesn't appear in your site demo.</p>
<p>Many Thanks
</p></description>
		</item>

	</channel>
</rss>
