C:\xampp\htdocs\landing\wp-content\themes\twentytwenty\template-parts\entry-author-bio.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
/**
 * The template for displaying Author info
 *
 * @package WordPress
 * @subpackage Twenty_Twenty
 * @since Twenty Twenty 1.0
 */

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 vcard">
            <?php echo get_avatarget_the_author_meta'ID' ), 160 ); ?>
        </div>
        <h2 class="author-title heading-size-4">
            <?php
            printf
(
                
/* translators: %s: Author name. */
                
__'By %s''twentytwenty' ),
                
esc_htmlget_the_author() )
            );
            
?>
        </h2>
    </div><!-- .author-name -->
    <div class="author-description">
        <?php echo wp_kses_postwpautopget_the_author_meta'description' ) ) ); ?>
        <a class="author-link" href="<?php echo esc_urlget_author_posts_urlget_the_author_meta'ID' ) ) ); ?>" rel="author">
            <?php _e'View Archive <span aria-hidden="true">&rarr;</span>''twentytwenty' ); ?>
        </a>
    </div><!-- .author-description -->
</div><!-- .author-bio -->
<?php endif; ?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586