🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 13:12:00 | 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-right-sidebar.php
Writable
<?php /** * * Template Name: Blog (Right 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"> <div class="<?php echo esc_attr($class); ?> main-content"> <?php // Include blog loop echo get_template_part('templates/content/templates/sections/blog-loop'); ?> </div> <?php if ( is_active_sidebar( $page_sidebar ) ) { ?> <div class="col-md-3 sidebar-content"> <?php dynamic_sidebar( $page_sidebar ); ?> </div> <?php } ?> </div> </div> </div> <?php do_action( 'barlog_after_main_content' ); get_footer();
💾 Save Changes
❌ Cancel