OK, so im setting up a blog to hold all of my university research from last year and the upcoming year.
At the moment I have my permalink structure set to /%category%/%postname% with category base set to “.” and its working well except for one thing.
I have the structure broken down into 2 years, with 2 semesters per year. So at the moment I have sitename/year-one-research/semester-one/module-name and sitename/year-one-research/semester-two/module-name, etc
However, if i want to name 2 posts the same, how can I do this. I will want to add a week 1 to each category so that the links are as follows:
sitename/year-one-research/semester-one/module/week1
sitename/year-one-research/semester-one/module2/week1
How can i achieve this? At the moment im getting
http://sitename/year-one-research/semester-one/module/week1
http://sitename/year-one-research/semester-one/module2/week1-1