• I am using a modified version of Cold Blue that I call New Day. It was not widgetized when I activated it.

    I tried <?php if ( !function_exists(‘dynamic_sidebar’)
    || !dynamic_sidebar() ) : ?>

    <?php endif; ?>

    I tried swapping in other sidebar.php files from other pre-widgetized themes. Nothing seems to work, WordPress doesn’t detect widget capability.

    Is there something else I’m missing, maybe in index.php? Or do I have to start over and pick another theme? ??

Viewing 2 replies - 16 through 17 (of 17 total)
  • I am using the same gizmo on two blogs of mine and it is showing up in the admin > Plugins page, so I could activate it.

    Ive tried everything ive read on this page

    I have the code in sidebar.php looking for if dynamic_sidebar exists.

    I have the following in functions.php in my theme:

    if ( function_exists('register_sidebar') )
    	register_sidebar(array(
            'before_widget' => '<li id="%1$s" class="widget %2$s">',
            'after_widget' => '</li>',
            'before_title' => '',
            'after_title' => '',
        ));

    But still i still cant get the widgets to work. Please help.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Can’t get widgets no matter what’ is closed to new replies.