December 2017
Beginner
458 pages
7h 52m
English
This is going to be the widget area and for that, we'll need to do create a functions.php file first. We'll need to register the widgets we want which will be just the sidebar:
<div class="col-md-4"> <?php if(is_active_sidebar('sidebar')) : ?> </div>
<?php if(is_active_sidebar('sidebar')) : ?> <?php dynamic_sidebar('sidebar'); ?> <?php endif; ...Read now
Unlock full access