File: /var/www/html/wptoho/wp-content/themes/themify-ultra/index.php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
/**
* Template for common archive
* @package themify
* @since 1.0.0
*/
get_header();
?>
<!-- layout-container -->
<div id="layout" class="pagewidth tf_box tf_clearfix">
<?php themify_content_before(); // hook ?>
<!-- content -->
<main id="content" class="tf_box tf_clearfix">
<?php themify_page_output();?>
</main>
<!-- /content -->
<?php
themify_content_after(); // hook
themify_get_sidebar();
?>
</div>
<!-- /layout-container -->
<?php get_footer();