blogger adlı üyeden alıntı

Temanın functions.php dosyasında,
şöyle bir satır var mı, varsa functions php yi paylaşabilir misin.



add_theme_support( 'post-thumbnails' );

function normalComments($comment, $args, $depth)
{
$GLOBALS['comment'] = $comment;
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}

$adminid = explode (",",$wpzoom_admin_ids);
$oddcomment = 'guest';
$wrappeddate = wordwrap($comment->comment_date, 10,"
\n");
if (in_array($comment->user_id, $adminid)) {$oddcomment = 'author'; }

$gravatarsize = $wpzoom_comments_gravatar_size;
$gravatar_id = md5($comment->comment_author_email);
$gravatar = get_avatar($comment->comment_author_email, $gravatarsize,'');
echo"
  • $gravatar";
    if($args['max_depth']!=$depth) { ?>
    $depth, 'max_depth' => $args['max_depth']))) ?>

    echo"
    ";
    echo"
    "; if (strlen($comment->comment_author_url) > 10){ echo"comment_author_url."\" rel=\"external,nofollow\">" . $comment->comment_author .""; } else{ echo $comment->comment_author; } echo"

    $wrappeddate
    ";
    echo"
    comment_ID\">";
    echo"

    ".$comment->comment_content."

    ";
    if ($comment->comment_approved == '0') :
    echo"('Your comment is awaiting moderation.')";
    endif;
    echo"
    ";
    echo"
     
    ";
    }

    function normalPings($comment)
    {
    echo"
  • ";?>
    comment_ID\">"; if (strlen($comment->comment_author_url) > 10){ echo"comment_author_url."\" rel=\"external,nofollow\">" . $comment->comment_author .""; } else{ echo $comment->comment_author; } echo"$comment->comment_date";
    echo"

    ".$comment->comment_content."

    ";
    echo"