LuckyMarble / i3dthemes: Wordpress 'Theme' Tutorials
Tutorial Index
|
Section 5: Working with Navigation and Menu'sExercise 5-1: Creating Page OrdersAssigning a button 'Order' for Navigational components.Before we start to work with the individual menu components, it's a good idea to decide on which pages you want linked into each menu component, and if you want the buttons for the corresponding pages displayed in a specific 'order'. Most menu bars will include a link back to the 'Home' page as the 'first' or the 'last' button, and the remaining buttons are usually listed in order of priority, or alphabetically. By default, Wordpress will list the pages in order of when they were created. So you may need to create a specific 'order' number for each page, so it's displayed in the 'order' that you choose for your website. To change the order of the pages:In the following example, we see the 'Blog' page listed at the end of the list, in the 'last' or 'bottom' position on our ( Side Menu ) panel. The 'Blog' was the last page created, so it's listed 'last'.
and here's what it looks like in our LIVE example
now, let's say we want to move the 'Blog' page to the 'top' of the menu buttons, so it's listed where the 'Home' button currently is
for this example, we've assigned the following for each page
and here's the result from our LIVE example
** NOTE: The order number applies to the Side Menu, Drop Down Menu, and Bottom Links.. once an order is set for a page, this is the order of that page will be displayed in all 3 of the Navigation components. ** NOTE: the Menu components are based on the 'Navigation Structure' built into your Wordpress Theme. Navigation Components are site wide widgets. You can modify each of the 'Menu' components to display specific pages, and edit as often as you need to, but you will not be able to create 'page specific' menu bars. For Page Specific navigation, you'll need to create a new widget, and insert the hyperlinks into that widget, then add this widget to a sidebar specific to your page. More on that in the following lessons. |




