🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 11:38:57 | 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-no-sidebar.php
Writable
<?php /** * * Template Name: Blog (No Sidebar) * * @package Barlog */ get_header(); $class = "col-md-8 offset-md-2"; $page_sidebar = 'sidebar-1'; do_action( 'barlog_before_main_content' ); ?> <div class="high-padding"> <div class="container blog-posts"> <div class="row"> <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