Server IP : 185.246.164.236 / Your IP : 216.73.216.0 Web Server : Apache System : Linux linux105 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 User : web9 ( 5012) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client9/web9/web/wp-content/themes/bridge/ |
Upload File : |
<?php extract(bridge_qode_get_blog_single_params()); ?> <?php get_header(); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php get_template_part( 'title' ); ?> <?php get_template_part( 'slider' ); ?> <?php if($single_type == 'image-title-post') : //this post type is full width ?> <div class="full_width" <?php if($background_color != "") { echo " style='background-color:". $background_color ."'";} ?>> <?php if(isset($bridge_qode_options['overlapping_content']) && $bridge_qode_options['overlapping_content'] == 'yes') {?> <div class="overlapping_content"><div class="overlapping_content_inner"> <?php } ?> <div class="full_width_inner" <?php bridge_qode_inline_style($content_style_spacing); ?>> <?php else : // post type ?> <div class="container"<?php if($background_color != "") { echo " style='background-color:". $background_color ."'";} ?>> <?php if(isset($bridge_qode_options['overlapping_content']) && $bridge_qode_options['overlapping_content'] == 'yes') {?> <div class="overlapping_content"><div class="overlapping_content_inner"> <?php } ?> <div class="container_inner default_template_holder" <?php bridge_qode_inline_style($content_style_spacing); ?>> <?php endif; // post type end ?> <?php if(($sidebar == "default")||($sidebar == "")) : ?> <div <?php bridge_qode_class_attribute(implode(' ', $single_class)) ?>> <?php get_template_part('templates/' . $single_loop, 'loop'); ?> <?php if($single_grid == 'no'): ?> <div class="grid_section"> <div class="section_inner"> <?php endif; ?> <?php if($blog_hide_comments != "yes"){ comments_template('', true); }else{ echo "<br/><br/>"; } ?> <?php if($single_grid == 'no'): ?> </div> </div> <?php endif; ?> </div> <?php elseif($sidebar == "1" || $sidebar == "2"): ?> <?php if($sidebar == "1") : ?> <div class="two_columns_66_33 background_color_sidebar grid2 clearfix"> <div class="column1"> <?php elseif($sidebar == "2") : ?> <div class="two_columns_75_25 background_color_sidebar grid2 clearfix"> <div class="column1"> <?php endif; ?> <div class="column_inner"> <div <?php bridge_qode_class_attribute(implode(' ', $single_class)) ?>> <?php get_template_part('templates/' . $single_loop, 'loop'); ?> </div> <?php if($blog_hide_comments != "yes"){ comments_template('', true); }else{ echo "<br/><br/>"; } ?> </div> </div> <div class="column2"> <?php get_sidebar(); ?> </div> </div> <?php elseif($sidebar == "3" || $sidebar == "4"): ?> <?php if($sidebar == "3") : ?> <div class="two_columns_33_66 background_color_sidebar grid2 clearfix"> <div class="column1"> <?php get_sidebar(); ?> </div> <div class="column2"> <?php elseif($sidebar == "4") : ?> <div class="two_columns_25_75 background_color_sidebar grid2 clearfix"> <div class="column1"> <?php get_sidebar(); ?> </div> <div class="column2"> <?php endif; ?> <div class="column_inner"> <div <?php bridge_qode_class_attribute(implode(' ', $single_class)) ?>> <?php get_template_part('templates/' . $single_loop, 'loop'); ?> </div> <?php if($blog_hide_comments != "yes"){ comments_template('', true); }else{ echo "<br/><br/>"; } ?> </div> </div> </div> <?php endif; ?> </div> <?php if(isset($bridge_qode_options['overlapping_content']) && $bridge_qode_options['overlapping_content'] == 'yes') {?> </div></div> <?php } ?> </div> <?php endwhile; ?> <?php endif; ?> <?php get_footer(); ?>