anatol06
5/6/2018 - 6:28 PM

wp-insert-widget

Insert the Widget in template

<?php if(is_active_sidebar('footer1')) : ?>
	<?php dynamic_sidebar('footer1'); ?>
<?php endif; ?>