footer menu

This commit is contained in:
Manish
2024-03-15 11:02:06 +05:45
parent 095b02175d
commit 3e2447d14c
2 changed files with 25 additions and 5 deletions

View File

@ -50,6 +50,8 @@ function abchospitality_setup() {
register_nav_menus(
array(
'menu-1' => esc_html__( 'Primary', 'abchospitality' ),
'footer' => esc_html__( 'Secondary', 'abchospitality' ),
'footer-1' => esc_html__( 'Footer Right', 'abchospitality' ),
)
);