WordPress.org

Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#3417 closed enhancement (fixed)

Category listings in default theme isn't hierarchical

Reported by: Viper007Bond Owned by: anonymous
Priority: lowest Milestone: 2.1
Component: Template Version: 2.1
Severity: trivial Keywords: has-patch dev-feedback
Cc:

Description

I personally prefer hierarchical over non-hierarchical. I mean, if a user took the time to make a category the child of another, then they probably want it displayed that way.

Can anyone think of a reason why it shouldn't be hierarchical in the default theme? I looked in the revision log of sidebar.php and it appears it's just been that way since the beginning: [2571]

Heck, wp_list_categories() even defaults to true and it is hierarchical in the "classic" theme.

Attachments (1)

sidebar.patch (560 bytes) - added by Viper007Bond 7 years ago.

Download all attachments as: .zip

Change History (5)

Viper007Bond7 years ago

comment:1 shorty1147 years ago

  • Version changed from 2.1 to 2.0.5

+1. makes a lot more sense. Include in the next 2.0 release or leave it until 2.1/2.2?

comment:2 shorty1147 years ago

  • Version changed from 2.0.5 to 2.1

comment:3 shorty1147 years ago

  • Keywords dev-feedback added

comment:4 matt7 years ago

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

(In [4585]) Make sidebar hierarchical, fixes #3417

Note: See TracTickets for help on using tickets.