To show all categories on a page, you will have to create a new page template.
<?php
/**
* Template Name: Categories Page
**/
get_header(); ?>
<!-- content -->
<div id="content">
<ul class="category-list">
<?php wp_list_categories( 'title_li=' ); ?>
</ul>
</div>
<!-- / content -->
<?php get_footer();
Now create a new page for categories in WordPress admin and select this page template Categories Page
from template list.
And add this page to your menu. That’s it.
Of course you will have to create CSS styles for appearances.
Related Posts:
- Class active for Archive link – looped out
- How to create an automatic MultiColoumn MegaMenu with Categories WordPress
- Custom Nav Walker menu – Display category count
- Reflect nested categories in appearance > menus
- Category menu item and its last 10 posts as sub-menu
- Category links suddenly started giving 404 errors
- Is there a function to cause empty categories not to show in menus?
- Assign different category colours to different categories in the main menu
- Keep active class in post page
- Auto add pages to category menu
- How to show empty category in admin menus search
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Display WooCommerce product categories in a 4 columns custom menu [closed]
- Automatically add product_categories to nav_menu
- Any way to assign Post Categories and Tags to Links?
- Add Product categories to WordPress menu without losing hierarchy
- Custom Category/Subcategory structure
- Add a specific category at a specific place to the menu that uses wp_list_pages
- Multiple menu items highlighted
- wp_nav_menu not highlighting the current category when viewing a single post
- Show recent posts in menu?
- Is it possible to select and edit the way the most recent post from a certain category is displayed on the page?
- Show Different Custom Menu on Different Category Pages
- Open subcategories in submenu on click in primary menu
- How to add Categories to the top menu of the website?
- Implementing a tricky wordpress menu (nested categories + thumbnails)
- How to enable category hierarchy for links?
- Looking for the best solution to build this Blog structure? Picture attached?
- Nav menu category links not showing
- Show number of articles in menu
- How to show only one category in breadcrumb navigation
- Automatically adding categories and authors in custom menu?
- Hard coded main navigation
- Highlight wp_nav_menu when category is selected
- Combining post categories and link categories?
- Displaying a full post instead of a slug per category?
- Link Attachment Image to Category
- Why do my categories redirect?
- Get category url in loop
- Menus don’t work after 4.4 [closed]
- category permalinks
- Create menu / submenu from category subcategory and posts
- wp_list_categories in in nav_menu
- Different menu navigation per category
- WP admin broken. Not saving catgories or adding categories to menu
- Creating Category Specific menus
- Older entries link within category page
- Style category link depending on category ID
- Custom Walker for wp_list_categories
- Create menu locations for each category in wordpress
- Building Menu from Woocommerce Product Categories
- Hooking to walker_nav_menu_start_el to insert list of subpages
- Show subcategories on a parent category page
- Admin: Navigation Menus do not show empty categories/taxonomies in the list’s search tab
- Give Children Unique ID’s
- Change div background acording to the selected category
- Get paged category link programmatically
- WordPress list categories dropdown with parent-child relation and child under it’s parent
- Link To Child Category For A Post
- List a maximum of ‘x’ product categories with qty of ‘y’ in each column
- Searching for a category returns nothing if category is empty
- function query_posts disabling current_page_menu class
- Show different menu on each woocommerce category page
- How to not display a category post on blog page?
- Theme for subcategories
- Same menu for different taxonomies to reach different content
- Multiple categories for one menu item?
- How to get category id’s which are added in main menu?
- How to Sync Menu, Widgets and other masters from Main Website to its Sub Site
- Pagination doesn’t work on multiple categories
- Theme modification for custom category menus
- Change appearance based on category but post is in two main categories
- javascripts files not linking to my category slugs?
- wp_nav_menu not appearing correctly on category page
- wp_insert_link not working
- wp_list_pages() not showing on posts
- Is custom menu name and category name linked in wordpress?
- Custom menu with categories and tags
- Global navigation in multisite: problem with categories
- How to automatically generate custom menu item from categories?
- WP-CLI Add category as menu item main-menu
- Categories are not available AT ALL under Menus
- How to list posts from a sub-category that is listed in a parent category (more details below)?
- ADD DYNAMIC attribute for category to accordion
- How to remove an item from a custom Walker_Nav_Menu
- How to add all subcategories as submenu in WordPress menu
- Display menu in category and sub category
- WordPress category title not update in navigation menu
- Function add class to second menu specific items if the page has a certain category
- Dynamically display sub-categories on primary menu without adding them
- Show alternative menu based on page template AND post category
- Menu with category 2 category combined
- Show Subcategory Name Instead of Parent Category
- Link For Portfolio Categories
- omit categories from main navigation menu
- Tag Menu items based on their categories
- How to get the link of all categories
- Backend – Categories and Menus conflicts
- Hide category links if there is nothing in the categories – Main Navigation submenu item
- Using categories and pages in menus