• hi,
    i have created a widget and its not populating when i put something in it from dashboard (it does show widget area in Dashboard).can anyone help me in wht i m doing wrong?

    if ( function_exists('register_sidebar') )
        register_sidebar(array(
    		'name' => __( 'Second Row.Column', 'twentyten' ),
    		'id' => 'sRfc',
    		'description' => __( 'First of forth column', 'twentyten' ),
            'before_widget' => '',
            'after_widget' => '',
            'before_title' => '<div class="image">',
            'after_title' => '</div>',
        ));

    and

    <div class="qLinks">
    <?php dynamic_sidebar('sRfc');?>
    </div>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘widget content not showing’ is closed to new replies.