-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something about 'categories' don't work well #893
Comments
In my condition (with default configuration) it is like this: Post List:
Post List on Category:
|
It is an issue of If you are looking for a third party solution, you can refer to this commit NichtsHsu@8c607b5. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Background Note
Post_1
Post_2
Expect
Post_1 in
<url>/categories/C_1/S_1/Post_1
Post_2 in
<url>/categories/C_2/S_1/Post_2
But,in fact:
Post_1 in
<url>/categories/S_1/Post_1
Post_2 in
<url>/categories/S_1/Post_2
Question
thanks a lot.
The text was updated successfully, but these errors were encountered: