php 使用Genesis Framework自定义网站页脚。

Posted

tags:

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

<?php
// Do NOT include the opening php tag.

// Remove site footer.
remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
remove_action( 'genesis_footer', 'genesis_do_footer' );
remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 );

// Customize site footer
add_action( 'genesis_footer', 'sp_custom_footer' );
function sp_custom_footer() { ?>

	<div class="site-footer"><div class="wrap"><p>Handcrafted with <span class="dashicons dashicons-heart"></span> by moi. Powered by the <a href="https://www.studiopress.com/">Genesis Framework</a>. <a href="http://briangardner.com/contact/">Get in Touch</a>.</p></div></div>

<?php
}

以上是关于php 使用Genesis Framework自定义网站页脚。的主要内容,如果未能解决你的问题,请参考以下文章

php 使用Genesis Framework将Ionicons排入您的网站。

php 使用Genesis Framework将Ionicons排入您的网站。

php Genesis Framework - WP Customizer

php Genesis Framework相关文章(分类和标签)

html 示例HTML使用Genesis Framework自定义网站页脚。

html 示例HTML使用Genesis Framework自定义网站页脚。