Skip to content

Commit 11a8ccd

Browse files
committed
Footer: Add links to Mobile, Photos, Openverse, and Job Board
Fixes #134.
1 parent 4394d06 commit 11a8ccd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mu-plugins/blocks/global-header-footer/footer.php

+4
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,31 @@
4141
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Developers', 'Menu item title', 'wporg' ); ?>","url":"https://developer.wordpress.org/","kind":"custom","isTopLevelLink":true} /-->
4242
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Get Involved', 'Menu item title', 'wporg' ); ?>","url":"https://make.wordpress.org/","kind":"custom","isTopLevelLink":true} /-->
4343
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Learn', 'Menu item title', 'wporg' ); ?>","url":"https://learn.wordpress.org/","kind":"custom","isTopLevelLink":true} /-->
44+
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Mobile', 'Menu item title', 'wporg' ); ?>","url":"https://wordpress.org/mobile/","kind":"custom","isTopLevelLink":true} /-->
4445
<!-- /wp:navigation -->
4546

4647
<!-- wp:navigation {"orientation":"vertical","className":"global-footer__navigation-resources","overlayMenu":"never"} -->
4748
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Showcase', 'Menu item title', 'wporg' ); ?>","url":"https://wordpress.org/showcase/","kind":"custom","isTopLevelLink":true} /-->
4849
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Plugins', 'Menu item title', 'wporg' ); ?>","url":"https://wordpress.org/plugins/","kind":"custom","isTopLevelLink":true} /-->
4950
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Themes', 'Menu item title', 'wporg' ); ?>","url":"https://wordpress.org/themes/","kind":"custom","isTopLevelLink":true} /-->
5051
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Patterns', 'Menu item title', 'wporg' ); ?>","url":"https://wordpress.org/patterns/","kind":"custom","isTopLevelLink":true} /-->
52+
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Photos', 'Menu item title', 'wporg' ); ?>","url":"https://wordpress.org/photos/","kind":"custom","isTopLevelLink":true} /-->
5153
<!-- /wp:navigation -->
5254

5355
<!-- wp:navigation {"orientation":"vertical","className":"global-footer__navigation-community","overlayMenu":"never"} -->
5456
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'WordCamp', 'Menu item title', 'wporg' ); ?>","url":"https://central.wordcamp.org/","kind":"custom","isTopLevelLink":true} /-->
5557
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'WordPress.TV', 'Menu item title', 'wporg' ); ?>","url":"https://wordpress.tv/","kind":"custom","isTopLevelLink":true} /-->
5658
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'BuddyPress', 'Menu item title', 'wporg' ); ?>","url":"https://buddypress.org/","kind":"custom","isTopLevelLink":true} /-->
5759
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'bbPress', 'Menu item title', 'wporg' ); ?>","url":"https://bbpress.org/","kind":"custom","isTopLevelLink":true} /-->
60+
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Openverse', 'Menu item title', 'wporg' ); ?>","url":"https://wordpress.org/openverse/","kind":"custom","isTopLevelLink":true} /-->
5861
<!-- /wp:navigation -->
5962

6063
<!-- wp:navigation {"orientation":"vertical","className":"global-footer__navigation-external","overlayMenu":"never"} -->
6164
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'WordPress.com', 'Menu item title', 'wporg' ); ?>","url":"https://wordpress.com/?ref=wporg-footer","kind":"custom","isTopLevelLink":true} /-->
6265
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Matt', 'Menu item title', 'wporg' ); ?>","url":"https://ma.tt/","kind":"custom","isTopLevelLink":true} /-->
6366
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Privacy', 'Menu item title', 'wporg' ); ?>","url":"https://wordpress.org/about/privacy/","kind":"custom","isTopLevelLink":true} /-->
6467
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Public Code', 'Menu item title', 'wporg' ); ?>","url":"https://publiccode.eu/","kind":"custom","isTopLevelLink":true} /-->
68+
<!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'Job Board', 'Menu item title', 'wporg' ); ?>","url":"https://jobs.wordpress.net/","kind":"custom","isTopLevelLink":true} /-->
6569
<!-- /wp:navigation -->
6670
</div> <!-- /wp:group -->
6771

0 commit comments

Comments
 (0)