`
jzang
  • 浏览: 1900 次
  • 性别: Icon_minigender_1
最近访客 更多访客>>
社区版块
存档分类
最新评论

wordpress-create a theme

 
阅读更多

<div class="iteye-blog-content-contain" style="font-size: 14px"></div>

<?php
/**
 * Kittencup Module
 *
 * @date 14-7-14 下午3:00
 * @copyright Copyright (c) 2014-2015 Kittencup. (http://www.kittencup.com)
 * @license   http://kittencup.com
 */
get_header();
?>
<div class="container">

    <div class="col-sm-8">
        <?php while (have_posts()) : ?>
            <?php the_post(); ?>
            <?php get_template_part('content', get_post_format()); ?>
        <?php endwhile; ?>

        <div class="col-sm-12 text-center">
            <?php
            Bootstrap_Paginator::show();
            ?>
        </div>
    </div>


</div>
<?php
get_footer();

?>

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics