diff --git a/wp-content/themes/the-world/functions.php b/wp-content/themes/the-world/functions.php index f2a4f64ae..5e0c29449 100644 --- a/wp-content/themes/the-world/functions.php +++ b/wp-content/themes/the-world/functions.php @@ -271,7 +271,7 @@ function tw_remove_core_block_patterns() { * @uses add_menu_page() Add links to the menu. */ function tw_add_edit_homepage_menu_link() { - add_menu_page( 'tw_edit_homepage_link', 'The World Homepage', 'publish_posts', '/wp-admin/term.php?taxonomy=program&tag_ID=12270&post_type=post', '', 'dashicons-admin-site-alt3', 8 ); + add_menu_page( 'tw_edit_homepage_link', 'The World Homepage', 'publish_posts', '/term.php?taxonomy=program&tag_ID=12270&post_type=post', '', 'dashicons-admin-site-alt3', 8 ); } endif; add_action( 'admin_menu', 'tw_add_edit_homepage_menu_link' );