Edit File by line
/home/barbar84/www/wp-conte.../themes/twentyni.../template.../post
File: author-bio.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The template for displaying Author info
[2] Fix | Delete
*
[3] Fix | Delete
* @package WordPress
[4] Fix | Delete
* @subpackage Twenty_Nineteen
[5] Fix | Delete
* @since Twenty Nineteen 1.0
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( (bool) get_the_author_meta( 'description' ) ) : ?>
[9] Fix | Delete
<div class="author-bio">
[10] Fix | Delete
<h2 class="author-title">
[11] Fix | Delete
<span class="author-heading">
[12] Fix | Delete
<?php
[13] Fix | Delete
printf(
[14] Fix | Delete
/* translators: %s: Post author. */
[15] Fix | Delete
__( 'Published by %s', 'twentynineteen' ),
[16] Fix | Delete
esc_html( get_the_author() )
[17] Fix | Delete
);
[18] Fix | Delete
?>
[19] Fix | Delete
</span>
[20] Fix | Delete
</h2>
[21] Fix | Delete
<p class="author-description">
[22] Fix | Delete
<?php the_author_meta( 'description' ); ?>
[23] Fix | Delete
<a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
[24] Fix | Delete
<?php _e( 'View more posts', 'twentynineteen' ); ?>
[25] Fix | Delete
</a>
[26] Fix | Delete
</p><!-- .author-description -->
[27] Fix | Delete
</div><!-- .author-bio -->
[28] Fix | Delete
<?php endif; ?>
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function