5 Star 11 Fork 2

Song/eyas_ghost

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
single.php 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
Song 提交于 2014-12-07 20:15 . the theme is ok
<?php get_header(); ?>
<?php if(have_posts()):while(have_posts()):the_post(); ?>
<main id="post-page" class="container" role="main">
<div class="row">
<div class="col-md-10 col-md-push-1">
<article class="panel post tag-ghost-zhu-ti tag-ghost-post tag-roon-io">
<header class="panel-heading post-header">
<h1 class="post-title">
<a><span><?php the_title(); ?></span></a>
</h1>
</header>
<section class="panel-body post-content">
<?php the_content(); ?>
</section>
</article>
</div>
</div>
</main>
<?php endwhile;endif; ?>
<?php get_footer(); ?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yuesong/eyas_ghost.git
git@gitee.com:yuesong/eyas_ghost.git
yuesong
eyas_ghost
eyas_ghost
master

搜索帮助