Calendar Links
-
When I changed my permalink structure to: /archives/%monthnum%/%year%/%postname%/
I get this mod-rewrite code:
RewriteEngine On
RewriteBase /
RewriteRule ^archives/([0-9]{1,2})?/?([0-9]{4})?/?([0-9a-z-]+)?/?([0-9]+)?/?$ /index.php?monthnum=$1&year=$2&name=$3&page=$4 [QSA]
RewriteRule ^archives/category/?(.*) /index.php?category_name=$1 [QSA]
This messes up my calendar, though, because it stops changing and will only reflect the current month, rather than any previous months.
see: https://blog.rpeeck.com/archives/03/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Calendar Links’ is closed to new replies.