I'm interested to know if there's a method to specify a specific link structure for only a single category.
Currently I have my install set to /2012/12/post-title. However there is a single category I would like to set to /category-name/post-id/. Part of this is that I don't plan to title any of these posts, but I also would like to make it simple to block this section from being crawled using the robots.txt file.
Possible caveat, I'm using Nginx rather than Apache, so rewrite rules if needed will differ.
Thanks