Current File : /home/kelaby89/jrncommunityhousing.charity/wp-content/themes/caridad/index.php
<?php
/**
 * Catch-all template
 *
 * @package vamtam/caridad
 */

VamtamFramework::set( 'page_title', esc_html__( 'Blog', 'caridad' ) );

get_header();
?>
<div class="page-wrapper">

	<article <?php post_class( VamtamTemplates::get_layout() ) ?>>
		<div class="page-content clearfix">
			<?php get_template_part( 'loop', 'index' ); ?>
		</div>
	</article>

	<?php get_template_part( 'sidebar' ) ?>
</div>
<?php get_footer(); ?>


Page not found – Hello World !