HEX
Server: Apache
System: Linux vps.rockyroadprinting.net 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: rockyroadprintin (1011)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/rockyroadprintin/www/wp-content/themes/consulting/partials/content-about_author_style_2.php
<div class="stm_post_about_author style_2">
    <div class="author_image">
        <?php echo get_avatar( get_the_author_meta( 'email' ), 60 ); ?>
    </div>
    <div class="author_info">
        <div class="author_name">
            <strong><?php the_author(); ?></strong>
        </div>
        <?php if(!empty(get_the_date())): ?>
            <div class="post_date">
                <?php echo esc_html(get_the_date()); ?>
            </div>
        <?php endif; ?>
    </div>
</div>