'card-img rounded-0' ) );
else :
echo '';
endif;
?>
'; } } add_action( 'wp_head', 'blogstart_pingback_header' ); /** * * Comments lists style markup */ if ( ! function_exists( 'blogstart_comments_list' ) ) : /** * Template for comments and pingbacks. * * Used as a callback by wp_list_comments() for displaying the comments. * * @param object $comment markup of html wordpress comment list. * @param array $args modifying wordpress_comment_list function argument. * @param array $depth modifying child comment. */ function blogstart_comments_list( $comment, $args, $depth ) { if ( 'div' == $args['style'] ) { $tag = 'div'; $add_below = 'comment'; } else { $tag = 'li'; $add_below = 'div-comment'; } ?> < id="comment-">