php 更改创世记中的页脚文本 - Nick Keeping

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 更改创世记中的页脚文本 - Nick Keeping相关的知识,希望对你有一定的参考价值。

remove_action( 'genesis_footer', 'genesis_do_footer' );

add_action( 'genesis_footer', 'sp_custom_footer' );

function sp_custom_footer() {

?>

<p>&copy; Copyright 2018 <a href="clientsurl">Clients website name</a> &middot; All Rights Reserved &middot; Design and Development 
by <a href="yoururl">Your Name</a>

<?php

}

以上是关于php 更改创世记中的页脚文本 - Nick Keeping的主要内容,如果未能解决你的问题,请参考以下文章

php 使用genesis_footer_creds_text过滤器更改Genesis中的页脚文本

php 创世记中的编号评论分页

php 创世记摘录。

php footer.php中的页脚信用

php 删除Woocomerce中的页脚品牌

引导程序中的页脚[重复]