Each post of my wordpress blog is in a category and I added a Categories widget in my blog. I changed my permalink settings from Plain to Post Name. Now I have an issue:
- When I configure my permalink with post name to have friendly URL the page that displays all the posts of a category or when I go to myblog/category/name-category, I have a 404 error. But when I have plain permalinks, each category page display all the posts.
Take an example of what I would like. If I have a category Typing and I put the posts: Post1 and Post4 in this category. I would like to have a page Typing where I can see a list with Post1 and Post4.
Is it because the id can't be translate in friendly URL for the category? Someone know how to configure properly wordpress to display these pages?