| Server IP : 176.57.188.63 / Your IP : 216.73.216.82 Web Server : Apache System : Linux vipp.domainship.xyz 5.14.0-503.35.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 4 05:23:43 EDT 2025 x86_64 User : truquesc ( 10345) PHP Version : 8.1.34 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/truquesclc.com/httpdocs/wp-content/themes/startup-solutions/ |
Upload File : |
<?php
/**
* The Template for displaying all single posts.
* @package Startup Solutions
*/
get_header(); ?>
<main id="skip_content" role="main">
<div class="container">
<div class="main-wrapper py-4 px-0">
<?php
$startup_solutions_layout_option = get_theme_mod( 'startup_solutions_single_post_layout','Right Sidebar');
if($startup_solutions_layout_option == 'One Column'){ ?>
<div class="content_box">
<?php if (get_theme_mod('startup_solutions_single_post_bradcrumb',false) != ''){ ?>
<div class="bradcrumbs">
<?php startup_solutions_the_breadcrumb(); ?>
</div>
<?php }?>
<?php while ( have_posts() ) : the_post();
get_template_part( 'template-parts/single-post' );
endwhile; // end of the loop. ?>
</div>
<?php }else if($startup_solutions_layout_option == 'Left Sidebar'){ ?>
<div class="row">
<div id="sidebar" class="<?php if( get_theme_mod( 'startup_solutions_sidebar_size', 'Sidebar 1/3') == 'Sidebar 1/3') { ?>col-lg-4 col-md-4"<?php } else { ?>col-lg-3 col-md-4 <?php } ?>"><?php get_sidebar(); ?></div>
<div class="<?php if( get_theme_mod( 'startup_solutions_sidebar_size', 'Sidebar 1/3') == 'Sidebar 1/3') { ?>col-lg-8 col-md-8 content_box"<?php } else { ?>col-lg-9 col-md-8 <?php } ?>">
<?php if (get_theme_mod('startup_solutions_single_post_bradcrumb',false) != ''){ ?>
<div class="bradcrumbs">
<?php startup_solutions_the_breadcrumb(); ?>
</div>
<?php }?>
<?php while ( have_posts() ) : the_post();
get_template_part( 'template-parts/single-post' );
endwhile; // end of the loop. ?>
</div>
</div>
<?php }else if($startup_solutions_layout_option == 'Right Sidebar'){ ?>
<div class="row">
<div class="<?php if( get_theme_mod( 'startup_solutions_sidebar_size', 'Sidebar 1/3') == 'Sidebar 1/3') { ?>col-lg-8 col-md-8 content_box"<?php } else { ?>col-lg-9 col-md-8 <?php } ?>">
<?php if (get_theme_mod('startup_solutions_single_post_bradcrumb',false) != ''){ ?>
<div class="bradcrumbs">
<?php startup_solutions_the_breadcrumb(); ?>
</div>
<?php }?>
<?php while ( have_posts() ) : the_post();
get_template_part( 'template-parts/single-post' );
endwhile; // end of the loop. ?>
</div>
<div id="sidebar" class="<?php if( get_theme_mod( 'startup_solutions_sidebar_size', 'Sidebar 1/3') == 'Sidebar 1/3') { ?>col-lg-4 col-md-4"<?php } else { ?>col-lg-3 col-md-4 <?php } ?>"><?php get_sidebar(); ?></div>
</div>
<?php } else {?>
<div class="row">
<div class="<?php if( get_theme_mod( 'startup_solutions_sidebar_size', 'Sidebar 1/3') == 'Sidebar 1/3') { ?>col-lg-8 col-md-8 content_box"<?php } else { ?>col-lg-9 col-md-8 <?php } ?>">
<?php if (get_theme_mod('startup_solutions_single_post_bradcrumb',false) != ''){ ?>
<div class="bradcrumbs">
<?php startup_solutions_the_breadcrumb(); ?>
</div>
<?php }?>
<?php while ( have_posts() ) : the_post();
get_template_part( 'template-parts/single-post' );
endwhile; // end of the loop. ?>
</div>
<div id="sidebar" class="<?php if( get_theme_mod( 'startup_solutions_sidebar_size', 'Sidebar 1/3') == 'Sidebar 1/3') { ?>col-lg-4 col-md-4"<?php } else { ?>col-lg-3 col-md-4 <?php } ?>"><?php dynamic_sidebar('sidebar-1'); ?></div>
</div>
<?php }?>
<div class="clearfix"></div>
</div>
</div>
</main>
<?php get_footer(); ?>