• Resolved nezmin2

    (@nezmin2)


    Hey Guy’s,
    I would like to know how to remove the “Uncategorized” link on the Nav Menu?

    Also, is there a way to get the links to my other pages to appear next to the Home link?

    Thanks for your assistance…

Viewing 4 replies - 1 through 4 (of 4 total)
  • You could try editing the sidebar template and remove the reference to <?php wp_list_categories();?>. However this will means that you won’t have links to any other categories either. If you want to simply hide the “Uncategorized” link, amend <?php wp_list_categories();?> to <?php wp_list_categories('exclude=n);?>` where n = the id of the Uncategorized category.

    is there a way to get the links to my other pages to appear next to the Home link

    Site url?

    Thread Starter nezmin2

    (@nezmin2)

    Ok,
    I have looked in the sidebar.php and the sidebar2.php and I do not see <?php wp_list_categories();?>. I am unsure as to why these widgets are appearing when in the admin widget section nothing shows. I do not want to delete any of the widgets, I just want to hide them until I need them later.

    Thread Starter nezmin2

    (@nezmin2)

    Thanks Guy’s,

    Esmi was able to show me how to fix this within another posting.

    Thanks for your assistance.

    hi Nezmin2, have you resolved?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Magazine Basic Theme Question’ is closed to new replies.