diff --git a/lib/hooks.php b/lib/hooks.php index 126dff3..8c93126 100644 --- a/lib/hooks.php +++ b/lib/hooks.php @@ -74,6 +74,27 @@ add_action( 'id' => 'sidebar-page', ) + $config ); + + register_sidebar( + array( + 'name' => 'Footer Area 1', + 'id' => 'footer-1', + ) + $cfg_foot + ); + + register_sidebar( + array( + 'name' => 'Footer Area 2', + 'id' => 'footer-2', + ) + $cfg_foot + ); + + register_sidebar( + array( + 'name' => 'Footer Area 3', + 'id' => 'footer-3', + ) + $cfg_foot + ); } );