register_sidebars with %d as id/name -> admin pages can't show
-
Hi,
Here is what i have in my template functions.php
if ( function_exists(‘register_sidebar’) )
register_sidebars(
3,array(
‘name’ => “sidebar-%d”,
‘id’ => “sidebar-%d”,
‘description’ => ”,
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ‘<h2>’,
‘after_title’ => ‘</h2>’)
);Works perfectly, i use it fine, i add widgets in the panel too.
However when i try to open the admin widgets page again, it doesn’t show anything, totally empty sidebars. (while they still show on the site).Is it a bug? I’m missing something?
Or maybe it is something i can’t do..Thanks!
- The topic ‘register_sidebars with %d as id/name -> admin pages can't show’ is closed to new replies.