This topic has 2 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler
Hi i created a custom sidebar. i need to add in the footer.php page.
<div class="col-sm-2 footer-copyrights-center">
<?php if(is_active_sidebar('footer-copyrights-center')): ?>
<?php dynamic_sidebar('footer-copyrights-center'); ?>
<?php else: ?>
<?php if($fd) etheme_footer_demo('footer-copyrights-center'); ?>
<?php endif; ?>
</div>
You must be logged in to reply to this topic.Log in/Sign up