mirror of
https://ghproxy.net/https://github.com/AlxMedia/boxstyle.git
synced 2025-08-26 16:44:24 +08:00
1.0.3, add footer menu area
This commit is contained in:
parent
fd38e2d448
commit
6d518e6c00
6 changed files with 94 additions and 33 deletions
|
@ -80,6 +80,7 @@ if ( ! function_exists( 'boxstyle_setup' ) ) {
|
|||
register_nav_menus( array(
|
||||
'mobile' => esc_html__( 'Mobile', 'boxstyle' ),
|
||||
'header' => esc_html__( 'Header', 'boxstyle' ),
|
||||
'footer' => esc_html__( 'Footer', 'boxstyle' ),
|
||||
) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue