Hi,
im trying to achieve the following URL-structure:
"/" -> Home page lists blog posts
"/topics" -> Custom Page with own template
"/topics/design" -> Category Listing for "design" category
"/topics/design/test-subject" -> Blog post within category "design"
What i did was to set the permalink settings to "/topics/%category%/%postname%/" and the category base to "topics". I also created a page with the slug "topics".
Everything works fine but the single posts, the slug shows the desired structure, but it gets a 404 when i try to view the post.
Any idea on how to resolve that?