php - wordpress coinslider 不工作

标签 php javascript jquery html wordpress

我正在开发我的自定义 wordpress 主题,我想在主页上创建一个特色内容 slider ,所以我安装了 coinslider wordpress 插件,但没有特色帖子。我是 wordpress 开发的新手,所以如果答案很明显,请原谅我的无知。我包含了 functions.php,我的 header.php 很好地链接到 jquery。为什么这不是劳动人民?请帮忙

最佳答案

您知道吗,默认情况下,Wordpress 加载 jQuery 时没有冲突?

基本上,您有两个选择:

jQuery:

jQUery(document).ready(function(){
    // code using jQuery.fn
});

或(函数($))(jQuery):

(function($){
    // code using $.fn
})(jQuery);

关于php - wordpress coinslider 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13619235/

相关文章:

javascript - Kendo Grid Edit Cancel 从网格中删除行

javascript - HTML5 视频 - Chrome - 错误设置 currentTime

javascript - 无法从 ReactJS 中的事件处理程序访问对象

jquery - 当 jQuery.html() 时从缓存加载 .js 文件

javascript - jQuery 页面滚动不会将导航栏 href 更改为事件类

php - 检查字符串是否在 PHP 中全部大写

php - 比较表行数,数据量大

php - 如何在yii2中将数组传递给gridview

php - Joomla 数据库设置

jquery - 过滤器 :Blur Firefox Issue