📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 01:37:53
📂
/ (Root)
/
home
/
xeqi7597
/
en.claireduwig.com
/
wp-content
/
themes
/
blankslate
📍 /home/xeqi7597/en.claireduwig.com/wp-content/themes/blankslate
🔄 Refresh
✏️
Editing: entry-content.php
Writable
<div class="entry-content" itemprop="mainEntityOfPage"> <?php if ( has_post_thumbnail() ) : ?> <a href="<?php the_post_thumbnail_url( 'full' ); ?>" title="<?php $attachment_id = get_post_thumbnail_id( $post->ID ); the_title_attribute( array( 'post' => get_post( $attachment_id ) ) ); ?>"><?php the_post_thumbnail( 'full', array( 'itemprop' => 'image' ) ); ?></a> <?php endif; ?> <meta itemprop="description" content="<?php echo esc_html( wp_strip_all_tags( get_the_excerpt(), true ) ); ?>"> <?php the_content(); ?> <div class="entry-links"><?php wp_link_pages(); ?></div> </div>
💾 Save Changes
❌ Cancel