| Path : /home/vishqocm/vishalwebtech.in/blog/wp-content/themes/katerio/ |
| Current File : /home/vishqocm//vishalwebtech.in//blog/wp-content/themes/katerio/page-front.php |
<?php
/**
* Template Name: Front Page
*
* @package Katerio
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
if ( th90_is_amp() ) {
get_template_part( 'index' );
} else {
get_template_part( 'page' );
}
?>