Skip to content

Commit

Permalink
Add sponsorship menu item (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan authored Oct 18, 2024
1 parent 78b79ba commit cd2c429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/wporg-5ftf-2024/inc/block-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit cd2c429

Please sign in to comment.