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

Posted

tags:

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

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

// Add Instagram widget before footer.
add_action( 'genesis_before_footer', 'sp_instagram_feed_widget' );
function sp_instagram_feed_widget() {

	genesis_widget_area( 'instagram', array(
		'before' => '<div class="instagram"><div class="wrap">',
		'after'  => '</div></div>',
	) );

}

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

在页脚区域中为小部件添加第四列

php 注册Instagram Feed的小部件区域。

php 注册Instagram Feed的小部件区域。

在页脚小部件中居中图像

在页脚之前使固定位置 Div 停止

php 在页脚中加载重力形式JS