🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 10:11:02 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty
🔄 Refresh
✏️
Editing: index.php
Writable
<?php get_header(); if ( is_singular() ) { if( is_page() ){ get_template_part( 'template-parts/page' ); }else{ get_template_part( 'template-parts/single' ); } } elseif ( is_archive() || is_home() ) { get_template_part( 'template-parts/archive' ); } elseif ( is_search() ) { get_template_part( 'template-parts/search' ); } else { get_template_part( 'template-parts/404' ); } get_footer();
💾 Save Changes
❌ Cancel