first commit

This commit is contained in:
2024-07-31 13:12:38 +07:00
commit b4e8cbe182
10213 changed files with 3125839 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<div class="author-box">
<figure>
<?php echo get_avatar( get_the_author_meta( 'ID' ), 160 ); ?>
</figure>
<div class="author-post">
<h3><?php esc_html_e( 'By', 'thinkai' ); ?><?php echo esc_html( get_the_author_meta( 'display_name' ) ); ?></h3>
<p><?php echo esc_html( get_the_author_meta( 'description' ) ); ?></p>
</div>
</div>