• File: page.php
  • Full Path: /home/chassiw/www/wp-content/themes/indutri/page.php
  • File size: 588 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * $Desc
 *
 * @author     Gaviasthemes Team     
 * @copyright  Copyright (C) 2020 Gaviasthemes. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 * 
 */
?>

<?php get_header(); ?>

<?php 
   if (class_exists('Tribe__Events__Main') && (tribe_is_event() || tribe_is_event_category() || tribe_is_in_main_loop() || tribe_is_view() || 'tribe_events' == get_post_type() || is_singular( 'tribe_events' ))) {
         get_template_part( 'single', 'event' );
   }else{
      indutri_base_layout('page'); 
   }
?>

<?php get_footer(); ?>