wordpress主题修改底部版权
打开wp-content/themes目录下的正在使用的主题文件夹,找到footer.php
用笔记本打开,找到
<a href=”<?php echo esc_url( __( ‘https://wordpress.org/’, ‘twentyfourteen’ ) ); ?>”><?php printf( __( ‘Proudly powered by %s’, ‘twentyfourteen’ ), ‘WordPress’ ); ?></a>
将此段代码改为自己的版权信息。
比如:
<span class="site-title">Copyright © ilrock.com.cn 2005-2022</span> <span class="site-title">