Please,help me.
Hello, I want move site to ExpressionEngine. Site has a complex structure. The structure should be saved.
I need to build a URL like site.com/news/category/id1/id2/idtext.
Categories - id1 and id2. Material- idtext. In the admin panel id1-parent category, and id2 - nested category. I do so:
{exp:channel:categories channel="news"}
<a href="http://{path=news/index}">{category_name}</a>
{/exp:channel:categories}Links look like site.com/news/category/id1 иsite.com/news/category/id2 but look is necessary site.com/news/category/id1/id2.
Excuse me for my English