🐞 fix: Replace footer widget areas
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user