File: //home/globfdxw/diasporameetsafrica.com/wp-content/themes/DA10/single/single-sellspace.php
<?php
if (!defined('THEME_VERSION')) { header('HTTP/1.0 403 Forbidden'); exit; }
global $CORE, $post, $userdata, $new_settings, $CORE_UI;
if(isset($_REQUEST['action']) && $_REQUEST['action'] == "elementor"){
?>
<div class="sellspace-live">
<a href="<?php echo _ppt(array("links","advertising")); ?>">
<div class="sellspace_banner banner_350_250 text-center hidden-xs hidden-sm w-100 mx-auto y-middle rounded" style="max-width:350px; height:250px;">
<div class="title">Advertise Here</div>
<div class="pricing">view pricing</div>
</div>
</a>
</div>
<?php }else{ ?>
<?php echo $CORE->ADVERTISING("display_banner", "single_sidebar" ); ?>
<?php } ?>