1 Star 0 Fork 0

xielinjiang/Dobby

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
page.php 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
Seaton Jiang 提交于 2018-02-16 19:16 +08:00 . Update the default page
<?php
/**
* The template for default page
*
* @author Vtrois <seaton@vtrois.com>
* @license GPL-3.0
* @since 1.0
*/
get_header(); ?>
<main class="main alpha-content bg-white pb-4">
<div class="container">
<div class="row">
<article class="article col-12 fluid pt-4">
<?php if (have_posts()) : the_post(); update_post_caches($posts); ?>
<div class="text-center text-dark">
<h1><?php the_title(); ?></h1>
</div>
<div class="content"><?php the_content(); ?></div>
<?php endif; ?>
<?php comments_template(); ?>
</article>
</div>
</div>
</main>
<?php get_footer(); ?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xielinjiangs/Dobby.git
git@gitee.com:xielinjiangs/Dobby.git
xielinjiangs
Dobby
Dobby
master

搜索帮助