File Editor
Directories:
.. (Back)
assets
inc
languages
page-templates
template-parts
vendor
Files:
404.php
500.php
archive.php
attachment.php
comments.php
editor-style.css
editor-style.min.css
footer.php
front-page.php
functions.php
header.php
index.php
offline.php
page.php
readme.txt
search.php
sidebar-woocommerce.php
sidebar.php
single-jetpack-portfolio.php
single.php
style-rtl.css
style-rtl.min.css
style.css
style.min.css
Create New File
Create
Edit File: single.php
<?php /** * The template for displaying all single posts and attachments. * * @package Hestia * @since Hestia 1.0 */ get_header(); do_action( 'hestia_before_single_post_wrapper' ); ?> <div class="<?php echo hestia_layout(); ?>"> <div class="blog-post blog-post-wrapper"> <div class="container"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'single' ); endwhile; else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </div> </div> </div> <?php if ( ! is_singular( 'elementor_library' ) ) { do_action( 'hestia_blog_related_posts' ); } ?> <?php get_footer(); ?>
Save Changes
Rename File
Rename