So, I’ve got a customization that allows me to have post URLs in a /2023/May/05/post-slug/ format, but that doesn’t help my date-based archives, which remain at things like /2023/05/ and /2023/05/05/.
How can I get my date-based archives to use the three-letter abbreviation instead of a number for the month component?
Note: if any of this involves rewrites, I’m usung nginx not Apache, so things like `add_rewrite_rule` alas won’t work.
I’ve tried several times to get ChatGPT to solve this for me (it’s solved other things on this same blog), but so far no luck.
Thanks!
[ad_2]