Este es el codigo que tengo en sidebar.php
Código PHP:
<div class="sidebar">
<div class="sidebar-in">
<?php if ( ! dynamic_sidebar('sdb-default') ) : ?>
<?php get_template_part('wdgt', 'search'); ?>
<?php if ( function_exists('raketherace__calendario__is') && raketherace__calendario__is() ) get_template_part('wdgt', 'eventos-calendar'); ?>
<?php if ( function_exists('raketherace__escuela__is') && raketherace__escuela__is() ) : ?>
<?php get_template_part('wdgt', 'foros'); ?>
<?php get_template_part('wdgt', 'last-videos'); ?>
<?php else: ?>
<?php get_template_part('wdgt', 'publi-300x250'); ?>
<?php get_template_part('wdgt', 'ligas-raketherace'); ?>
<?php endif; ?>
<?php get_template_part('wdgt', 'rake-race'); ?>
<?php endif; ?>
</div>
</div>