1 && get_option( 'page_comments' ) ) : /* are there comments to navigate through */?>
'pingback', 'callback' => 'themepacific_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>
apply_filters( 'comment_form_default_fields', array(
'author' => '',
'email' => '',
'url' => '' ) ),
'comment_field' => '',
'comment_notes_before' => '',
'comment_notes_after' => '',
'title_reply' => __('Leave a Reply','ThemePacific') ,
);
comment_form($comment_form, $post->ID);
?>