Edit File by line
/home/barbar84/public_h.../wp-conte.../themes/twentytw...
File: singular.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The template for displaying single posts and pages.
[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_Twenty
[7] Fix | Delete
* @since Twenty Twenty 1.0
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
get_header();
[11] Fix | Delete
?>
[12] Fix | Delete
[13] Fix | Delete
<main id="site-content" role="main">
[14] Fix | Delete
[15] Fix | Delete
<?php
[16] Fix | Delete
[17] Fix | Delete
if ( have_posts() ) {
[18] Fix | Delete
[19] Fix | Delete
while ( have_posts() ) {
[20] Fix | Delete
the_post();
[21] Fix | Delete
[22] Fix | Delete
get_template_part( 'template-parts/content', get_post_type() );
[23] Fix | Delete
}
[24] Fix | Delete
}
[25] Fix | Delete
[26] Fix | Delete
?>
[27] Fix | Delete
[28] Fix | Delete
</main><!-- #site-content -->
[29] Fix | Delete
[30] Fix | Delete
<?php get_template_part( 'template-parts/footer-menus-widgets' ); ?>
[31] Fix | Delete
[32] Fix | Delete
<?php get_footer(); ?>
[33] Fix | Delete
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function