1 Star 0 Fork 8

wujianmin/wp_eyas_theme

forked from Song/wp_eyas_theme 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
category.php 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
Song 提交于 2014-10-16 10:28 . fix pagenav function bug
<?php get_header(); ?>
<div class="content" id="content">
<div class="row">
<div class="col-xs-12 col-md-8">
<div class="items">
<?php if(have_posts()) :while(have_posts()) : the_post(); ?>
<aside class="article-item">
<div class="panel panel-default">
<div class="panel-body">
<h1 class="title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
<?php if(has_post_thumbnail()): ?>
<div class="thumbnail"><a href="<?php the_permalink(); ?>"><?php the_post_thumbnail(); ?></a></div>
<?php endif; ?>
<div class="bio"><?php the_abstract(get_the_content(),400); ?>
</div>
</div>
<div class="panel-footer">
<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>
<span><i class="icon icon-eye"></i><?php the_post_term(); ?></span>
</div>
</div>
</div>
</aside>
<?php endwhile;endif; ?>
<!--/items-->
<div class="pagination">
<?php pagenav(); ?>
</div>
</div>
</div>
<div class="col-xs-12 col-md-4 hidden-xs">
<?php get_sidebar('home'); ?>
</div>
</div>
</div>
<?php get_footer(); ?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wujianmin/wp_eyas_theme.git
git@gitee.com:wujianmin/wp_eyas_theme.git
wujianmin
wp_eyas_theme
wp_eyas_theme
master

搜索帮助