HOME


Mini Shell 1.0
DIR: /var/www/2of3/wp-content/themes/page_template_1747135770/
Upload File :
Current File : /var/www/2of3/wp-content/themes/page_template_1747135770/entry-summary.php
<div class="entry-summary">
<?php if ( ( has_post_thumbnail() ) && ( !is_search() ) ) : ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_post_thumbnail(); ?></a>
<?php endif; ?>
<div itemprop="description"><?php the_excerpt(); ?></div>
<?php if ( is_search() ) { ?>
<div class="entry-links"><?php wp_link_pages(); ?></div>
<?php } ?>
</div>