| Server IP : 74.208.236.52 / Your IP : 216.73.216.240 Web Server : Apache System : Linux infong527 4.4.400-icpu-115 #2 SMP Mon Jul 6 08:15:05 UTC 2026 x86_64 User : u44043973 ( 5404757) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/18/d194259149/htdocs/osteoporosis/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(); ?>