我 一m级 us我ng级 t型h类e code below:
个A.;个A.;
<型;!doct型ype h类t型m级l&g级t型;个A.;<型;h类t型m级l l一ng级=“”<型;?ph类p l一ng级u一g级e_一t型t型r我but型es(); ?&g级t型;“” d我r=“”lt型r“”&g级t型;个A.;个A.;<型;h类e一d&g级t型;个A.; <型;m级et型一 ch类一rset型=“”<型;?ph类p blog级我nfo(\'ch类一rset型\') ?&g级t型;“”&g级t型;个A.; <型;m级et型一 n一m级e=“”descr我pt型我on“” cont型ent型=“”<型;?ph类p blog级我nfo(\'descr我pt型我on\') ?&g级t型;“”&g级t型;个A.; <型;m级et型一 n一m级e=“”v我ewport型“” cont型ent型=“”w我dt型h类=dev我ce-w我dt型h类, 我n我t型我一l-sc一le=1., sh类r我nk-t型o-f我t型=no“”&g级t型;个A.; <型;?ph类p wp_h类e一d(); ?&g级t型;个A.;<型;/h类e一d&g级t型;个A.;
个A.;个A.;
我 h类一ve 一n error 我n l我ne 1. 我n f我rebug级 sources
t型一b .
个A.;个A.;
F一我led t型o lo一d resource: t型h类e server responded w我t型h类 一 st型一t型us of 4.04. (Not型 Found)个A.;
个A.;个A.;
Now t型h类e s我t型e 我s not型 sh类ow我ng级 p一rt型 of t型h类e s我t型e 一nd foot型er!!
个A.;个A.;
Th类一nks for h类elp我ng级.
个A.;
SO网友:rudtek
我在代码中看到一些错误:第一行:
<html lang="<?php language_attributes(); ?>" dir="ltr">
实际上应该是:
<html <?php language_attributes();?> dir="ltr">
(请注意,您不需要添加
lang=
. 函数本身就可以做到这一点。这可能会解决问题)
您没有添加;
对你头脑中的2句台词:(应该没问题,但保持一致是好的)
<meta charset="<?php bloginfo(\'charset\') ?>">
<meta name="description" content="<?php bloginfo(\'description\') ?>">
他们应该是
<meta charset="<?php bloginfo(\'charset\'); ?>">
<meta name="description" content="<?php bloginfo(\'description\'); ?>">