Enes ve Blogu adlı üyeden alıntı

Evet herhangi bir hata yok senin sayfanda. Rica etsem function.php dosyasını upload edip buraya yükleyebilir misin ? Birde öyle denemek istiyorum.


Buyrun aşağıya ekledim kodları
if ( function_exists('register_sidebars') )
{
register_sidebar(array(
'name' => 'topbar',
'before_title' => '

',
'after_title' => '

'
));
register_sidebar(array(
'name' => 'sidebarL',
'before_title' => '

',
'after_title' => '

'
));
register_sidebar(array(
'name' => 'sidebarR',
'before_title' => '

',
'after_title' => '

'
));
}

// Custom Comment
function custom_comment($comment, $args, $depth) {
$GLOBALS['comment'] = $comment; ?>
  • id="li-comment-">


    ' ); ?>

    %s'), get_comment_author_link()) ?>




    $depth, 'max_depth' => $args['max_depth']))) ?>


    comment_approved == '0') : ?>






    }
    ?>