Hi,
I have a navigation menu that contains both categories and pages but they are ordered like this:
PAGE PAGE CAT CAT CAT CAT
Can I change that to:
PAGE CAT CAT CAT CAT PAGE??
Thanks
Phil
Hi,
I have a navigation menu that contains both categories and pages but they are ordered like this:
PAGE PAGE CAT CAT CAT CAT
Can I change that to:
PAGE CAT CAT CAT CAT PAGE??
Thanks
Phil
You could make them all Pages and then uses the Page Links To plugin to re-direct some of the new Pages to the relevant categories.
Use the technique described by esmi, populate the Order field for each Page to cause them to order in your sequence and if necessary set the sort_column=menu_order argument with the template tag, wp_list_pages(). You might also need to delete what's showing the categories (e.g. wp_list_categories).
Thanks, all sorted.
Phil
This topic has been closed to new replies.