push changes, and removed comments
This commit is contained in:
@ -17,7 +17,7 @@ $author_url = get_the_author_meta( 'user_url' );
|
||||
<?php if ( $author_avatar ) { ?>
|
||||
<div itemprop="image" class="mt-author__avatar">
|
||||
<?php echo wp_kses_post( $author_avatar ); ?>
|
||||
</div><!-- .mt-author-avatar -->
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="mt-author-info">
|
||||
@ -28,7 +28,7 @@ $author_url = get_the_author_meta( 'user_url' );
|
||||
<?php if ( $author_bio ) { ?>
|
||||
<div class="mt-author-bio">
|
||||
<?php echo wp_kses_post( $author_bio ); ?>
|
||||
</div><!-- .mt-author-bio -->
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="mt-author-meta">
|
||||
@ -36,8 +36,8 @@ $author_url = get_the_author_meta( 'user_url' );
|
||||
<div class="mt-author-website">
|
||||
<span><?php esc_html_e( 'Website', 'sophia-after-dark' ); ?>:</span>
|
||||
<a href="<?php echo esc_url( $author_url ); ?>" target="_blank"><?php echo esc_url( $author_url ); ?></a>
|
||||
</div><!-- .mt-author-website -->
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div><!-- .mt-author-meta -->
|
||||
</div><!-- .mt-author-info -->
|
||||
</div><!-- .mt-author-bio -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user