Hello,
I am having trouble getting the posts to appear within categories in the URL.
I have a permalink structure of /%category%/%postname%/
I have a news category.
The news category appears at /category/news/
A post in this category appears at /news/postname/
Pagination in this category appears as /category/news/page/2/
I want to have everything the same except the posts to be /category/news/postname instead.
Changing the permalink structure to /category/%category%/%postname%/ does not work because then the category also appears gets the extra /category causing it to appear as /category/category/news/
How can I achieve this?
Thanks =)