Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#190 closed defect (bug) (fixed)

The is_category() is affected by %category%

Reported by: anonymousbugger's profile anonymousbugger Owned by: ryan's profile ryan
Milestone: Priority: normal
Severity: trivial Version:
Component: Template Keywords:
Focuses: Cc:

Description

When using any permalink with /%category%/ in it (i.e: /%category%/%postname%/) it sets the is_category() to true. So that function can't be used properly. (I replaced it with is_single() for the moment)

Change History (5)

#2 @ryan
21 years ago

  • Owner changed from anonymous to rboren
  • Status changed from new to assigned

#3 @ryan
21 years ago

  • Resolution changed from 10 to 20
  • Status changed from assigned to closed

This ticket was mentioned in Slack in #core-editor by mpheasant. View the logs.


8 years ago

Note: See TracTickets for help on using tickets.