代码拉取完成,页面将自动刷新
<?php get_header(); ?>
<div id="main">
<?php while ( have_posts() ) : the_post(); ?>
<div class="post_list">
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="info"><?php the_author() ?> | <?php the_category(', ') ?> | <?php the_time('Y-m-d'); ?></div>
<div class="excerpt">
<?php if( function_exists('catch_that_image')&&catch_that_image()!='' ) { ?>
<div class="thumbnail"><a href="<?php the_permalink();?>" title="<?php the_title();?>"><img src="<?php echo catch_that_image() ?>" alt="<?php the_title();?>"/></a></div>
<?php } else { } ?>
<?php echo mb_strimwidth(strip_tags(apply_filters('content', $post->post_content)), 0, 330,"..."); ?> <span class="more">[<a href="<?php the_permalink() ?>" title="详细阅读 <?php the_title(); ?>" rel="bookmark">阅读全文</a>]</span>
</div>
<div class="meta">
<span class="meat_span"><i class="iconfont">ė</i> <?php if(function_exists(the_views)) { the_views('次浏览', true);}?></span>
<span class="meat_span"><i class="iconfont">6</i> <?php comments_popup_link ('没有评论','1条评论','%条评论'); ?></span>
<span class="meat_span meat_max"><i class="iconfont">0</i> <?php the_tags('', ', ', ''); ?></span>
</div>
</div>
<?php endwhile; ?>
<div class="navigation">
<?php pagination($query_string); ?>
</div>
</div>
<?php get_sidebar('category'); ?>
<?php get_footer(); ?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。