• Hi,

    I want to place category links between the following line:

    <ul id="menu">
    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    </ul>

    Right next to About link. Please advice

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you show the link to let me see the menu, I can help you, I already did this that you are trying to do.
    But i need to see the menu links to help you.

    you have to be more specific, because for what you said, it’s just make the code look like these:

    <ul id="menu">
    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    <?php wp_list_cats();?>
    </ul>

    but I guess it’s not what you want…

    Thread Starter muslimways

    (@muslimways)

    thank you for quick reply,

    https://test.muslimways.com/ig/

    I placed the code you mentioned, it works perfectly but I just wanted to know if there is a way to display the category according to the order I want it, at the moment its displaying them A-Z.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘want to add category link on header of unsleepable’ is closed to new replies.