🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 08:39:20 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-content
/
themes
/
barlog
📍 /home/therahul/momotimes.therahuldas.com/wp-content/themes/barlog
🔄 Refresh
✏️
Editing: index.php
Writable
<?php /** * The main template file. * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * * @package barlog */ get_header(); do_action( 'barlog_before_main_content' ); get_template_part('templates/content/templates/content'); do_action( 'barlog_after_main_content' ); get_footer();
💾 Save Changes
❌ Cancel