Featured Listings disappeared!
Hi, who can help getting the "Featured Listings" back that is no more shown up?
In this footer.php the only change was made by taking out the <div class="dotted">.
Thanks for quick help!
<?php global $cp_options; ?>
<div class="footer">
<div class="footer_menu">
<div class="footer_menu_res">
<?php wp_nav_menu( array( 'theme_location' => 'secondary', 'container' => false, 'menu_id' => 'footer-nav-menu', 'depth' => 1, 'fallback_cb' => false ) ); ?>
<div class="clr"></div>
</div><!-- /footer_menu_res -->
</div><!-- /footer_menu -->
<div class="footer_main">
<div class="footer_main_res">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar_footer') ) : else : ?> <!-- no dynamic sidebar so don't do anything --> <?php endif; ?>
<div class="clr"></div>
<p>© <?php echo date_i18n('Y'); ?> <?php bloginfo('name'); ?>. <?php _e( 'All Rights Reserved.', APP_TD ); ?></p>
<?php if ( $cp_options->twitter_username ) : ?>
<a href="http://twitter.com/<?php echo $cp_options->twitter_username; ?>" class="twit" target="_blank" title="<?php _e( 'Twitter', APP_TD ); ?>"><?php _e( 'Twitter', APP_TD ); ?></a>
<?php endif; ?>
<div class="right">
</div>
<?php cp_website_current_time(); ?>
<div class="clr"></div>
</div><!-- /footer_main_res -->
</div><!-- /footer_main -->
</div><!-- /footer -->