🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 11:37:13 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-content
/
themes
/
barlog
/
templates
📍 /home/therahul/momotimes.therahuldas.com/wp-content/themes/barlog/templates
🔄 Refresh
✏️
Editing: template-blog-left-sidebar.php
Writable
<?php /** * * Template Name: Blog (Left Sidebar) * * @package Barlog */ get_header(); $class = 'col-md-8 col-md-offset-2'; $page_sidebar = 'sidebar-1'; do_action( 'barlog_before_main_content' ); ?> <div class="high-padding"> <div class="container blog-posts"> <div class="row"> <?php if ( is_active_sidebar( $page_sidebar ) ) { ?> <div class="col-md-4 sidebar-content sidebar-content-left-side"> <?php dynamic_sidebar( $page_sidebar ); ?> </div> <?php } ?> <div class="<?php echo esc_attr($class); ?> main-content"> <?php // Include blog loop echo get_template_part('templates/content/templates/sections/blog-loop'); ?> </div> </div> </div> </div> <?php do_action( 'barlog_after_main_content' ); get_footer();
💾 Save Changes
❌ Cancel