【发布时间】:2015-12-24 17:10:51
【问题描述】:
当我想添加自己的页脚时,其他插件不起作用,例如幻灯片(名称:Ultimate Responsive Image Slider)和插件(名称:video-player)......所以请帮助我!!!!!!
代码如下:
<div class="row" >
<div class="twevle columns"><h1>Test Footer</h1></div>
</div>
<?php //get_footer(); ?>
click it for show images footer | click here for show images Slideshow not work:
【问题讨论】:
-
这需要更多信息,特别是什么插件? “不工作”是什么意思?您是否看到错误消息?
get_footer()由什么组成? -
查找文档后:尝试将
wp_footer();添加到您的页脚文件中。它可能会添加相关功能,如果可行,我会将其添加到我的答案中。 -
在页脚文件中有 wp_footer();已经。但我只想在我的主页中删除 get_footer() ,但是当我删除它时,它会影响我告诉你的其他插件。
-
非常感谢兄弟,现在可以了。
-
@srempen 你看到我关于将 wp_footer() 移动到正文末尾的回答了吗?或者你是怎么解决的?
标签: php wordpress wordpress-theming