Hi,
I'm using Dynamic Content for my articles which is working well from a design point of view, however, the URLs are not formatted correctly. I have the following menus setup in the backend:
NEWS (Article index page)
-> ARTICLES (Article detail page)
So the URL should display as:
domain.co.uk/news/articles/article-alias-here
Instead, its displaying as:
domain.co.uk/component/content/article/article-alias-here?catid=8
What do I need to change for the URL to display as domain.co.uk/news/articles/article-alias-here? (And ideally remove the category id)?
Thanks