Permalink Structure based on the category
-
Preface: I am trying to configure WP to be not just as a blogging tool, but a website managment tool. The site will have static content. I don’t want to use “static pages” feature, because I can’t put them into categories. There will also be 2 news sections – News and Blog. I know they are sort of same, but in this case it’s different.
In the static content section URLs should be without dates. The dates are not relevant. So URLs should look something like:
/category/post/
But in the blog and news section, I’d like them to have dates, just like in the default permalink setting:
/blog/2005/12/03/sample-post/
/news/2005/12/03/sample-post/
I have full control of the server and know enough PHP to hack it away. So any kind of suggestions are welcome.
Thanks!
- The topic ‘Permalink Structure based on the category’ is closed to new replies.