📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-20 22:53:36
📂
/ (Root)
/
home
/
xeqi7597
/
public_html
/
wp-content
/
themes
/
blankslate
📍 /home/xeqi7597/public_html/wp-content/themes/blankslate
🔄 Refresh
✏️
Editing: entry-summary.php
Writable
<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>
💾 Save Changes
❌ Cancel