I'm new to WordPress and am making changes as a favor to someone. I did not setup this site or install any of the plugins/widgets.
I want to change the order and add different menu items to the horizontal menu across the top of the site. The 'Order' number in 'Page Attributes' has no effect when I change it. I've read endless posts and youtube videos but I'm still at a loss...
In my header.php there is this-
<div id="nav-bar">
<?php if ( function_exists( 'pixopoint_menu' ) ) {pixopoint_menu();} ?>
</div>
If I goto 'Settings | Pixopoint Menu' - then 'Advanced'
I change the order there, but it only changes the order of the pages as they show up in the dashboard.
Can I add any info that would be relevant? Can someone please point me in the right direction?
Thanks.