<?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: Replace a &quot;Category&quot; Tab with a &quot;Tag&quot; Tab</title>
		<link>http://www.themolitor.com/forums/topic/replace-a-category-tab-with-a-tag-tab</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Replace a &quot;Category&quot; Tab with a &quot;Tag&quot; Tab</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 15:25:43 +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/replace-a-category-tab-with-a-tag-tab" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Replace a &quot;Category&quot; Tab with a &quot;Tag&quot; Tab"</title>
			<link>http://www.themolitor.com/forums/topic/replace-a-category-tab-with-a-tag-tab#post-26964</link>
			<pubDate>Wed, 05 Feb 2014 10:29:33 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26964@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm still a bit confused. Tags are completely separate from categories, so they can't be "under" categories. From what I understand, the best way to do that is to make "Food", "Cocktails", etc. child categories for your NY category.</p>
<p>Would that not work for you?</p>
<p>In any case, you can simply replace the query parameters with tag settings. For more info, please review this codex page: <a href="http://codex.wordpress.org/Class_Reference/WP_Query#Tag_Parameters" rel="nofollow">http://codex.wordpress.org/Class_Reference/WP_Query#Tag_Parameters</a></p>
<p>If you need help implementing this edit, please submit a customization request 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>steliodj on "Replace a &quot;Category&quot; Tab with a &quot;Tag&quot; Tab"</title>
			<link>http://www.themolitor.com/forums/topic/replace-a-category-tab-with-a-tag-tab#post-26951</link>
			<pubDate>Tue, 04 Feb 2014 14:29:44 +0000</pubDate>
			<dc:creator>steliodj</dc:creator>
			<guid isPermaLink="false">26951@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I use categories for cities and tags for food,beverages etc.</p>
<p>So for example i have  the city NY(category) and under NY several TAGS, like FOOD, COCKTAILS,ETC.</p>
<p>I need it to be like this so i would appreciate it if you can help me on how to add tags there instead of categories.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Replace a &quot;Category&quot; Tab with a &quot;Tag&quot; Tab"</title>
			<link>http://www.themolitor.com/forums/topic/replace-a-category-tab-with-a-tag-tab#post-26922</link>
			<pubDate>Tue, 04 Feb 2014 10:32:57 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26922@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm a little confused. Why do you need to use tags? Can you provide more details about why you're trying to do? </p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>steliodj on "Replace a &quot;Category&quot; Tab with a &quot;Tag&quot; Tab"</title>
			<link>http://www.themolitor.com/forums/topic/replace-a-category-tab-with-a-tag-tab#post-26907</link>
			<pubDate>Mon, 03 Feb 2014 22:35:02 +0000</pubDate>
			<dc:creator>steliodj</dc:creator>
			<guid isPermaLink="false">26907@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there, this is really important for me and it seems like it wouldn't take much time to answer.</p>
<p>I need to replace one of the "category" Tabs of the home page to a "tag" Tab.</p>
<p>First of all i'm trying(probably the wrong way) to add it in functions by: </p>
<pre><code>//CREATE TAGS DROP DOWN OPTION
$options_tags = get_the_tags();
if ($options_tags) {
  foreach($options_tags as $tag) {
    echo $tag-&#62;name . &#039; &#039;;
  }
}</code></pre>
<p>And then i replace : 'choices' =&#62; $options_categories with 'choices' =&#62; $options_tags   for the tab i need to change.</p>
<p>I am obviously doing it the wrong way...can i have some help with this ?</p>
<p>Cheers,<br />
stelios
</p></description>
		</item>
		<item>
			<title>steliodj on "Replace a &quot;Category&quot; Tab with a &quot;Tag&quot; Tab"</title>
			<link>http://www.themolitor.com/forums/topic/replace-a-category-tab-with-a-tag-tab#post-26906</link>
			<pubDate>Mon, 03 Feb 2014 22:31:09 +0000</pubDate>
			<dc:creator>steliodj</dc:creator>
			<guid isPermaLink="false">26906@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there, this is really important for me and it seems like it wouldn't take much time to answer.</p>
<p>I need to replace one of the "category" Tabs of the home page to a "tag" Tab.</p>
<p>First of all i'm trying to add it in functions
</p></description>
		</item>

	</channel>
</rss>
