whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
template-parts
/
portfolio
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/template-parts/portfolio/content-single.php
<?php /** * The template for displaying all single portfolio posts. * * @package Medizin * @since 1.0 */ get_header(); $style = Medizin_Helper::get_post_meta( 'portfolio_layout_style', '' ); if ( $style === '' ) { $style = Medizin::setting( 'single_portfolio_style' ); } ?> <div id="page-content" class="page-content"> <div class="container"> <div class="row"> <?php Medizin_Templates::render_sidebar( 'left' ); ?> <div class="page-main-content"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <h2 class="screen-reader-text"><?php echo esc_html( get_the_title() ); ?></h2> <?php get_template_part( 'template-parts/portfolio/single/style', $style ); ?> </article> <?php if ( Medizin::setting( 'single_portfolio_related_enable' ) === '1' ) : ?> <?php get_template_part( 'template-parts/portfolio/related' ); ?> <?php endif; ?> <?php // If comments are open or we have at least one comment, load up the comment template. if ( Medizin::setting( 'single_portfolio_comment_enable' ) === '1' && ( comments_open() || get_comments_number() ) ) : comments_template(); endif; ?> <?php endwhile; ?> </div> <?php Medizin_Templates::render_sidebar( 'right' ); ?> </div> </div> <?php Medizin_Portfolio::instance()->entry_navigation_links(); ?> </div> <?php get_footer();
Copyright ©2021 || Defacer Indonesia