这是我的 header.php 链接。当我在运行显示空白屏幕的页面后为 style.css 输入 bloginfo('stylesheet_url') 时。
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url');?>" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<!--<link rel="stylesheet" href="style.css" type="text/css" />-->
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
请尝试使用“get_template_directory_uri()”函数获取 url。如下图
<link href="<?php echo get_template_directory_uri(); ?>/css/style.css" rel="stylesheet">
我是一名优秀的程序员,十分优秀!