Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
public_html
/
wp-content
/
themes
/
flatsome
/
template-parts
/
posts
/
partials
/
📝 Editing: entry-header.php
<?php /** * Post-entry header. * * @package Flatsome\Templates * @flatsome-version 3.16.0 */ ?> <header class="entry-header"> <div class="entry-header-text entry-header-text-top text-<?php echo get_theme_mod( 'blog_posts_title_align', 'center' ); ?>"> <?php get_template_part( 'template-parts/posts/partials/entry', 'title' ); ?> </div> <?php if ( has_post_thumbnail() ) : ?> <?php if ( ! is_single() || ( is_single() && get_theme_mod( 'blog_single_featured_image', 1 ) ) ) : ?> <div class="entry-image relative"> <?php get_template_part( 'template-parts/posts/partials/entry-image', 'default' ); ?> <?php if ( get_theme_mod( 'blog_badge', 1 ) ) get_template_part( 'template-parts/posts/partials/entry', 'post-date' ); ?> </div> <?php endif; ?> <?php endif; ?> </header>
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/public_html/wp-content/themes/flatsome/template-parts/posts/partials