1.0.3, add footer menu area

This commit is contained in:
Alexander Agnarson 2019-01-26 21:47:10 +01:00
parent fd38e2d448
commit 6d518e6c00
6 changed files with 94 additions and 33 deletions

View file

@ -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' ),
) );
}