PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/antonkerr/public_html/car/wp-content/themes/BookYourTravel/ |
| Server: Linux premium47.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 IP: 68.65.123.244 |
| Dir : /home/antonkerr/public_html/car/wp-content/themes/BookYourTravel/comments.php |
<?php
/**
* The template for displaying comments
*
* This is the template that displays the area of the page that contains both the current comments
* and the comment form.
*
* @package WordPress
* @subpackage BookYourTravel
* @since 1.0
* @version 8.00
*/
// Do not delete these lines
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not load this page directly. Thanks!');
if ( post_password_required() ) {
return;
}
$allowed_tags = array();
$allowed_tags['a'] = array('href' => array());
$comments_class = '';
if ('open' != $post->comment_status) {
$comments_class = "closedcomments";
}
?>
<div class="comments <?php echo esc_attr($comments_class); ?>" id="comments">
<?php if ( have_comments() ) : ?>
<h2 class="comments-title">
<?php
$comments_number = get_comments_number();
if ( '1' === $comments_number ) {
/* translators: %s: post title */
printf( _x( 'One Reply to “%s”', 'comments title', 'bookyourtravel' ), get_the_title() );
} else {
printf(
/* translators: 1: number of comments, 2: post title */
_nx(
'%1$s Reply to “%2$s”',
'%1$s Replies to “%2$s”',
$comments_number,
'comments title',
'bookyourtravel'
),
number_format_i18n( $comments_number ),
get_the_title()
);
}
?>
</h2>
<?php wp_list_comments('type=comment&callback=bookyourtravel_comment'); ?>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<nav id="comment-nav-below" class="navigation comment-navigation" role="navigation">
<h1 class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'bookyourtravel' ); ?></h1>
<div class="nav-previous"><?php previous_comments_link( esc_html__( '← Older Comments', 'bookyourtravel' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments →', 'bookyourtravel' ) ); ?></div>
</nav><!-- #comment-nav-below -->
<?php endif; // Check for comment navigation. ?>
<?php else : // this is displayed if there are no comments so far ?>
<?php if ('open' == $post->comment_status) : ?>
<!-- If comments are open, but there are no comments. -->
<?php else : // comments are closed ?>
<!-- If comments are closed. -->
<p class="nocomments"></p>
<?php endif; ?>
<?php endif; ?>
<?php if ('open' == $post->comment_status) : ?>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p><?php echo sprintf(wp_kses(__('You must be <a href="%s/wp-login.php?redirect_to=%s">logged in</a> to post a comment.', 'bookyourtravel'), $allowed_tags), esc_url( home_url('/')), esc_url(get_permalink())); ?></p>
<?php else : ?>
<?php
$args = array();
$args['logged_in_as'] = "<p>" . sprintf(wp_kses(__('Logged in as <a href="%s/wp-admin/profile.php">%s</a>.', 'bookyourtravel'), $allowed_tags), esc_url( home_url('/')), $user_identity) . ' ' . sprintf(__('<a href="%s" title="Log out of this account">Log out »</a>', 'bookyourtravel'), wp_logout_url(get_permalink())) . '</p>';
ob_start();
$allowed_tags = array();
$allowed_tags['strong'] = array('class' => array());
$allowed_tags['span'] = array('class' => array());
?>
<p><?php echo wp_kses(__('<strong>Note:</strong> Comments on the web site reflect the views of their authors, and not necessarily the views of the bookyourtravel internet portal. You are requested to refrain from insults, swearing and vulgar expression. We reserve the right to delete any comment without notice or explanations.', 'bookyourtravel'), $allowed_tags); ?></p>
<p><?php echo wp_kses(__('Your email address will not be published. Required fields are signed with <span class="req">*</span>', 'bookyourtravel'), $allowed_tags); ?></p>
<div class="row">
<?php
$args['comment_notes_before'] = ob_get_contents();
ob_end_clean();
ob_start();
?>
<div class="f-item full-width">
<textarea id="comment" name="comment" rows="10" cols="10"></textarea>
</div>
<?php
$args['comment_field'] = ob_get_contents();
ob_end_clean();
$fields = array();
ob_start();
?>
<div class="f-item one-half">
<label for="author"><?php esc_html_e('Name', 'bookyourtravel'); ?> <span class="req"><?php if ($req) echo "*"; ?></span></label>
<input type="text" id="author" name="author" value="<?php echo esc_attr($comment_author); ?>" />
</div>
<?php
$fields['author'] = ob_get_contents();
ob_end_clean();
ob_start();
?>
<div class="f-item one-half">
<label for="email"><?php esc_html_e('Email', 'bookyourtravel'); ?> <span class="req"><?php if ($req) echo "*"; ?></span></label>
<input type="email" id="email" name="email" value="<?php echo esc_attr($comment_author_email); ?>" />
</div>
<?php
$fields['email'] = ob_get_contents();
ob_end_clean();
ob_start();
?>
<div class="f-item full-width">
<label for="url"><?php esc_html_e('Website', 'bookyourtravel'); ?></label>
<input type="text" id="url" name="url" value="<?php echo esc_attr($comment_author_url); ?>" />
</div>
</div>
<?php
$fields['url'] = ob_get_contents();
ob_end_clean();
$args['fields'] = $fields;
?>
<div class="post-comment static-content">
<?php
comment_form($args);
?>
</div>
<?php endif; /* if (get_option('comment_registration')... */ ?>
<?php endif; /* if ('open'... */ ?>
</div><!--comments-->