HEX
Server: Apache
System: Linux web2.fi.cloudlogin.co 5.10.241-xeon-hst #3 SMP Fri Aug 29 13:26:38 UTC 2025 x86_64
User: otjinenec (286614)
PHP: 8.3.25
Disabled: NONE
Upload Files
File: /home/www/otjinenevc.org/wp-content/themes/gimont/index.php
<?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();