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)
#2
@
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The major problem is that most themes aren't using widget functions in the static sidebars. They are calling other WordPress functions directly.