Edit File by line
/home/barbar84/www/wp-conte.../themes/twentyni.../template.../content
File: content-excerpt.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Template part for displaying post archives and search results
[2] Fix | Delete
*
[3] Fix | Delete
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
[4] Fix | Delete
*
[5] Fix | Delete
* @package WordPress
[6] Fix | Delete
* @subpackage Twenty_Nineteen
[7] Fix | Delete
* @since Twenty Nineteen 1.0
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
?>
[11] Fix | Delete
[12] Fix | Delete
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
[13] Fix | Delete
<header class="entry-header">
[14] Fix | Delete
<?php
[15] Fix | Delete
if ( is_sticky() && is_home() && ! is_paged() ) {
[16] Fix | Delete
printf( '<span class="sticky-post">%s</span>', _x( 'Featured', 'post', 'twentynineteen' ) );
[17] Fix | Delete
}
[18] Fix | Delete
the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' );
[19] Fix | Delete
?>
[20] Fix | Delete
</header><!-- .entry-header -->
[21] Fix | Delete
[22] Fix | Delete
<?php twentynineteen_post_thumbnail(); ?>
[23] Fix | Delete
[24] Fix | Delete
<div class="entry-content">
[25] Fix | Delete
<?php the_excerpt(); ?>
[26] Fix | Delete
</div><!-- .entry-content -->
[27] Fix | Delete
[28] Fix | Delete
<footer class="entry-footer">
[29] Fix | Delete
<?php twentynineteen_entry_footer(); ?>
[30] Fix | Delete
</footer><!-- .entry-footer -->
[31] Fix | Delete
</article><!-- #post-<?php the_ID(); ?> -->
[32] Fix | Delete
[33] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function