2
我有一個奇怪的情況正在進行。我目前正在研究本地主機。 Wordpress似乎將我的樣式表排入腳本。以下是入隊代碼的截圖和片段。樣式表也在控制檯中引發錯誤,就好像被解釋爲腳本一樣。Wordpress排隊樣式表爲腳本
if (is_page_template('page-templates/fullpage-scroll-template.php')) {
wp_register_script('fullpage-css', trailingslashit(get_template_directory_uri()) . 'css/fullpage.css');
wp_enqueue_script('fullpage-css');
}
使用'wp_enqueue_style'代替'wp_enqueue_script' – pr0metheus
ahhhhhhhhh宕如此明顯!我覺得像一個屁股 –
https://codex.wordpress.org。對於任何問題,始終檢查Codex! – pr0metheus