php 页脚之前的Hook Newsletter小部件区域。

Posted

tags:

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

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

// Add newsletter widget area before footer.
add_action( 'genesis_before_footer', 'sp_newsletter_widget' );
function sp_newsletter_widget() {

	genesis_widget_area( 'newsletter', array(
		'before' => '<div class="newsletter"><div class="arrow-down"></div><div class="wrap">',
		'after'  => '</div></div></div>',
	) );

}

以上是关于php 页脚之前的Hook Newsletter小部件区域。的主要内容,如果未能解决你的问题,请参考以下文章

php 在页脚之前添加Instagram的小部件区域。

php 在页脚之前添加Instagram的小部件区域。

Wordpress页脚

php 添加页脚小部件

php 添加Wordpress页脚小部件区域

php 页脚小部件标题