| Server IP : 217.160.0.15 / Your IP : 216.73.216.227 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d124547881/htdocs/chocadoodle.co.uk/wp-content/themes/omega/ |
Upload File : |
<?php /** * The template for displaying Comments. * * The area of the page that contains both current comments * and the comment form. The actual display of comments is * handled by a callback to omega_comment() which is * located in the inc/template-tags.php file. * * @package Omega */ /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ /* If a post password is required or no comments are given and comments/pings are closed, return. */ if ( post_password_required() || ( !have_comments() && !comments_open() && !pings_open() ) ) return; if ( is_singular( 'page' ) && !get_theme_mod( 'page_comment' ) ) return; ?> <div id="comments" class="entry-comments"> <?php get_template_part( 'partials/comments-loop' ); // Loads the comments-loop.php template. ?> </div><!-- #comments --> <?php comment_form(); ?>