category.php 618 B

1234567891011
  1. <?php get_header(); ?>
  2. <div class="content-wrap">
  3. <div class="content">
  4. <header class="archive-header">
  5. <h1><i class="fa fa-folder-open"></i> &nbsp;分类:<?php single_cat_title() ?> <a title="订阅<?php single_cat_title() ?>" target="_blank" href="<?php echo get_category_link( get_cat_ID( single_cat_title('',false) ) ); ?>/feed"><i class="rss fa fa-rss"></i></a></h1>
  6. <?php if ( category_description() ) echo '<div class="archive-header-info">'.category_description().'</div>'; ?>
  7. </header>
  8. <?php include( 'modules/excerpt.php' ); ?>
  9. </div>
  10. </div>
  11. <?php get_sidebar(); get_footer(); ?>