Discovery – Add extra widget in footer
-
How do I ad an extra widget in footer of Discovery Theme. 4 instead of 3?
In the code file I′ve change into this; please see below
But I can′t make it work. I also tried to ad an extra widget in Appearance > Widgets but I cant seem to be able to change into an extra column equal beside left, center and right column. Please advice.Code
<div class=”col span_1_of_4″>
<?php if ( is_active_sidebar( ‘extra_column’ ) && dynamic_sidebar(‘extra_column’) ) : else : ?>
<div class=”widget”>
<?php echo ‘<h4>’ . __(‘Widget Ready’, ‘discovery’) . ‘</h4>’; ?>
<?php echo ‘<p>’ . __(‘This extra column is widget ready! Add one in the admin panel.’, ‘discovery’) . ‘</p>’; ?>
</div>
<?php endif; ?>
</div>
- The topic ‘Discovery – Add extra widget in footer’ is closed to new replies.