mattkawa
Member
Posted 1 year ago #
Hi,
I have a site on WordPress, and am using the theme, "Red Evo Aphelion." As part of the theme, a top menu of all my main pages was generated. I was wondering if there is any way to re-order these items. My website is mattkawa.com/wp and the menu that I'm talking about is at the top-right of all of the pages in the black bar and has items: "Sites|Matt Kawa|Games." Again, all I would like to do is re-order these items.
Thanks,
Matt Kawa
dashboard - appearance - menus
create your own
mattkawa
Member
Posted 1 year ago #
I can't, if I were to create a menu for the Header Bar Widget, it would put it right beneath that, the "Header Bar" starts with the orange and white arrow image, pointing to "MattKawa.com." The menu that I need to change is automatically generated.
mattkawa
Member
Posted 1 year ago #
Actually, looking into the templates from the theme, I see where it is coming from. It is being generated by some php code, which is sorting the pages alphabetically. I don't know php well enough to understand how it's being done and modify the code. If you know how to do so using php, that would be great, if not don't worry about it, I'll handle it. Here's the code that's doing it:
<div id="user3">
<ul><?php wp_list_pages('depth=1&title_li='); ?> </ul>
</div><!--user3-->
mattkawa
Member
Posted 1 year ago #
awesome, very helpful. thanks a lot.