| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/cdc/ai4fashion22/wp-content/themes/academica/ |
Upload File : |
<?php /** * @package Academica */ if ( post_password_required() ) return; ?> <div id="comments"> <?php if ( have_comments() ) : ?> <hr /> <h2><?php comments_number( __( 'Leave a comment', 'academica' ) ); ?></h2> <ol class="commentlist"> <?php wp_list_comments( 'avatar_size=40' ); ?> </ol> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> <nav id="comment-nav-below" class="navigation clearfix"> <h1 class="assistive-text"><?php _e( 'Comment navigation', 'academica' ); ?></h1> <span class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'academica' ) ); ?></span> <span class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'academica' ) ); ?></span> </nav> <?php endif; // check for comment navigation endif; // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="nocomments"><?php _e( 'Comments are closed.', 'academica' ); ?></p> <?php endif; comment_form(); ?> </div><!-- #comments -->