Home > CMS Tutorial > WordPress > body text

How to modify the copyright at the bottom of wordpress

藏色散人
Release: 2019-07-13 10:27:07
Original
6512 people have browsed it

How to modify the copyright at the bottom of wordpress

How to modify the copyright at the bottom of wordpress

First log in to the wordpress backend and find "Appearance" - "Edit".

How to modify the copyright at the bottom of wordpress

Then enter the "Edit" page and find "Bottom (footer.php)"

How to modify the copyright at the bottom of wordpress

Find

<a href=”<?php echo esc_url( __( ‘https://wordpress.org/’, ‘twentyfourteen’ ) ); ?>”><?php printf( __( ‘Proudly powered by %s’, ‘twentyfourteen’ ), ‘WordPress’ ); ?></a>
Copy after login

Delete this code and replace it with your own copyright information.

How to modify the copyright at the bottom of wordpress

Finally click update file, the modification is completed, refresh the homepage to see the effect of the modification~

Notes

Before modifying, make a backup copy to avoid making modification errors and not being able to return to the initial state

For more WordPress technical articles, please visit the WordPress Tutorial column!

The above is the detailed content of How to modify the copyright at the bottom of wordpress. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!