6 lines
183 B
PHP
6 lines
183 B
PHP
|
<section class="entry-summary">
|
||
|
<?php the_excerpt(); ?>
|
||
|
<?php if( is_search() ) { ?>
|
||
|
<div class="entry-links"><?php wp_link_pages(); ?></div
|
||
|
><?php } ?>
|
||
|
</section>
|