1 Star 3 Fork 0

yeszao / D9

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
404.php 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
yeszao_e17d 提交于 2019-06-11 18:05 . 更新 404.php
<?php get_header(); ?>
<div class="content-wrap">
<div style="text-align:center;padding:60px 0;font-size:16px;">
<h2 style="font-size:60px;margin-bottom:32px;">404 . Not Just An Error</h2>
抱歉,沒有找到您需要的内容!!
</div>
<h1 class="page-title">给您推荐以下内容:</h1>
<?php
$args = array(
'order' => 'DESC',
'ignore_sticky_posts' => 1,
'posts_per_page' => 4
);
query_posts($args);
?>
<?php include( 'modules/excerpt.php' ); ?>
</div>
<?php get_footer(); ?>
PHP
1
https://gitee.com/yeszao/d9.git
git@gitee.com:yeszao/d9.git
yeszao
d9
D9
master

搜索帮助