10 Star 20 Fork 8

Song / wp_eyas_theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
page.php 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
Song 提交于 2014-10-14 16:28 . v1.0
<?php get_header(); ?>
<div class="content" id="content">
<div class="row">
<ol class="breadcrumb">
<?php show_breadcrumb(); ?>
</ol>
</div>
<div class="row">
<div class="col-xs-12 col-md-8">
<?php if(have_posts()) :while(have_posts()) : the_post(); ?>
<div class="thumbnail">
<?php if(has_post_thumbnail()): ?>
<?php the_post_thumbnail(); ?>
<?php endif; ?>
<div class="caption">
<div class="single-header">
<h1 class="title"><?php the_title(); ?></h1>
<div class="attrs">
<span><i class="icon icon-eye"></i><?php the_views(); ?></span>
<span><i class="icon icon-clock"></i><?php the_date(); the_time(); ?></span>
</div>
</div>
<div class="text">
<?php the_content(); ?>
</div>
</div>
<ul class="pager">
<li class="previous"><?php previous_post_smart(); ?></li>
<li class="next pull-right"><?php next_post_smart(); ?></li>
</ul>
</div>
<?php endwhile;endif; ?>
</div>
<div class="col-xs-12 col-md-4 hidden-xs">
<?php get_sidebar('single'); ?>
</div>
</div>
</div>
<?php get_footer(); ?>
PHP
1
https://gitee.com/yuesong/wp_eyas_theme.git
git@gitee.com:yuesong/wp_eyas_theme.git
yuesong
wp_eyas_theme
wp_eyas_theme
master

搜索帮助