| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/single-jetpack-portfolio.php.tar |
home/xbodynamge/www/wp-content/themes/hestia/single-jetpack-portfolio.php 0000644 00000001255 15113166717 0022754 0 ustar 00 <?php
/**
* The template for displaying all single portfolio posts.
*
* @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', 'portfolio' );
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile;
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>
</div>
</div>
</div>
<?php get_footer(); ?>