Current File : /home/kelaby89/alalamy.com.au/wp-content/themes/kaffen/home.php
<?php
/**
 * The template for displaying all posts
 *
 * @package kaffen
 */

if ( is_home() && ! is_front_page() ) {
	get_template_part( 'template-blog' );
} else {
	get_template_part( 'index' );
}

?>
Page not found – Hello World !