<?php /** * Author. * * @package acora * @since acora 1.0 */ if(empty($wp_query->query_vars['type'])){ include get_theme_file_path('index.php'); }else if(!empty($wp_query->query_vars['type'])){ include get_theme_file_path('archive-acora_portfolio.php'); }