• How do you change the order of the top menu?
    ex: |Blog|Welcome| … Etc…
    to: |Welcome|Etc…|Blog|
    I’m new to this>
    Also how would you delete the “blog” thing to make this look like a real site?

Viewing 2 replies - 1 through 2 (of 2 total)
  • A link to your site might be helpful. Could you be more specific as to the “blog” thing?

    if the menu is generated by tenplate tag: wp_list_pages, then there are parameters that can be passed to specify the output order.
    Template Tags/wp_list_pages

    The menu “blog” could have been hardcoded, so may have to delete it manually in, normally, index.php or header.php

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Top Menu Reorder’ is closed to new replies.