Magento 2 – How to Add a Category in Main Menu

categorymagento-2.1magento2menutopmenu

I am new in Magento 2. Can anybody can tell me that how I add a category to the main menu. Thanks

Best Answer

Login to Admin:
Step 1) Click on Catalog >> Categories.
Step 2) Select Category you want to add in main menu. And select "Include in Menu" => Yes
Step 3) Run command php bin/magento cache:flush
Now check in frontend category show in main menu.
Done.
Related Topic