<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged sub-categories</title>
<link>https://www.question2answer.org/qa/tag/sub-categories</link>
<description>Powered by Question2Answer</description>
<item>
<title>Dislaying Category and Subcategory in Question header</title>
<link>https://www.question2answer.org/qa/67682/dislaying-category-and-subcategory-in-question-header</link>
<description>When question is displayed (regardless if single or in list) question header contains category where it belongs to.&lt;br /&gt;
&lt;br /&gt;
Problem is if that is subcategory it displays only subcategory name. If there are different subcategories in various categories but having same name that leads to confusion.&lt;br /&gt;
&lt;br /&gt;
I would like to change it to display not only category name, but parent categories names too.&lt;br /&gt;
&lt;br /&gt;
I would like to make it as plugin.&lt;br /&gt;
&lt;br /&gt;
I've spend quite number of hours inspecting code but cannot get to the right track. This part of site is handled by code which is quite generalized and hard to follow.&lt;br /&gt;
&lt;br /&gt;
Can I get any clues how to do it?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/67682/dislaying-category-and-subcategory-in-question-header</guid>
<pubDate>Fri, 28 Sep 2018 12:12:16 +0000</pubDate>
</item>
<item>
<title>How do I make sub-categories can be opened?</title>
<link>https://www.question2answer.org/qa/43650/how-do-i-make-sub-categories-can-be-opened</link>
<description>

&lt;p&gt;How can I do?&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.jqueryscript.net/demo/Multi-Level-Sliding-Sidebar-Navigation-with-jQuery-CSS3/&quot;&gt;Example 1&lt;/a&gt;&amp;nbsp; Or&amp;nbsp; &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://base.thyssenkrupp.com/help/eng/Navigation/Navigation_internet-Dateien/pic_04.gif&quot;&gt;Example 2&lt;/a&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/43650/how-do-i-make-sub-categories-can-be-opened</guid>
<pubDate>Sat, 07 Feb 2015 01:19:09 +0000</pubDate>
</item>
<item>
<title>How do we make categories on sub-domains?</title>
<link>https://www.question2answer.org/qa/37499/how-do-we-make-categories-on-sub-domains</link>
<description>Is it possible to make categories on sub-domains if so please could you explain how or if there's a plugin to do this.&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/37499/how-do-we-make-categories-on-sub-domains</guid>
<pubDate>Tue, 26 Aug 2014 06:37:05 +0000</pubDate>
</item>
<item>
<title>Apache URL rewrite for sub-category browsing</title>
<link>https://www.question2answer.org/qa/25427/apache-url-rewrite-for-sub-category-browsing</link>
<description>Hello, I'm using the first option of the URL rewrite structure (/123/why-do-birds-sing) and I have installed Q2A at &lt;a href=&quot;http://mysite.com/community&quot; rel=&quot;nofollow&quot;&gt;http://mysite.com/community&lt;/a&gt;. When I go to &lt;a href=&quot;http://mysite.com/community/category-name/sub-category-name,&quot; rel=&quot;nofollow&quot;&gt;http://mysite.com/community/category-name/sub-category-name,&lt;/a&gt; I got a 404 with the default rewrite rules in the htaccess file. All other URLs seem to work fine though.&lt;br /&gt;
&lt;br /&gt;
Any guidance on how to fix this?&lt;br /&gt;
&lt;br /&gt;
My htaccess is as follows :&lt;br /&gt;
&lt;br /&gt;
DirectoryIndex index.php&lt;br /&gt;
&lt;br /&gt;
&amp;lt;IfModule mod_rewrite.c&amp;gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
&lt;br /&gt;
RewriteBase /community/&lt;br /&gt;
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$ &lt;br /&gt;
&lt;br /&gt;
RewriteRule . %1/%2 [R=301,L]&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;
RewriteRule ^.*$ /community/index.php?qa-rewrite=$0&amp;amp;%{QUERY_STRING} [L]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/IfModule&amp;gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/25427/apache-url-rewrite-for-sub-category-browsing</guid>
<pubDate>Wed, 10 Jul 2013 14:55:11 +0000</pubDate>
</item>
<item>
<title>Show subcategories too in category list widget</title>
<link>https://www.question2answer.org/qa/23971/show-subcategories-too-in-category-list-widget</link>
<description>How to how subcategories too in category list widget?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/23971/show-subcategories-too-in-category-list-widget</guid>
<pubDate>Mon, 20 May 2013 19:27:39 +0000</pubDate>
</item>
<item>
<title>how to show only subcategories after parent category clicked</title>
<link>https://www.question2answer.org/qa/17699/how-show-only-subcategories-after-parent-category-clicked</link>
<description>

&lt;p&gt;
	Ho do I strip out the other categories from loading after the parent category was clicked and loads the sub category page listing the sub categories for that parent and so on.&lt;/p&gt;


&lt;p&gt;
	For example: If I click Auto the page loads to auto, the subs load under but all the other cats load also. Which makes it very messy.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;Animals&lt;/strong&gt;&lt;/span&gt;
&lt;br&gt;
	&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;Auto&lt;/strong&gt;&lt;/span&gt;
&lt;br&gt;
	- Cars
&lt;br&gt;
	-Trucks
&lt;br&gt;
	&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;Technology&lt;/strong&gt;&lt;/span&gt;
&lt;br&gt;
	&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;Travel&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	How to load it so it only shows subs and the default All Categories link:&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;All Categories&lt;/strong&gt;&lt;/span&gt;
&lt;br&gt;
	- &lt;span style=&quot;text-decoration: underline;&quot;&gt;Cars&lt;/span&gt;
&lt;br&gt;
	- &lt;span style=&quot;text-decoration: underline;&quot;&gt;Trucks&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	Basically I am saying the base loads all categories after finding subs for a parent, how to disable that to only load the sub categrories. I have spend some time on this though without any success.&lt;/p&gt;


&lt;p&gt;
	Any help is dearly appriciated.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/17699/how-show-only-subcategories-after-parent-category-clicked</guid>
<pubDate>Mon, 10 Sep 2012 17:22:52 +0000</pubDate>
</item>
</channel>
</rss>