Edit File by line
/home/barbar84/public_h.../wp-conte.../themes/twentytw...
File: footer.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The template for displaying the footer
[2] Fix | Delete
*
[3] Fix | Delete
* Contains the opening of the #site-footer div and all content after.
[4] Fix | Delete
*
[5] Fix | Delete
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
[6] Fix | Delete
*
[7] Fix | Delete
* @package WordPress
[8] Fix | Delete
* @subpackage Twenty_Twenty
[9] Fix | Delete
* @since Twenty Twenty 1.0
[10] Fix | Delete
*/
[11] Fix | Delete
[12] Fix | Delete
?>
[13] Fix | Delete
<footer id="site-footer" role="contentinfo" class="header-footer-group">
[14] Fix | Delete
[15] Fix | Delete
<div class="section-inner">
[16] Fix | Delete
[17] Fix | Delete
<div class="footer-credits">
[18] Fix | Delete
[19] Fix | Delete
<p class="footer-copyright">&copy;
[20] Fix | Delete
<?php
[21] Fix | Delete
echo date_i18n(
[22] Fix | Delete
/* translators: Copyright date format, see https://www.php.net/manual/datetime.format.php */
[23] Fix | Delete
_x( 'Y', 'copyright date format', 'twentytwenty' )
[24] Fix | Delete
);
[25] Fix | Delete
?>
[26] Fix | Delete
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a>
[27] Fix | Delete
</p><!-- .footer-copyright -->
[28] Fix | Delete
[29] Fix | Delete
<p class="powered-by-wordpress">
[30] Fix | Delete
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwenty' ) ); ?>">
[31] Fix | Delete
<?php _e( 'Powered by WordPress', 'twentytwenty' ); ?>
[32] Fix | Delete
</a>
[33] Fix | Delete
</p><!-- .powered-by-wordpress -->
[34] Fix | Delete
[35] Fix | Delete
</div><!-- .footer-credits -->
[36] Fix | Delete
[37] Fix | Delete
<a class="to-the-top" href="#site-header">
[38] Fix | Delete
<span class="to-the-top-long">
[39] Fix | Delete
<?php
[40] Fix | Delete
/* translators: %s: HTML character for up arrow. */
[41] Fix | Delete
printf( __( 'To the top %s', 'twentytwenty' ), '<span class="arrow" aria-hidden="true">&uarr;</span>' );
[42] Fix | Delete
?>
[43] Fix | Delete
</span><!-- .to-the-top-long -->
[44] Fix | Delete
<span class="to-the-top-short">
[45] Fix | Delete
<?php
[46] Fix | Delete
/* translators: %s: HTML character for up arrow. */
[47] Fix | Delete
printf( __( 'Up %s', 'twentytwenty' ), '<span class="arrow" aria-hidden="true">&uarr;</span>' );
[48] Fix | Delete
?>
[49] Fix | Delete
</span><!-- .to-the-top-short -->
[50] Fix | Delete
</a><!-- .to-the-top -->
[51] Fix | Delete
[52] Fix | Delete
</div><!-- .section-inner -->
[53] Fix | Delete
[54] Fix | Delete
</footer><!-- #site-footer -->
[55] Fix | Delete
[56] Fix | Delete
<?php wp_footer(); ?>
[57] Fix | Delete
[58] Fix | Delete
</body>
[59] Fix | Delete
</html>
[60] Fix | Delete
[61] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function