Currently my permalink structure is /%postname%
and I’m trying to change the permalink structure specifically for the posts in the category ‘Information’. So when users click on an post within that category the url will show /category/postname/
and an exmaple would be something like this: /information/guide
Rather then just /guide
But I still want every other post outside of the ‘Information’ category to just have the permalink structure of /%postname%/
Would I have to use the WP_Rewrite class? How do I use it?