I am using
/category/date/slug
as my site's permalink structure. For a variety of reasons, I will be using the same slugs repeatedly for different posts. For example:
/weather/2008/01/20/chicago
/weather/2009/05/05/chicago
WordPress won't allow the most recent slug as unique url. Instead, it adds a number to the slug:
/weather/2008/01/20/chicago-2
This behavior is undesirable. Is there a plugin or other way to get wordpress to incorporate the date so that the urls are considered unique?