hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/chryzalihi/www/wp-content/themes/bloglo/template-parts/entry/ |
<?php /** * Template part for displaying more posts button in author box. * * @package Bloglo * @author Peregrine Themes * @since 1.0.0 */ ?> <div class="more-posts-button"> <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) ) ); ?>" class="bloglo-btn btn-text-1" role="button"><span><?php echo wp_kses( __( 'View All Posts', 'bloglo' ), bloglo_get_allowed_html_tags( 'button' ) ); ?></span></i></a> </div>