• Hello,

    The theme I have uses dynamic sidebar and does not use the register_sidebar() function anywhere. How can I add unique IDs to each widget using the dynamic sidebar? Do I have to edit the theme and manually place all new registered sidebars?

    The theme utilizes a sidebar.php file that contains:

    <?php if ( function_exists('dynamic_sidebar') ) dynamic_sidebar('Sidebar'); ?>

    The theme file then places a sidebar like this:

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar: Homepage (Right)') ) echo '&nbsp;'; ?>

    Any help is appreciated. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Add Widget IDs with Dynamic Sidebar’ is closed to new replies.