当我删除主页中的页脚时,其他插件无法在 wordpress 基础上运行
when I removed footer in my homepage, other plugin not work on wordpress foundation
当我想添加自己的页脚时,其他插件无法使用,例如幻灯片(名称: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:
因为页脚需要 wp_footer()
加载 JS 库
在您不想添加页脚的主页中
wp_footer();
到主页底部。
当我想添加自己的页脚时,其他插件无法使用,例如幻灯片(名称: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:
因为页脚需要 wp_footer() 加载 JS 库
在您不想添加页脚的主页中
wp_footer();
到主页底部。