<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: menu items order in mobile</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/menu-items-order-in-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/menu-items-order-in-mobile/feed/</link>
		<description></description>
		<pubDate>Fri, 21 Aug 2026 02:04:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/menu-items-order-in-mobile/#post-31449</guid>
					<title><![CDATA[menu items order in mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/menu-items-order-in-mobile/#post-31449</link>
					<pubDate>Mon, 15 May 2017 12:39:28 +0000</pubDate>
					<dc:creator>activebranding</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, i need the order of items on the header menu to change in mobile version ONLY, the item at the top need to be a the bottom is it possible?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/menu-items-order-in-mobile/#post-31458</guid>
					<title><![CDATA[Reply To: menu items order in mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/menu-items-order-in-mobile/#post-31458</link>
					<pubDate>Tue, 16 May 2017 07:36:07 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You will need to override your header.php template in your Child theme.<br />
Then setup you mobile menu to use a different menu slug than the default one.<br />
You could then pick different menus for both locations.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/menu-items-order-in-mobile/#post-31493</guid>
					<title><![CDATA[Reply To: menu items order in mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/menu-items-order-in-mobile/#post-31493</link>
					<pubDate>Sat, 20 May 2017 17:03:45 +0000</pubDate>
					<dc:creator>activebranding</dc:creator>

					<description>
						<![CDATA[
						<p>i did the header.php override<br />
but how do i add different slug to another menu except Main Navigation<br />
i can assign my mobile menu only to Main Navigation or Sub-Header Menu</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/menu-items-order-in-mobile/#post-31499</guid>
					<title><![CDATA[Reply To: menu items order in mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/menu-items-order-in-mobile/#post-31499</link>
					<pubDate>Mon, 22 May 2017 09:00:55 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You would change this:</p>
<p><code>&#039;theme_location&#039;=&gt; &#039;main_navigation&#039;,</code></p>
<p>in your mobile menu declaration to something like </p>
<p><code>&#039;theme_location&#039;=&gt; &#039;mobile_main_navigation&#039;,</code></p>
<p>Then in your Child theme&#8217;s functions.php declare the new menu:</p>
<pre><code>add_action(&#039;init&#039;, &#039;boc_fortuna_child_init&#039;);

function boc_fortuna_child_init(){
   register_nav_menu(&#039;mobile_main_navigation&#039;, &#039;Mobile Main Navigation&#039;);
}</code></pre>
<p>Then you would setup the different menu in your dashboard. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

