scouture
Member
Posted 2 weeks ago #
Hello,
I'm trying to achieve a custom permalink structure that is different from anything currently available in Wordpress. I looked for plugins that might be able to do this but found a few very limited ones. If there are good custom permalink plugins out there, please let me know.
Here is what I'm trying to achieve.
For category archives
http://site.com/my-custom-text-%category%.html
For posts
http://site.com/my-custom-text-%category%-%post%.html
Regards,
Sebastien Couture
mbiernat
Member
Posted 2 weeks ago #
Sebastien, you can get to category/post name.html and category/ (note it has a forward / at the end of the category even if .html does not at the end. http://www.wordpress-seo.org/wordpress-seo/html-with-no-trailing-slash.html describes these steps.
There is a plugin a lot of people do not know about for this.
However, I think you are looking for "-" and custom text. I think you do not need a plugin for this. just the right php line. That I am curious about myself.