File: /home/vhosts/harpoeditore.it/httpdocs/wp-content/themes/mindig/blog.php
<?php
/*
* This file belongs to the YIT Framework.
*
* This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.gnu.org/licenses/gpl-3.0.txt
*/
/*
Template Name: Blog
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
global $post;
get_header(); ?>
<?php do_action( 'yit_primary' ) ?>
<?php get_footer(); ?>