1 Star 0 Fork 22

jee / JieStyle Two

forked from 唐杰 / JieStyle Two 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
search.php 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
Jarvis 提交于 2017-09-15 14:40 . Initial commit
<?php get_header(); ?>
<div id="main">
<div class="row box">
<div class="col-md-8">
<h2 class="uptop"><i class="fa fa-search" aria-hidden="true"></i> <?php the_search_query(); ?></h2>
<?php while ( have_posts() ) : the_post(); ?>
<article class="article-list-2 clearfix">
<div class="post-time"><i class="fa fa-calendar"></i> <?php the_time('m月d日') ?></div>
<h1 class="post-title"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>
<div class="post-meta">
<span class="meta-span"><i class="fa fa-folder-open-o"></i> <?php the_category(',') ?></span>
<span class="meta-span"><i class="fa fa-commenting-o"></i> <?php comments_popup_link ('没有评论','1条评论','%条评论'); ?></span>
</div>
</article>
<?php endwhile; ?>
<nav style="float:right">
<?php pagination($query_string); ?>
</nav>
</div>
<div class="col-md-4 hidden-xs hidden-sm">
<?php get_sidebar(); ?>
</div>
</div>
</div>
<?php get_footer(); ?>
PHP
1
https://gitee.com/jempson/JieStyle-Two.git
git@gitee.com:jempson/JieStyle-Two.git
jempson
JieStyle-Two
JieStyle Two
master

搜索帮助