'comment', 'reply_text' => __('Reply to %s¬','easel'), 'callback' => 'easel_comments_callback', 'end-callback' => 'easel_comments_end_callback', 'avatar_size'=>64 ) ); } else { wp_list_comments(array('type' => 'comment', 'avatar_size'=>64)); }?>
0)); if (!empty($pagelinks)) { $pagelinks = str_replace('', '', $pagelinks); $pagelinks = str_replace('', '', $pagelinks); ?>
  • '.__('Comment Pages','easel').'
  • '. $pagelinks . ''; ?>
    query_vars['cpage']) && $wp_query->query_vars['cpage'] < 2)) : ?>

      • 'pings', 'callback' => 'easel_comments_callback', 'end-callback' => 'easel_comments_end_callback', 'avatar_size'=>32 ) ); } else { wp_list_comments(array('type' => 'pings', 'avatar_size'=>64)); }?>
    comment_status) : ?>

    comment_status) : if (function_exists('in_members_category')) { if (in_members_category() && !easel_is_member()) { return; } } // comment_form(); not used based on our own required look and functionality. ?>
    '

    ' . ''. '

    ', 'email' => '', 'url' => '

    ' . '

    ', ); if (easel_themeinfo('disable_comment_note')) { $args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '

    ', 'comment_notes_before' => '', 'comment_notes_after' => '', 'title_reply' => __( 'Comment ¬
    ', 'easel' ), 'title_reply_to' => __( 'Reply to %s ¬
    ','easel' ), 'cancel_reply_link' => __( 'Cancel reply', 'easel' ), 'label_submit' => __( 'Post Comment', 'easel' ) ); } else { $args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_notes_before' => '', 'comment_field' => '

    ', 'comment_notes_after' => '

    ' . __('NOTE - You can use these ','easel') . sprintf(('HTML tags and attributes:
    %s' ), ' ' . allowed_tags() . '' ) . '

    ', 'title_reply' => __( 'Comment ¬
    ', 'easel'), 'title_reply_to' => __('Reply to %s ¬
    ','easel'), 'cancel_reply_link' => __( 'Cancel reply', 'easel' ), 'label_submit' => __( 'Post Comment', 'easel' ) ); } comment_form($args); ?>