php Mai-Theme页脚

Posted

tags:

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

// Customize the site footer text.

add_filter( 'genesis_footer_creds_text', 'site_footer_text' );
function site_footer_text( $text ) {
	?>
	<p> &copy; 2018-<?php echo date("Y"); ?> <a href="<?php echo get_home_url(); ?>">ADVANCE REMOVALS</a> &middot; All Rights Reserved &middot; Crafted with <i class="heart fa fa-heart" style="color:red;"></i> By <a href="https://geckografix.guru">GECKOGRAFIX</a> &middot; <a href="<?php echo get_home_url(); ?>/wp-admin"><i class="fa fa-user"></i></a>&middot; <a href="<?php echo get_home_url(); ?>/webmail"><i class="fa fa-envelope-o"></i></a></p>
	<?php
}

以上是关于php Mai-Theme页脚的主要内容,如果未能解决你的问题,请参考以下文章

java itextpdf怎么设置pdf页眉页脚

java实现插入word页眉页脚以及生成目录及页码

用于更新 MS 单词页眉/页脚并转换为 PDF 的 Java API

Java 处理PDF文档:页眉页脚水印背景附件

如何制作和连接具有上传、设置页眉和页脚报告的Java swing程序

NPOI 表头页眉页脚重复设置