Current File : /home/pacjaorg/public_html/cop29/wp-content/themes/sinatra/index.php |
<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme and one of the
* two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* For example, it puts together the home page when no home.php file exists.
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package Sinatra
* @author Sinatra Team <hello@sinatrawp.com>
* @since 1.0.0
*/
?>
<?php get_header(); ?>
<div class="si-container">
<div id="primary" class="content-area">
<?php do_action( 'sinatra_before_content' ); ?>
<main id="content" class="site-content" role="main"<?php sinatra_schema_markup( 'main' ); ?>>
<?php do_action( 'sinatra_content' ); ?>
</main><!-- #content .site-content -->
<?php do_action( 'sinatra_after_content' ); ?>
</div><!-- #primary .content-area -->
<?php do_action( 'sinatra_sidebar' ); ?>
</div><!-- END .si-container -->
<?php
get_footer();