initfest/entry-summary.php

7 lines
169 B
PHP
Raw Permalink Normal View History

2014-09-30 15:58:34 +03:00
<section class="entry-summary">
<?php the_excerpt(); ?>
<?php if( is_search() ) { ?>
<div class="entry-links"><?php wp_link_pages(); ?></div
><?php } ?>
</section>