</div>
</div>
<div class="row">
- <?php if (is_active_sidebar('sidebar-f')) :?>
- <?php dynamic_sidebar('sidebar-f');?>
+ <?php if (function_exists('preston_feather_get_locations')):?>
+ <?php preston_feather_get_locations();?>
<?php endif;?>
</div>
<div class="row">
return sprintf($format, $w, $h);
}
add_action('wp_enqueue_scripts', 'preston_feather_scripts');
-add_action('widgets_init', 'preston_widget_init');
-if (!function_exists('preston_widget_init')) {
-
- function preston_widget_init()
- {
- register_sidebar(array(
- 'name' => __('Footer'),
- 'id' => 'sidebar-f',
- 'description' => __('Appears in Footer Area')
- ));
- }
-
-}
?>
\ No newline at end of file