Magento – Magento2: Category id not showing at backend

categorymagento2

I've installed Magento version 2.1.1 on my localhost. Then created few categories at backend. The issue is when I click on the category, it doesn't show ID of that category after the name of that category as it is showing in Magento1 (http://prntscr.com/e2z79c).

Is this a issue in Magento2? How can I show the ID of category?
Any help would be appreciated. Thanks in advance!

Best Answer

Magento 2 is not showing categories Ids as it is showing in M1. You can check category id in the URL after selecting any category. If you want to show category id then you need to override core functionality of category page.

Related Topic