golden hour
/home/doctorbruno/public_html/taeionline.com/wp-content/themes/blesk/parts/homepage
⬆️ Go Up
Upload
File/Folder
Size
Actions
01featured_posts.php
1.61 KB
Del
OK
02wide_banner.php
344 B
Del
OK
03content_and_sidebar.php
1.25 KB
Del
OK
04bottom_categories.php
317 B
Del
OK
Edit: 02wide_banner.php
<?php //Get banner $banner = get_theme_mod('blesk_gome_central_ad'); echo '<section id="home_wide_ad">'; //If banner exists, echo the banner section if($banner) { echo '<div class="central-ad"><div class="ads-panel">'.$banner.'</div><!-- /.ads-panel --></div><!-- /.central-ad -->'; } echo '</section><!-- /#home_wide_ad -->';
Save