即時通訊尋找提高我的頁面加載時間/排名和根據PageSpeed Insights ..問題是我的腳本/ css是很多渲染阻止。我怎樣才能成功地使用wp_enqueue_script()來幫助我將腳本的大部分放入我的腳本而不是我的標題(wordpress)中。添加JavaScript和CSS到頁腳
CSS例子
<!-- CSS -->
<link rel="stylesheet" href="<?php echo get_option('siteurl'); ?>/wp-content/themes/<?php echo get_current_theme() ?>/style-jquery-ui-1.8.6.custom.css" type="text/css" />
<link rel="stylesheet" href="<?php echo get_option('siteurl'); ?>/wp-content/themes/<?php echo get_current_theme() ?>/style-prettyPhotoCSS.php" type="text/css" />
腳本示例
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js?ver=3.7.1'></script>
改變輸出放置在模板(S) – charlietfl
@charlietfl你能解釋一下如何做到這一點?我從來沒有在 –
之前做過這件事,你實際上想要的是頭腦中的css,腳中的js。 – dandavis