Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
lynchestinegroup.com
/
wp-content
/
themes
/
koncrete
/
template-parts
/
project
/
Editing: content-project-single-2.php
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\Koncrete; ?> <section id="post-<?php the_ID(); ?>" <?php post_class('single-project-wrap-layout2'); ?>> <div> <div class="single-project-box-layout2"> <div class="project-details-content"> <?php Helper::generate_single_project_details_for_full_width_layout( get_post() ) ?> <?php the_content(); ?> </div> </div> <?php get_template_part('template-parts/project/partials/pagination'); ?> </div> </section>
Save
Cancel