8 Star 19 Fork 13

Specs / Wp-theme-9iphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
page-full.php 665 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Specs 提交于 2015-01-31 11:06 . init
<?php
/*
Template Name: 无侧边栏
*/
get_header(); ?>
<section class='col-md-12' >
<?php while ( have_posts() ) : the_post(); ?>
<article class="well clearfix page" id="post-100">
<header class="entry-header">
<h1 class="entry-title">
<?php the_title(); ?>
</h1>
</header>
<div class="page-content">
<?php the_content(); ?>
</div>
<footer class="entry-footer">
<!--评论模块-->
<?php comments_template( '', true ); ?>
</footer>
</article>
<?php endwhile; // end of the loop. ?>
</section>
<!--底部-->
<?php get_footer(); ?>
PHP
1
https://gitee.com/9iphp/Wp-theme-9iphp.git
git@gitee.com:9iphp/Wp-theme-9iphp.git
9iphp
Wp-theme-9iphp
Wp-theme-9iphp
master

搜索帮助

14c37bed 8189591 565d56ea 8189591