Edit File by line
/home/barbar84/public_h.../wp-conte.../themes/twentytw...
File: page.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The template for displaying all single posts
[2] Fix | Delete
*
[3] Fix | Delete
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
[4] Fix | Delete
*
[5] Fix | Delete
* @package WordPress
[6] Fix | Delete
* @subpackage Twenty_Twenty_One
[7] Fix | Delete
* @since Twenty Twenty-One 1.0
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
get_header();
[11] Fix | Delete
[12] Fix | Delete
/* Start the Loop */
[13] Fix | Delete
while ( have_posts() ) :
[14] Fix | Delete
the_post();
[15] Fix | Delete
get_template_part( 'template-parts/content/content-page' );
[16] Fix | Delete
[17] Fix | Delete
// If comments are open or there is at least one comment, load up the comment template.
[18] Fix | Delete
if ( comments_open() || get_comments_number() ) {
[19] Fix | Delete
comments_template();
[20] Fix | Delete
}
[21] Fix | Delete
endwhile; // End of the loop.
[22] Fix | Delete
[23] Fix | Delete
get_footer();
[24] Fix | Delete
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function