1
Wordpress Enqueue chỉ dành cho trang chủ, Hàm.php, wp-framework
Tôi muốn thay thế: if(is_home()) { wp_enqueue_script( 'homestuff', get_theme_part( THEME_JS . '/home.js' ), array( 'jquery' ), null, true ); wp_enqueue_script( 'jquerycolor', get_theme_part( THEME_JS . '/jquery.color.js' ), array( 'jquery' ), null, true ); }; Mà hiện đang ở trong tệp.php, bằng cách đặt nó trong tệp tin.php. Cố gắng dọn dẹp …