/*
Theme Name: Astra Child theme of astra
Theme URI: 
Description: Child theme of astra theme for the Astra theme
Author: <a href="https://wpastra.com/about/?utm_source=theme_preview&#038;utm_medium=author_link&#038;utm_campaign=astra_theme">Brainstorm Force</a>
Author URI: 
Template: astra
Version: 4.8.8
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 17 Dec 2024 17:52:39 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

<?php
wp_nav_menu(array(
    'theme_location' => 'footer_menu', // Usa lo stesso nome registrato, senza underscore
    'container' => 'nav',
    'container_class' => 'footer-nav',
    'menu_class' => 'footer-menu',
));
?>

