HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/LinkersIT.com/wp-content/themes/toka/template-parts/entry-author-bio.php
<?php
/**
 * The template for displaying Author info.
 */

if ((bool)get_the_author_meta('description') && (bool)get_theme_mod('show_author_bio', true)) : ?>
    <div class="author-bio">
        <div class="author-title-wrapper">
            <div class="author-avatar">
                <?php echo get_avatar(get_the_author_meta('ID'), 160); ?>
            </div>
            <h6 class="author-title">
                <?php
                printf(
                /* translators: %s: Author name. */
                    esc_html__('By %s', 'toka'),
                    esc_html(get_the_author())
                );
                ?>
            </h6>
        </div><!-- .author-name -->
        <div class="author-description">
            <?php echo wp_kses(wpautop(get_the_author_meta('description')),'post'); ?>
            <a class="author-link" href="<?php echo esc_url(get_author_posts_url(get_the_author_meta('ID'))); ?>"
               rel="author">
                <?php echo wp_kses(__('View Archive <span aria-hidden="true">&rarr;</span>', 'toka'), 'regular'); ?>
            </a>
        </div><!-- .author-description -->
    </div><!-- .author-bio -->
<?php endif; ?>