Tell us what you are trying to do?
I made a Custom Post Type "Texte".
They have 4 Categories eg. one of them is "romane".
On the fronten it should like this:
archiv:
enlace oculto
and the single-view with the post:
enlace oculto
but it dont works. either it display the the post type slug or 404 or anything else.
what settings i have to do.
my actual settings are in the screenshots.
What is the link to your site?
enlace oculto
enlace oculto
Hello and thank you for contacting the Toolset support.
By default WordPress can have the following permalinks:
- Taxonomy term archive: enlace oculto
- Post type archive: enlace oculto
- Post single page: enlace oculto
Currently, you have the archive term for "Romane" at enlace oculto which cannot be possible without custom code or a 3rd party plugin. Read more about WordPress rewrite rules here:
- https://developer.wordpress.org/apis/handbook/rewrite/
- enlace oculto
If you want to achieve this permalink structure enlace oculto you will require custom code or a 3rd party plugin. Check these online threads:
- enlace oculto
- https://wordpress.stackexchange.com/questions/137579/change-permalinks-for-custom-post-type-based-on-taxonomy-term
- https://wordpress.stackexchange.com/questions/108642/permalinks-custom-post-type-custom-taxonomy-post
Please note that this feature, (Permalink structure), is out of the scope of Toolset plugins. And custom code solutions are out of the scope of Toolset support https://toolset.com/toolset-support-policy/
ok i will check ur links.
but i also have the problem that normal links like this:
enlace oculto
have 404 ... if i deactivate toolset ...it works.
For this last URL, I would suspect that you have an existing custom post type with the same slug(impressum). Otherwise, you just need to save permalinks(Settings->Permalinks) twice to flush the WordPress rewrites rules.
If that does not help, check if it happens when:
- Only Toolset plugins are activated. It will tell us if there is an interaction issue with another plugin.
- The theme is set to a WordPress default like Twenty-Twenty. It will tell us if there is an interaction issue with your theme.
If the problem disappears, start activating one at a time to track where the incompatibility is produced. This way, we can detect which element is creating this conflict with Toolset.
I'll remain at your disposal.
Hi Jamal
I did all what u mentioned ... i set to default theme and delete all what i did in Toolset ... Post types, Templates, etc …
Deactivate all Plugins, save permalinks more time ... etc …
But not work ...
Only if i disable toolset types ... it works.
Would you allow me temporary access to your website to check this closely? Your next reply will be private to let you share credentials safely. ** Make a database backup before sharing credentials. **
I might need to take a copy of the website for further debugging in my local dev environment, is that fine with you?
Thank you for the credentials. I was able to login and locate the cause of the issue. It turns out to be caused by the rewrite slug that you configured on the custom taxonomy "Text-Kategorien". After disabling it the issue for the "/impressum/" page was fixed. Check this screenshot enlace oculto
I don't think that a "/" in the rewrite slug setting is correct, it must be a word, or a list of words separated by "/" such as "text/categories/rewrite" which will produce term archive urls such as "text/categories/rewrite/{term-slug}".
I hope this helps. Let me know if you have any questions.
My issue is resolved now. Thank you!