'; comments_number(__('No Comments','belinni-lite'), __('1 Comment','belinni-lite'), '% ' . __('Comments','belinni-lite') ).''; echo '

'; endif; echo "
"; wp_list_comments(array( 'avatar_size' => 50, 'max_depth' => 5, 'style' => 'div', 'callback' => 'pixelshow_comments', 'type' => 'all' )); echo "
"; echo "
"; paginate_comments_links(array('prev_text' => '«', 'next_text' => '»')); echo "
"; $custom_comment_field = '

'; comment_form(array( 'comment_field' => $custom_comment_field, 'comment_notes_after' => '', 'logged_in_as' => '', 'comment_notes_before' => '', 'title_reply' => __('Leave a Reply', 'belinni-lite'), 'cancel_reply_link' => __('Cancel Reply', 'belinni-lite'), 'label_submit' => __('Post Comment', 'belinni-lite') )); ?>