Ticket #4349 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Category-based permalinks broken in trunk

Reported by: markjaquith Assigned to: ryan
Priority: high Milestone: 2.3
Component: General Version: 2.3
Severity: major Keywords: category needs-patch permalink
Cc:

Description

Category-based permalinks are broken in trunk (as of revision [5570])

Example permalink structure:

/index.php/%category%/%postname%/

Expected permalink:

http://example.com/index.php/cat-nicename/post-nicename/

Actual permalink:

http://example.com/index.php//post-nicename/

Also: typing the expected permalink into the address bar gives 404.

Change History

05/28/07 18:47:09 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [5576]) Fix category permalinks. Update cat_ID to term_id. fixes #4349 see #4189