Viewing 2 replies - 1 through 2 (of 2 total)
  • Put a functions.php file to your theme folder

    With the content

    <?php

    if ( function_exists(‘register_sidebar’) )
    register_sidebar();

    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => ‘</div>’,
    ‘before_title’ => ‘<div class=”widget-title”>’,
    ‘after_title’ => ‘</div>’,
    ));

    ?>

    This may help You. BTW quotes on Daydreamz are awesome.

    Thread Starter submo6

    (@submo6)

    Thank you so much for your help! It worked!!

    For the quotes on my blog I found them around the internet. Just good simple quotes to live by in life, inspirational, motivational type. I am using the “Random Quotes” Plugin.

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

The topic ‘Sidebar Issues (Widgets)’ is closed to new replies.