diff --git a/themes/wporg-5ftf-2024/inc/block-config.php b/themes/wporg-5ftf-2024/inc/block-config.php index 19ef7fd..1f17ac8 100644 --- a/themes/wporg-5ftf-2024/inc/block-config.php +++ b/themes/wporg-5ftf-2024/inc/block-config.php @@ -41,6 +41,10 @@ function add_site_navigation_menus( $menus ) { 'label' => __( 'Pledges', 'wporg-5ftf' ), 'url' => '/pledges/', ); + $menu[] = array( + 'label' => __( 'Sponsorships', 'wporg-5ftf' ), + 'url' => '/sponsorships/', + ); $menu[] = array( 'label' => __( 'Contact', 'wporg-5ftf' ), 'url' => '/contact/',