File "index.php"

Full Path: /home/peaktdwu/aaronacebhutan.com/wp-content/themes/astrip/index.php
File size: 648 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/**
 *
 * This is the main template file which will display posts etc.
 *
 * 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.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package astrip
 */
get_header();

if (is_home()) :
	get_template_part('template-parts/breadcrumbs/breadcrumb-archive');
endif;
Egns_Helpers::egns_dynamic_blog_layout();
?>

<?php

get_footer();