<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged sub-nav</title>
<link>https://www.question2answer.org/qa/tag/sub-nav</link>
<description>Powered by Question2Answer</description>
<item>
<title>How can i show sub nav tablist in default homepage?</title>
<link>https://www.question2answer.org/qa/112354/how-can-i-show-sub-nav-tablist-in-default-homepage</link>
<description>In my site, default homepage isnot showing the Sub Nav tablist. How can i show that?&lt;br /&gt;
&lt;br /&gt;
For example , &amp;nbsp;please refer this page &lt;a href=&quot;https://intellipaat.com/community&quot; rel=&quot;nofollow&quot;&gt;https://intellipaat.com/community&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
Anyone help me please</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/112354/how-can-i-show-sub-nav-tablist-in-default-homepage</guid>
<pubDate>Fri, 09 Feb 2024 11:15:43 +0000</pubDate>
</item>
<item>
<title>How to add an extra sub nav like &quot;All questions&quot; for qa page</title>
<link>https://www.question2answer.org/qa/99696/how-to-add-an-extra-sub-nav-like-all-questions-for-qa-page</link>
<description>i want to add &amp;nbsp;an extra sub nav like &amp;quot;All questions&amp;quot; for qa page which has been set as homepage.&lt;br /&gt;
also i want to show sub nav items in homepage also .</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/99696/how-to-add-an-extra-sub-nav-like-all-questions-for-qa-page</guid>
<pubDate>Wed, 16 Feb 2022 23:28:45 +0000</pubDate>
</item>
<item>
<title>How to add additional element in qa-nav-main-list</title>
<link>https://www.question2answer.org/qa/77253/how-to-add-additional-element-in-qa-nav-main-list</link>
<description>qa-nav-main-list contains Questions, Unanswered, Tags, Users etc elements... all of them refer to specific pages.. i want to add another element to qa-nav-main-list.. but it will not redirect to link or a page when users click.. it will just show a popup in the current page.. how can i achieve that</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/77253/how-to-add-additional-element-in-qa-nav-main-list</guid>
<pubDate>Sun, 18 Aug 2019 20:58:46 +0000</pubDate>
</item>
<item>
<title>change the nav-link of tag to external link</title>
<link>https://www.question2answer.org/qa/71325/change-the-nav-link-of-tag-to-external-link</link>
<description>

&lt;p&gt;&lt;a href=&quot;https://www.question2answer.org/qa/71112/how-to-change-the-nav-link-of-question-to-external-link(refer&quot; rel=&quot;nofollow&quot;&gt;https://www.question2answer.org/qa/71112/how-to-change-the-nav-link-of-question-to-external-link(refer&lt;/a&gt; this link please)&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;I want to acheive the same functionality for tags,where i need to modify the nav-link of tags...&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Solution by pupi for modifying the nav-link of question:&lt;/p&gt;

&lt;p&gt;1. Locate this line:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/q2a/question2answer/blob/3320b653f94ffa1f004d51cc82f0e95f573ff411/qa-theme/SnowFlat/qa-theme.php#L365&quot;&gt;https://github.com/q2a/question2answer/blob/3320b653f94ffa1f004d51cc82f0e95f573ff411/qa-theme/SnowFlat/qa-theme.php#L365&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2. Add in there this text:&lt;/p&gt;

&lt;pre&gt;&lt;strong&gt;$q_item['url'] = '&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.google.com/search?q=%27&quot;&gt;https://www.google.com/search?q='&lt;/a&gt; . $q_item['title'];&lt;/strong&gt;&lt;/pre&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/71325/change-the-nav-link-of-tag-to-external-link</guid>
<pubDate>Sun, 30 Dec 2018 07:36:27 +0000</pubDate>
</item>
<item>
<title>how to add new link to nav sub list?</title>
<link>https://www.question2answer.org/qa/69652/how-to-add-new-link-to-nav-sub-list</link>
<description>

&lt;p&gt;I need to add new links to the nav sub list. For example in the questions page there exists these links:&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://question2answer.org/qa/questions&quot;&gt;Recent&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://question2answer.org/qa/questions?sort=hot&quot;&gt;Hot!&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://question2answer.org/qa/questions?sort=votes&quot;&gt;Most votes&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://question2answer.org/qa/questions?sort=answers&quot;&gt;Most answers&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://question2answer.org/qa/questions?sort=views&quot;&gt;Most views&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;how can I add another link to this list?&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;thanks.&amp;nbsp;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/69652/how-to-add-new-link-to-nav-sub-list</guid>
<pubDate>Tue, 27 Nov 2018 08:03:07 +0000</pubDate>
</item>
<item>
<title>How to add css class to .qa-nav-sub-list in php?</title>
<link>https://www.question2answer.org/qa/56440/how-to-add-css-class-to-qa-nav-sub-list-in-php</link>
<description>

&lt;p&gt;I'm trying to add 2 classes to ul.&lt;span style=&quot;color:rgb(34, 34, 34); font-family:consolas,lucida console,courier new,monospace; font-size:12px&quot;&gt;qa-nav-sub-list. This is the menu that displays for the admin under the main nav. It's created dynamically using $navtype, but i can't figure out where to add my classes so they aren't added to the rest of every $navType. Thank you!&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/56440/how-to-add-css-class-to-qa-nav-sub-list-in-php</guid>
<pubDate>Fri, 24 Feb 2017 15:10:45 +0000</pubDate>
</item>
</channel>
</rss>