Forums
(@rafik88)
11 years, 5 months ago
<?php
$options = get_option(‘hereyago_theme_options’);
if ( $options[‘front_slider_enabled’] != 1 && is_front_page() ): get_template_part( ‘front-slider’ ); endif; ?>