Make WordPress Core

Opened 17 years ago

Closed 15 years ago

#10519 closed enhancement (fixed)

Change to default widget behavior / ui

Reported by: heather_r Owned by: azaozz
Priority: low Milestone:
Component: Widgets Version:
Severity: minor Keywords: 2nd-opinion
Cc: Focuses:

Description

1) Default widgets do not appear as added widgets under Appearance > Widgets. To clear them out, a user must add a blank text widget. There is no text describing this process.

2) When a user adds a widget to the defaults, all of the defaults disappear. This is very confusing and has led to a number of support requests.

Recommended action: Display default widgets as added under Appearance > Widgets, so users can remove and add without encountering these issues.

Change History (4)

#1 @mtdewvirus
17 years ago

The major problem is that most themes aren't using widget functions in the static sidebars. They are calling other WordPress functions directly.

#2 @azaozz
17 years ago

Mtdewvirus is right. This can be fixed reliably only in the themes. The only possible fix in core would be to change dynamic_sidebar() to always return true but that may have other implications.

#3 @scribu
17 years ago

  • Keywords 2nd-opinion added; widgets ui removed
  • Milestone UnassignedFuture Release

#4 @ryan
15 years ago

  • Milestone Future Release
  • Resolutionfixed
  • Status newclosed

This has been fixed for the default theme. As good as we'll likely get.

Note: See TracTickets for help on using tickets.