File "home.php"

Full path: /home/sbkuplnl/public_html/wp-content/themes/arter/home.php
File size: 0.2 KB (201 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
/**
 * The template for displaying all posts
 *
 * @package arter
 */

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

?>