diff --git a/sportspress.php b/sportspress.php
index 24d7b0dc..9ff997c4 100644
--- a/sportspress.php
+++ b/sportspress.php
@@ -131,6 +131,8 @@ final class SportsPress {
public function action_links( $links ) {
return array_merge( array(
'' . __( 'Settings', 'sportspress' ) . '',
+ '' . __( 'Themes', 'sportspress' ) . '',
+ '' . __( 'Extensions', 'sportspress' ) . '',
), $links );
}