%PDF- %PDF-
| Direktori : /home/casasdemontanacr/public_html/wp-content/themes/enigma-premium/ |
| Current File : /home/casasdemontanacr/public_html/wp-content/themes/enigma-premium/comments.php |
<?php if ( post_password_required() ) : ?>
<?php _e( 'This post is password protected. Enter the password to view any comments.', 'weblizar' ); ?></p>
<?php return; endif; ?>
<?php if ( have_comments() ) : ?>
<div class="enigma_comment_section">
<div class="enigma_comment_title"><h3><i class="fa fa-comments"></i><?php echo comments_number('No Comments', '1 Comment', '% Comments'); ?></h3></div>
<?php wp_list_comments( array( 'callback' => 'weblizar_comment' ) ); ?>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<nav id="comment-nav-below">
<h1 class="assistive-text"><?php _e( 'Comment navigation', 'weblizar' ); ?></h1>
<div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'weblizar' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'weblizar' ) ); ?></div>
</nav>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if ( comments_open() ) : ?>
<div class="enigma_comment_form_section">
<?php
$fields=array(
'author' => '<div class="enigma_form_group"><label for="exampleInputEmail1">Name<small>*</small></label><input name="author" id="name" type="text" id="exampleInputEmail1" class="enigma_con_input_control"></div>',
'email' => '<div class="enigma_form_group"><label for="exampleInputPassword1">Email<small>*</small></label><input name="email" id="email" type="text" class="enigma_con_input_control"></div>',
);
function my_fields($fields) {
return $fields;
}
add_filter('comment_form_default_fields','my_fields');
$defaults = array(
'fields'=> apply_filters( 'comment_form_default_fields', $fields ),
'comment_field'=> '<div class="enigma_form_group"><label for="message"> Message *</label>
<textarea id="comment" name="comment" class="enigma_con_textarea_control" rows="5"></textarea></div>',
'logged_in_as' => '<p class="logged-in-as">' . __( "Logged in as ",'weblizar' ).'<a href="'. admin_url( 'profile.php' ).'">'.$user_identity.'</a>'. '<a href="'. wp_logout_url( get_permalink() ).'" title="Log out of this account">'.__(" Log out?",'weblizar').'</a>' . '</p>',
'title_reply_to' => __( 'Leave a Reply to %s','weblizar'),
'id_submit' => 'enigma_send_button',
'label_submit'=>__( 'Post Comment','weblizar'),
'comment_notes_before'=> '',
'comment_notes_after'=>'',
'title_reply'=> '<h2>'.__('Leave a Reply','weblizar').'</h2>',
'role_form'=> 'form',
);
comment_form($defaults); ?>
</div>
<?php endif; // If registration required and not logged in ?>
<?php //endif; ?>