删除底部"自豪地采用 WordPress"
Posted 云端雪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了删除底部"自豪地采用 WordPress"相关的知识,希望对你有一定的参考价值。
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<?php
/**
* Fires before the Twenty Fifteen footer text for footer customization.
*
* @since Twenty Fifteen 1.0
*/
do_action( \'twentyfifteen_credits\' );
?>
<a href="<?php echo esc_url( __( \'https://wordpress.org/\', \'twentyfifteen\' ) ); ?>"><?php printf( __( \'Proudly powered by %s\', \'twentyfifteen\' ), \'WordPress\' ); ?></a>
</div><!-- .site-info -->
</footer><!-- .site-footer -->
以上是关于删除底部"自豪地采用 WordPress"的主要内容,如果未能解决你的问题,请参考以下文章
wordpress自定义页脚去除“自豪地采用WordPress”