Home Forums WoodMart support forum How to properly create a menu Reply To: How to properly create a menu

#58496

Hello,

You want to create menu and add parent-child categories there to get such a url in the result:

– ‘Shop’ is “websitename.com/shop”;
– ‘Clothes’ should be “websitename.com/shop/clothes”;
– ‘Tops’ should be “websitename.com/shop/clothes/tops”.

Categories, however, will have another view of url:

By default, you will have parent category URL like this: http://web.net/product-category/clocks/
and child category would look like this: http://web.net/product-category/clocks/accessories/

If you want URL to look exactly like you mentioned in your first message, it is possible to do with pages, not categories.

Please clarify:

What items do you want to add to menu: pages or categories?

Best Regards