Viewing 4 replies - 1 through 4 (of 4 total)
  • Unfortunately, that particular URL will cause problems. Though I posted about this around here somewhere, I got tired of searching for it, so here you go:
    http://developedtraffic.com/resources/wordpress-notes.php#prettifiedurls

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    The most recommended permalink structure is:
    /archives/%year%/%monthnum%/%day%/%postname%/
    Usually, the problem for most people is that they did not include /archives/. However, some (like DianeV) have been able to get it working without.

    alternatively, you could just not bother with the calendar. i had to make the same choice between having permalinks of a manageable length and having a calendar. i decided simple permalinks were more useful to me and my readers.

    This fixed it for me. Change line 104, which is in the function get_day_link, of 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) {

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cruft-Free URI problems’ is closed to new replies.