我在Wordpress中创建自己的主题。我正在尝试链接jQuery文件。 我已经弄清楚我需要这个:
<script src="wp-content/themes/store/assets/js/jquery.js"></script>
这适用于主页。但是当我去另一个页面时,我收到404错误。
GET http://localhost/wordpress/product-category/clothing/men/shirt-men/wp-content/themes/store/assets/js/jquery.js 404 (Not Found)
我不希望它跟随网址。所以我想从链接中删除这部分:
/product-category/clothing/men/shirt-men/