| Server IP : 212.114.33.6 / Your IP : 216.73.217.30 Web Server : Apache System : Linux ger18 6.12.94+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.94-1 (2026-06-20) x86_64 User : immotrainerde ( 2287) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /srv/www/immotrainerde/htdocs/wp-content/themes/thrive-theme/ |
Upload File : |
<?php
if ( post_password_required() ) {
return;
}
?>
<?php comment_form(); ?>
<?php if ( have_comments() ) : ?>
<?php the_comments_navigation(); ?>
<ol class="comment-list">
<?php wp_list_comments( [ 'style' => 'ol', 'short_ping' => true, 'avatar_size' => 100 ] ); ?>
</ol>
<?php the_comments_navigation(); ?>
<?php if ( ! comments_open() ) : ?>
<?php echo apply_filters( 'comment_form_closed_comments', __( 'Comments are closed.', 'thrive-theme' ) ); ?>
<?php endif; ?>
<?php endif; ?>