Calendar error related to permalink structure
-
In the midst of writing this post I’ve solved my problem, but I’m going to post it anyway incase others run into the same issue…
It would seem that using a mod_rewrite permalink structure that doesn’t include the full date (year/month/day) causes the get_calendar() function to bug out. When my permalinks were written as/%year%/%postname%/
the links were coming out incomplete and lead to 404 land.
Changing the permalink structure to/%year%/%monthnum%/%day%/%postname%/
fixed the problem, but at the cost of very lengthy URI’s.
If anyone else has any suggestions as to how to get the calendar to function correctly using my original permalinks, I’m all ears ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Calendar error related to permalink structure’ is closed to new replies.