Skip to content
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

Custom taxonomy slug bug #100

Open
WebCimes opened this issue Aug 4, 2020 · 0 comments
Open

Custom taxonomy slug bug #100

WebCimes opened this issue Aug 4, 2020 · 0 comments

Comments

@WebCimes
Copy link

WebCimes commented Aug 4, 2020

I have a problem in some case when I use custom_taxonomy_slug,

For exemple when I try to do :

http://xxx.com/opportunities/%cat_opportunities%-%postname%

The single file "single-opportunities.php" doesn't work, but If I do this :

http://xxx.com/opportunities/%cat_opportunities%--%postname%
http://xxx.com/opportunities/%cat_opportunities%/%postname%
http://xxx.com/opportunities/%cat_opportunities%-test-%postname%

The single file "single-opportunities.php" work in this case, so I doesn't understand why a single "-" cause a bug ?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant