I have a root node called Products and under products, I can create Product nodes. When I create some Product nodes such as BMW, Honda, I was expecting the url to be /products/bmw or /products/honda, but it is just /bmw or /honda?
I actually got some help from Warren, I was creating them under a root node products. Once I moved products under a root node Home, they render correctly.
How do paths work when creating nodes in Umbraco?
I have a root node called Products and under products, I can create Product nodes. When I create some Product nodes such as BMW, Honda, I was expecting the url to be
/products/bmw
or/products/honda
, but it is just/bmw
or/honda
?Is there a way to properly setup the links?
How are you creating the nodes? As it should be
/products/bmw
or/products/honda
when you create them under products.I actually got some help from Warren, I was creating them under a root node products. Once I moved products under a root node Home, they render correctly.
Thanks
is working on a reply...