HEX
Server: LiteSpeed
System: Linux server257.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: salhiscp (12590)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /home/salhiscp/salhab360photos.com/wp-content/themes/acora/author.php
<?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');
}