/*
Theme Name: ZoxPress Child
Theme URI: http://themeforest.net/user/mvpthemes
Template: zoxpress
Author: MVP Themes
Author URI: https://themeforest.net/user/mvpthemes/portfolio
Description: ZoxPress is the culmination of 8+ years of WordPress theme development and customer input. With a host of new features combined with a slew of requested features over the years, ZoxPress gives you every tool and design you desire to publish the most professional news site possible. With 100 different homepage combinations, all-new Night Mode, Parallax Inline Article Ads, Auto Loaded Posts, One-Click Demo Install, and a host of other features, ZoxPress might just be the last news theme you ever purchase!
Tags: two-columns,custom-background,custom-colors,custom-menu,featured-images,theme-options,threaded-comments,translation-ready
Version: 2.01.0.1619975194
Updated: 2021-05-02 18:06:34

*/

<?php get_header(); ?>
<?php $zox_alp = get_option('zox_alp'); $zox_post_alp = get_post_meta($post->ID, "zox_post_alp", true); if ( ($zox_alp == "true" && ($zox_post_alp == "global" || $zox_post_alp == "on" || (empty($zox_post_alp))) ) || ($zox_alp !== "true" && ($zox_post_alp == "on") ) ) { ?>
	<?php get_template_part( 'parts/alp/alp', 'single' ); ?>
<?php } else { ?>
	<?php get_template_part( 'parts/post/post', 'single' ); ?>
<?php } ?>
<?php get_footer(); ?>