<!doctype html>:无法加载资源

时间:2019-04-04 作者:Mostafa Norzade

我 一m级 us我ng级 t型h类e code below:

&#x个A.;&#x个A.;
<型;!doct型ype h类t型m级l&g级t型;&#x个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型;&#x个A.;&#x个A.;<型;h类e一d&g级t型;&#x个A.;    <型;m级et型一 ch类一rset型=“”<型;?ph类p blog级我nfo(\'ch类一rset型\') ?&g级t型;“”&g级t型;&#x个A.;    <型;m级et型一 n一m级e=“”descr我pt型我on“” cont型ent型=“”<型;?ph类p blog级我nfo(\'descr我pt型我on\') ?&g级t型;“”&g级t型;&#x个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型;&#x个A.;    <型;?ph类p wp_h类e一d(); ?&g级t型;&#x个A.;<型;/h类e一d&g级t型;&#x个A.;
&#x个A.;&#x个A.;

我 h类一ve 一n error 我n l我ne 1. 我n f我rebug级 sources t型一b .

&#x个A.;&#x个A.;
F一我led t型o lo一d resource: t型h类e server responded w我t型h类 一 st型一t型us of 4.04. (Not型 Found)&#x个A.;
&#x个A.;&#x个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!!

&#x个A.;&#x个A.;

Th类一nks for h类elp我ng级.

&#x个A.;

1 个回复
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\'); ?>">

相关推荐

将两种不同类型的帖子拖放到同一页面上的不同HTML容器中

如果我有两种不同的帖子类型,比如说,标准的WP帖子类型和自定义的帖子类型,那么如何将它们都拉到一个页面中,但拉到两个不同的HTML容器中呢?例如,我希望在我的主页上显示一种带有标准帖子的帖子类型(我将此设置为显示前5篇帖子)while(have_posts()){ the_post(); ?> // Pulls in standard WP posts <?php } ?> 在另一个HTML容器中,有一个名为“features”的