<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: additional navigation - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/additional-navigation</link>
		<description>Support Forum - Tag: additional navigation - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 19:15:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/additional-navigation" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Adding additional navigation possible?"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-navigation-possible#post-29552</link>
			<pubDate>Sun, 16 Oct 2011 08:20:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29552@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hope you can use it :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Adding additional navigation possible?"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-navigation-possible#post-29484</link>
			<pubDate>Fri, 14 Oct 2011 14:02:08 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">29484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, thank you ... I will give it a try, but I guess I'll have too less knowledge concerning editing theme files. But thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "AVISIO: is an additional top navigation possible?"</title>
			<link>http://www.kriesi.at/support/topic/avisio-is-an-additional-top-navigation-possible#post-29449</link>
			<pubDate>Fri, 14 Oct 2011 06:06:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Basically everything I stated here: &#60;a href=&#34;http://www.kriesi.at/support/topic/adding-additional-navigation-possible&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/adding-additional-navigation-possible&#60;/a&#62; applies to this thread however instead of functions.php you need to register the menu in avisio\framework\helper_functions\nav_menu.php&#60;br /&#62;
Afterwards you can &#34;duplicate&#34; the &#34;wp_nav_menu&#34; function in header.php and instead of &#34;Main&#34; use another menu name.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding additional navigation possible?"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-navigation-possible#post-29448</link>
			<pubDate>Fri, 14 Oct 2011 06:00:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29448@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
it's imho not an easy task especially because you need style and reposition the menu, etc. but I can give you small hints regardinf the php code:&#60;/p&#62;
&#60;p&#62;The standard menu is called with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$args = array(&#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;avia_fallback_menu&#38;#39;, &#38;#39;theme_location&#38;#39; =&#38;gt; &#38;#39;avia&#38;#39;);
					wp_nav_menu($args);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can create another one with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$args = array(&#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;avia_fallback_menu&#38;#39;, &#38;#39;theme_location&#38;#39; =&#38;gt; &#38;#39;avia2&#38;#39;);
					wp_nav_menu($args);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In functions.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;register_nav_menu(&#38;#39;avia&#38;#39;, THEMENAME.&#38;#39; Main Menu&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;register_nav_menu(&#38;#39;avia&#38;#39;, THEMENAME.&#38;#39; Main Menu&#38;#39;);
register_nav_menu(&#38;#39;avia2&#38;#39;, THEMENAME.&#38;#39; Top Menu&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit2 on "AVISIO: is an additional top navigation possible?"</title>
			<link>http://www.kriesi.at/support/topic/avisio-is-an-additional-top-navigation-possible#post-29408</link>
			<pubDate>Thu, 13 Oct 2011 13:43:33 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">29408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I need an additional navigation to this AVISIO theme like in CORONA here (at the top: &#34;home &#124; contact &#124; sitemap&#34;):&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/corona/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/corona/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is this possible for an PHP-amateur like me, to get an additional navigation to AVISIO, for example with plugins, if it is too complex with editinig the theme files?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Adding additional navigation possible?"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-navigation-possible#post-29405</link>
			<pubDate>Thu, 13 Oct 2011 13:40:58 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">29405@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I need an additional navigation to this VELVET theme like in CORONA here (at the top: &#34;home &#124; contact &#124; sitemap&#34;):&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/corona/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/corona/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is this possible for an PHP-amateur like me, to get an additional navigation to VELVET, for example with plugins, if it is too complex with editinig the theme files?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
