-1
我需要將我的腳本放在我的Wordpress中的function.php中,但是我沒有找到如何去做。需要幫忙!在function.php中添加腳本
這裏..:
<script type="text/javascript">
$(function() {
$('#ri-grid').gridrotator({
rows : 3,
columns : 5,
animType : 'fadeInOut',
animSpeed : 500,
interval : 1200,
step : 1,
w320 : {
rows : 3,
columns : 5
},
w240 : {
rows : 3,
columns : 5
}
});
});
</script>
THX。
獨自走是危險的!拿着它。 https://codex.wordpress.org/Using_Javascript – WheatBeak
這個鏈接可以幫助你https://stackoverflow.com/questions/5882341/basic-php-question-adding-javascript-to-php-page –
聽起來像你需要使用模板文件而不是functions.php,查看header.php或footer.php文件的主題文件夾並在其中添加腳本 –