Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
luxia
/
✏️
Editing: single-portfolio.php
<?php /** * The template for displaying single pages * * @package luxia */ get_header(); ?> <?php get_template_part('template-parts/breadcrumbs/page-single-breadcrumbs'); ?> <!-- Project Detail --> <section class="project-detail"> <div class="container"> <!-- Upper Box --> <div class="upper-box"> <div class="single-item-carousel owl-carousel owl-theme"> <figure class="image"> <?php the_post_thumbnail(); ?> </figure> </div> </div> <!-- Lower Content --> <div class="lower-content"> <div class="row"> <div class="text-column col-lg-12 col-md-12 col-sm-12"> <div class="inner-column"> <?php echo get_the_content(); ?> </div> </div> </div> </div> </div> </section> <!--End Project Detail --> <?php get_footer() ?>
💾 Save
❌ Cancel