Is this happening on a particular date ?
I can’t replicate it, and the calendar links seem to be fine for me ?
Anonymous
It happens for all calendar dates. Did you try it with the URLs in the original post? I just checked them and the problem is stll present. Thanks
Thread Starter
logres
(@logres)
I’m not sure how I did that last comment…but I’ll try again.
It happens for all calendar dates. Did you try it with the URLs in the original post? I just checked them and the problem is stll present. Thanks
there was a bug in calendar links with non default permalink rewrite rulez… does this mean the bug was not fixed?
try with the recommended permalink structure…
Anonymous
On my installation at http://andysocial.com/wordpress, I get useless calendar links also. It truncates at arch instead of filling out archive/2004/05/post-name or whatever.
With the wonky email posting I’ve encountered, I’m glad I am keeping this only for testing and not putting it in place of my existing site setup.
This is a known limitation and will be addressed in the next release.
Anonymous
“Limitation” meaning “it just plain doesn’t work”?
A simple fix would be to change the following line in the function get_day_link in wp-includes/template-functions-links.php from
if ('' != get_settings('permalink_structure')) {
to
if ('' != get_settings('permalink_structure') && strpos(get_settings('permalink_structure'), '%day%') !== false) {
That works!
thanks curioso 🙂
still not working for me…
I should say – it works for IE, but not Mozilla. And I KNOW WORDPRESS DOESN’T want to be just an IE application… 😉
Is it a simple fix – I’d rather just stay with the version I have, so if it’s just a line or two that needs editing, maybe someone could post it here?
Thanks.
Can anyone tell me if it’s just a line or two that can be corrected manually instead of updating everything?
Okay then – I tried the latest CVS version and I’m still having problems with this – anyone else??