'; do_action('badoblog_hook_before_menu_footer'); wp_nav_menu(array('theme_location' => 'badoblog-loc-menu-footer', 'depth' => 1)); echo '
'; } $brand = get_theme_mod('badoblog_cus_footer_brand', 'Created with the WP Theme Bado Blog'); if (!empty($brand)) { echo '
'; echo wp_kses_post($brand); echo '
'; } do_action('badoblog_hook_after_footer'); ?>