URLs end with “%pos”, go nowhere
-
I have set up my Permalinks with a custom path, “/blog/%post_id%” for the article links, and “/channel” for the category pages. Permalinks to individual articles and to category archives work perfectly, e.g.:
https://aldoblog.dev/blog/399
https://aldoblog.dev/channel/haightlife/
However, links generated by wp_get_archives(‘type=monthly’) or get_calendar() end up with a “%pos” placeholder in the generated URL, instead of a working link. So a link to my October archives are at:
https://aldoblog.wp/blog/%pos
The calendar’s back-one-month link from November goes to:
https://aldoblog.wp/blog/%pos
(i.e., the same place). And an individual day’s link goes to:
https://aldoblog.wp/blog/
It seems like all of the date-oriented generated URLs are basically hosed in some way.
Using WP 1.2.1, PHP 4.3.x, MySQL 4.0.x.
Thanks for any insight or help!
Michael
- The topic ‘URLs end with “%pos”, go nowhere’ is closed to new replies.