Current File : /home/n742ef5/royalanteam.com/wp-content/themes/myhome/index.php
<?php
if (class_exists('Vc_Manager')) {
    if (is_tax()) {
        require 'myhome-legacy/taxonomy.php';
        return;
    }

    require 'myhome-legacy/index.php';
    return;
}

myhome_load_template('templates/blog/index');