在活动主题中,函数。php文件或插件中,
function load_scripts() {
if ( is_singular( \'post\' ) ) {
// Load the Javascript
wp_enqueue_script( string $handle, string $src = \'\', array $deps = array(), string|bool|null $ver = false, bool $in_footer = false );
}
}
add_action( \'wp_enqueue_scripts\', \'load_scripts\' );