function twentytwelve_add_lightbox() {
    wp_enqueue_script('jquery');
    wp_enqueue_script( 'fancybox', get_template_directory_uri() . '/inc/lightbox/js/jquery.fancybox.pack.js', array( 'jquery' ), false, true );
    wp_enqueue_script( 'lightbox', get_template_directory_uri() . '/inc/lightbox/js/jlightbox.js', array( 'fancybox' ), false, true );
    wp_enqueue_style( 'lightbox-style', get_template_directory_uri() . '/inc/lightbox/css/fancybox.css' );
}   

add_action( 'wp_enqueue_scripts', 'twentytwelve_add_lightbox' );

这应该按顺序排列css,但是在加载页面时出现错误 . 排队 . http://localhost:8888/ramova2/wp-content/themes/twentytwelve/inc/lightbox/css/fancybox.css?ver=4.0.1 无法加载资源:服务器响应状态为404(未找到),因为wordpress在链接末尾添加了?ver = 4.0.1标记 .