Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#4349 closed defect (bug) (fixed)

Category-based permalinks broken in trunk

Reported by: markjaquith's profile markjaquith Owned by: ryan's profile ryan
Milestone: 2.3 Priority: high
Severity: major Version: 2.3
Component: General Keywords: category needs-patch permalink
Focuses: 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 (1)

#1 @ryan
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.