/templates/comments.php
https://bitbucket.org/jasonbahl/mhwp · PHP · 206 lines · 150 code · 56 blank · 0 comment · 46 complexity · 7219cf60587490beff8eab90af02516d MD5 · raw file
- <?php
- if (post_password_required()) {
- return;
- }
- <<<<<<< HEAD
- if (have_comments()) : ?>
- <section id="comments">
- <h3><?php printf(_n('One Response to “%2$s”', '%1$s Responses to “%2$s”', get_comments_number(), 'mhwp'), number_format_i18n(get_comments_number()), get_the_title()); ?></h3>
- <ol class="media-list">
- <?php wp_list_comments(array('walker' => new MHWP_Walker_Comment)); ?>
- </ol>
- <?php if (get_comment_pages_count() > 1 && get_option('page_comments')) : ?>
- <nav>
- <ul class="pager">
- <?php if (get_previous_comments_link()) : ?>
- <li class="previous"><?php previous_comments_link(__('← Older comments', 'mhwp')); ?></li>
- <?php endif; ?>
- <?php if (get_next_comments_link()) : ?>
- <li class="next"><?php next_comments_link(__('Newer comments →', 'mhwp')); ?></li>
- <?php endif; ?>
- </ul>
- </nav>
- <?php endif; ?>
- <?php if (!comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) : ?>
- <div class="alert">
- <?php _e('Comments are closed.', 'mhwp'); ?>
- </div>
- <?php endif; ?>
- </section><!-- /#comments -->
- <?php endif; ?>
- <?php if (!have_comments() && !comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) : ?>
- <section id="comments">
- <div class="alert">
- <?php _e('Comments are closed.', 'mhwp'); ?>
- </div>
- </section><!-- /#comments -->
- <?php endif; ?>
- <?php if (comments_open()) : ?>
- <section id="respond">
- <h3><?php comment_form_title(__('Leave a Reply', 'mhwp'), __('Leave a Reply to %s', 'mhwp')); ?></h3>
- <p class="cancel-comment-reply"><?php cancel_comment_reply_link(); ?></p>
- <?php if (get_option('comment_registration') && !is_user_logged_in()) : ?>
- <p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.', 'mhwp'), wp_login_url(get_permalink())); ?></p>
- <?php else : ?>
- <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
- <?php if (is_user_logged_in()) : ?>
- <p>
- <?php printf(__('Logged in as <a href="%s/wp-admin/profile.php">%s</a>.', 'mhwp'), get_option('siteurl'), $user_identity); ?>
- <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php __('Log out of this account', 'mhwp'); ?>"><?php _e('Log out »', 'mhwp'); ?></a>
- </p>
- <?php else : ?>
- <div class="form-group">
- <label for="author"><?php _e('Name', 'mhwp'); if ($req) _e(' (required)', 'mhwp'); ?></label>
- <input type="text" class="form-control" name="author" id="author" value="<?php echo esc_attr($comment_author); ?>" size="22" <?php if ($req) echo 'aria-required="true"'; ?>>
- </div>
- <div class="form-group">
- <label for="email"><?php _e('Email (will not be published)', 'mhwp'); if ($req) _e(' (required)', 'mhwp'); ?></label>
- <input type="email" class="form-control" name="email" id="email" value="<?php echo esc_attr($comment_author_email); ?>" size="22" <?php if ($req) echo 'aria-required="true"'; ?>>
- </div>
- <div class="form-group">
- <label for="url"><?php _e('Website', 'mhwp'); ?></label>
- <input type="url" class="form-control" name="url" id="url" value="<?php echo esc_attr($comment_author_url); ?>" size="22">
- </div>
- <?php endif; ?>
- <div class="form-group">
- <label for="comment"><?php _e('Comment', 'mhwp'); ?></label>
- <textarea name="comment" id="comment" class="form-control" rows="5" aria-required="true"></textarea>
- </div>
- <p><input name="submit" class="btn btn-primary" type="submit" id="submit" value="<?php _e('Submit Comment', 'mhwp'); ?>"></p>
- <?php comment_id_fields(); ?>
- <?php do_action('comment_form', $post->ID); ?>
- </form>
- <?php endif; ?>
- </section><!-- /#respond -->
- <?php endif; ?>
- =======
- if (post_password_required()) {
- return;
- }
- if (have_comments()) : ?>
- <section id="comments">
-
- <h3><?php printf(_n('One Response to “%2$s”', '%1$s Responses to “%2$s”', get_comments_number(), 'roots'), number_format_i18n(get_comments_number()), get_the_title()); ?></h3>
- <ol class="media-list">
- <?php wp_list_comments(array('walker' => new Roots_Walker_Comment)); ?>
- </ol>
- <?php if (get_comment_pages_count() > 1 && get_option('page_comments')) : ?>
-
- <nav>
- <ul class="pager">
- <?php if (get_previous_comments_link()) : ?>
- <li class="previous"><?php previous_comments_link(__('← Older comments', 'roots')); ?></li>
- <?php endif; ?>
- <?php if (get_next_comments_link()) : ?>
- <li class="next"><?php next_comments_link(__('Newer comments →', 'roots')); ?></li>
- <?php endif; ?>
- </ul>
- </nav>
-
- <?php endif; ?>
- <?php if (!comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) : ?>
-
- <div class="alert alert-warning">
- <?php _e('Comments are closed.', 'roots'); ?>
- </div>
-
- <?php endif; ?>
-
- </section><!-- /#comments -->
- <?php endif; ?>
- <?php if (!have_comments() && !comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) : ?>
-
- <section id="comments">
-
- <div class="alert alert-warning">
- <?php _e('Comments are closed.', 'roots'); ?>
- </div>
-
- </section><!-- /#comments -->
- <?php endif; ?>
- <?php if (comments_open()) : ?>
-
- <section id="respond">
-
- <h3><?php comment_form_title(__('Leave a Reply', 'roots'), __('Leave a Reply to %s', 'roots')); ?></h3>
-
- <p class="cancel-comment-reply"><?php cancel_comment_reply_link(); ?></p>
-
- <?php if (get_option('comment_registration') && !is_user_logged_in()) : ?>
-
- <p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.', 'roots'), wp_login_url(get_permalink())); ?></p>
-
- <?php else : ?>
-
- <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
-
- <?php if (is_user_logged_in()) : ?>
-
- <p>
-
- <?php printf(__('Logged in as <a href="%s/wp-admin/profile.php">%s</a>.', 'roots'), get_option('siteurl'), $user_identity); ?>
-
- <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php __('Log out of this account', 'roots'); ?>"><?php _e('Log out »', 'roots'); ?></a>
-
- </p>
-
- <?php else : ?>
-
- <div class="form-group">
-
- <label for="author"><?php _e('Name', 'roots'); if ($req) _e(' (required)', 'roots'); ?></label>
- <input type="text" class="form-control" name="author" id="author" value="<?php echo esc_attr($comment_author); ?>" size="22" <?php if ($req) echo 'aria-required="true"'; ?>>
-
- </div>
-
- <div class="form-group">
-
- <label for="email"><?php _e('Email (will not be published)', 'roots'); if ($req) _e(' (required)', 'roots'); ?></label>
- <input type="email" class="form-control" name="email" id="email" value="<?php echo esc_attr($comment_author_email); ?>" size="22" <?php if ($req) echo 'aria-required="true"'; ?>>
-
- </div>
-
- <div class="form-group">
-
- <label for="url"><?php _e('Website', 'roots'); ?></label>
- <input type="url" class="form-control" name="url" id="url" value="<?php echo esc_attr($comment_author_url); ?>" size="22">
-
- </div>
-
- <?php endif; ?>
-
- <div class="form-group">
-
- <label for="comment"><?php _e('Comment', 'roots'); ?></label>
- <textarea name="comment" id="comment" class="form-control" rows="5" aria-required="true"></textarea>
-
- </div>
-
- <p><input name="submit" class="btn btn-primary" type="submit" id="submit" value="<?php _e('Submit Comment', 'roots'); ?>"></p>
-
- <?php comment_id_fields(); ?>
- <?php do_action('comment_form', $post->ID); ?>
-
- </form>
-
- <?php endif; ?>
- </section><!-- /#respond -->
- <?php endif; ?>
- >>>>>>> 175057a145d727f5260fa72bec52faf7a485b18e