10 Star 20 Fork 8

Song / wp_eyas_theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
single.php 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
Song 提交于 2014-11-12 22:53 . add comment
<?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><span class="glyphicon glyphicon-eye-open"></span><?php the_views(); ?></span>
<span><span class="glyphicon glyphicon-time"></span><?php the_date(); the_time(); ?></span>
<span><span class="glyphicon glyphicon-bookmark"></span><?php the_post_term(); ?></span>
<span><span class="glyphicon glyphicon-tags"></span><?php the_post_term("post_tag"); ?></span>
</div>
</div>
<div class="text">
<?php the_content(); ?>
</div>
</div>
</div>
<?php endwhile;endif; ?>
<div class="comments-container">
<?php comments_template('/comments.php'); ?>
</div>
</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

搜索帮助