ID, 'header_hide', true ) ) { get_template_part( 'template-parts/layout/header' ); } ?> '; get_template_part( 'template-parts/slider', 'posts' ); if ( root_get_option( 'structure_slider_width' ) == 'full' ) echo '
'; } } } } ?>
ID, isset( $ad_options['r_before_site_content_include'] ) ? $ad_options['r_before_site_content_include'] : array(), isset( $ad_options['r_before_site_content_exclude'] ) ? $ad_options['r_before_site_content_exclude'] : array(), isset( $ad_options['r_before_site_content_category_include'] ) ? $ad_options['r_before_site_content_category_include'] : array(), isset( $ad_options['r_before_site_content_category_exclude'] ) ? $ad_options['r_before_site_content_category_exclude'] : array() ); } if ( is_page() && in_array( 'page', $ad_visible ) ) { $show_ad = do_show_ad( $post->ID, isset( $ad_options['r_before_site_content_include'] ) ? $ad_options['r_before_site_content_include'] : array(), isset( $ad_options['r_before_site_content_exclude'] ) ? $ad_options['r_before_site_content_exclude'] : array(), isset( $ad_options['r_before_site_content_category_include'] ) ? $ad_options['r_before_site_content_category_include'] : array(), isset( $ad_options['r_before_site_content_category_exclude'] ) ? $ad_options['r_before_site_content_category_exclude'] : array() ); } if ( ! wp_is_mobile() && ! empty( $ad_options['r_before_site_content'] ) && $show_ad ) { echo '
' . do_shortcode( $ad_options['r_before_site_content'] ) . '
'; } if ( wp_is_mobile() && ! empty( $ad_options['r_before_site_content_mob'] ) && $show_ad ) { echo '
' . do_shortcode( $ad_options['r_before_site_content_mob'] ) . '
'; } ?>