我想为我的帖子和类别创建一个永久链接结构
**Parent Category**
domain.com/blog/parent-category/
**Child Category**
domain.com/blog/parent-category/child-category/
**Single Post**
domain.com/blog/parent-category/child-category/blog-post
**if no child category**
domain.com/blog/parent-category/blog-post
我已将其添加到自定义永久链接结构/ blog /%category%/%postname%/中,但是如果您访问类别页面的第2页,则会出现404错误 例如:/ blog / parent-category / page / 2 /
有人可以帮我吗?