My Category is too big on the Menu what can i do?

Currently I have a small amount of 100 categories and my MENU goes crazy big and I would like to be able to do 2 things if possible:

  • First category menu with limited amount categories sorted by hits
  • Second category menu with limited amount of categories choose by myself

Is there any simple way to acomplish this either manually editing part of the code but yet allowing me to render the category by the wordpress code instead of having to type each by hand or a plugin with already such features ?

Read More

PS: I was trying to use the search for this but even using “Category Menu too big” there were so many unrelated answer that it was hard to find anything good to my case.

Related posts

Leave a Reply

2 comments

  1. This…

    • First category menu with limited amount categories sorted by hits
    • Second category menu with limited amount of categories choose by myself

    … is, I believe, impossible using the menu API.

  2. I have moved away from looking for a plugin and adventured myself into making my own modifications, see Custom sidebar category listing?

    In regards my question here I have found the follow:

    • Yes, it is possible to limit the amount of items listed on the category by setting the number argument that can be used with wp_list_categories and get_categories.
    • A personalized menu can be create with only the categories you wish to allow on it on the Menu that code can be re-used on the sidebar, only problem is that it will be manually updated/controlled.