Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/tienda/wp-content/themes/kossy/widgets/recent-comment.php
Назад
<?php extract( $args ); extract( $instance ); $title = apply_filters('widget_title', $instance['title']); if ( $title ) { echo trim($before_title) . trim( $title ) . $after_title; } ?> <div class="comment-widget widget-content"> <?php $number = $instance['number_comment']; $all_comments = get_comments( array('status' => 'approve', 'number'=>$number) ); if (is_array( $all_comments)) { foreach($all_comments as $comment) { ?> <article class="clearfix"> <div class="avatar-comment-widget"> <?php echo get_avatar($comment, '70'); ?> </div> <div class="content-comment-widget"> <h6> <?php echo strip_tags($comment->comment_author); ?> <?php echo esc_html__('says', 'kossy' ); ?>: </h6> <a class="comment-text-side" href="<?php echo esc_url( get_permalink($comment->ID) ); ?>#comment-<?php echo esc_attr( $comment->comment_ID ); ?>"> <?php echo kossy_substring($comment->comment_content, 10, '...'); ?> </a> </div> </article> <?php } } ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка