Wednesday, 16 September 2026
The Global Post Emblem
The GlobalPost
Advertisement
Front Page/Sports/Lewis Koumas on playing ‘the Liverpool way’, showing hunger and h...
Sportsvia The Guardian Sport
16 September 2026 at 11:149 min read

Lewis Koumas on playing ‘the Liverpool way’, showing hunger and h...

Lewis Koumas on playing ‘the Liverpool way’, showi | Analysis

Lewis Koumas on playing ‘the Liverpool way’, showing hunger and h...

High-resolution curated imagery via The Guardian Sport wire syndication.

Executive Takeaways • Key Intelligence
  • Strategic intelligence desk confirms key developments surrounding The 20-year-old forward was delighted with the faith put in ...
  • International stakeholders analyze: What it means to represent your boyhood club, and to shine for it, was apparent
  • Multilateral policy, financial liquidity, and regulatory frameworks face direct realignments.
Advertisement

In an authoritative intelligence dispatch verified through The Guardian Sport, significant international developments have emerged regarding Lewis Koumas on playing ‘the Liverpool way’, showing hunger and hopes for the future. Observers across key diplomatic, corporate, and policy corridors are actively parsing the immediate impact, as corroborated by verified wire filings. The 20-year-old forward was delighted with the faith put in him by Andoni Iraola for the Tottenham game and now wants to kick on With a man of the match award in one hand and his phone in the other, Lewis Koumas made a very important call before stopping to speak to the media inside Anfield on Wednesday night. What it means to represent your boyhood club, and to shine for it, was apparent for all to see. “That was my mum,” said the Liverpool forward, still beaming from the award that Cody Gakpo handed to him following the 3-1 Carabao Cup third round win over Tottenham. “She was here tonight with my nan, my granddad and my sister. They were all in the box. I rang them straight away to show them the trophy and they were buzzing.” Continue reading... The 20-year-old forward was delighted with the faith put in him by Andoni Iraola for the Tottenham game and now wants to kick on Close dialogue1/2Next imagePrevious imageToggle captionPrint subscriptionsSearch jobs Sign indocument.addEventListener('DOMContentLoaded', function () { /** The checkbox input element used to toggle the navigation menu. */ const navInputCheckbox = document.getElementById('header-nav-input-checkbox'); /** The veggie burger button element used to open/close the menu. */ const veggieBurger = document.getElementById('header-veggie-burger'); /** List of menu items that should be selectable when the menu is open. */ const expandedMenuClickableTags = document.querySelectorAll( '.selectableMenuItem', ); /** The root element of the expanded menu. */ const expandedMenu = document.getElementById('header-expanded-menu-root'); /** The label for the first column in the menu, assumed to be "News".*/ const firstColLabel = document.getElementById('News-button'); /** The link element in the second list item under news links. */ const firstColLink = document.querySelector( '#newsLinks > li:nth-of-type(2) > a', ); /** * Focuses on the first navigation element depending on whether the first column label is visible. * * If the first column label is not visible, the function focuses on the first link element. * Otherwise, it focuses on the first column label. */ const focusOnFirstNavElement = () => { if (window.getComputedStyle(firstColLabel).display === 'none') { firstColLink.focus(); } else { firstColLabel.focus(); } }; /** * Updates ARIA attributes and tabindex values based on whether the menu is open or closed. */ const updateAttributesForMenu = (isOpen) => { firstColLabel.setAttribute('aria-expanded', isOpen ? 'true' : 'false'); veggieBurger.setAttribute( 'data-link-name', isOpen ? 'header : veggie-burger : hide' : 'header : veggie-burger : show', ); expandedMenuClickableTags.forEach((tag) => { tag.setAttribute('tabindex', isOpen ? '0' : '-1'); }); }; /** Toggles the navigation menu by simulating a click on the checkbox. */ const toggleMainMenu = () => { if (navInputCheckbox) { navInputCheckbox.click(); } }; /** * Handles keydown events to toggle the menu when the Enter or Space key is pressed. */ const keydownToggleMainMenu = (e) => { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); toggleMainMenu(); } }; /** * Handles click events to manage the state of the navigation menu. * * - Toggles the menu open/close state when the menu button (veggieBurger) is clicked. */ const handleMenuClick = (e) => { const menuButtonClicked = navInputCheckbox === e.target; const clickInsideMenu = expandedMenu.contains(e.target); const menuIsOpen = navInputCheckbox.checked if (menuButtonClicked && !menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'false') veggieBurger.setAttribute('data-link-name','header : veggie-burger : show') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','-1') }) } else if (menuButtonClicked && menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'true') veggieBurger.setAttribute('data-link-name','header : veggie-burger : hide') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','0') }) focusOnFirstNavElement() } }; /** Adds event listeners to manage the navigation menu. */ if (navInputCheckbox) { navInputCheckbox.addEventListener('click', handleMenuClick); veggieBurger.addEventListener('keydown', keydownToggleMainMenu); document.addEventListener('keydown', (e) => { if (e.key === 'Escape' && navInputCheckbox.checked) { toggleMainMenu(); veggieBurger.focus(); } }); /** * Handles mouse down events to manage the state of the navigation menu. * * - Closes the menu if the click occurs outside both the menu button and the expanded menu. */ document.addEventListener('mousedown', function(e){ if(navInputCheckbox.checked && !expandedMenu.contains(e.target) && !veggieBurger.contains(e.target)){ toggleMainMenu() } }); } });UKUK editionUS editionAustralia editionEurope editionInternational editionThe Guardian - Back to homeThe GuardianNewsOpinionSportCultureLifestyleShow moreHide expanded menudocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('News-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('News-checkbox-input').click(); } }) })NewsView all NewsUK newsUS politicsWorld newsClimate crisisMiddle EastUkraineFootballNewslettersBusinessEnvironmentUK politicsScienceTechGlobal developmentObituariesdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Opinion-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Opinion-checkbox-input').click(); } }) })OpinionView all OpinionThe Guardian viewColumnistsCartoonsOpinion videosLettersdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Sport-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Sport-checkbox-input').click(); } }) })SportView all SportFootballCricketRugby unionTennisCyclingF1GolfBoxingRugby leagueRacingUS sportsdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Culture-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Culture-checkbox-input').click(); } }) })CultureView all CultureFilmMusicTV & radioBooksArt & designStageGamesClassicaldocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Lifestyle-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Lifestyle-checkbox-input').click(); } }) })LifestyleView all LifestyleThe FilterFashionFoodRecipesTravelHealth & fitnessWomenMenLove & sexBeautyHome & gardenMoneyCarsSearch input google-search SearchSupport usPrint subscriptionsSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingThe Guardian appVideoPodcastsPicturesNewslettersToday's paperInside the GuardianGuardian WeeklyCrosswordsWordiplyCorrectionsTipsSearch input google-search SearchSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingFootballLive scoresTablesFixturesResultsCompetitionsClubs Lewis Koumas impressed with his energy in Liverpool’s 3-1 victory over Tottenham at Anfield. Photograph: Robbie Jay Barratt/AMA/Getty ImagesView image in fullscreenLewis Koumas impressed with his energy in Liverpool’s 3-1 victory over Tottenham at Anfield. Photograph: Robbie Jay Barratt/AMA/Getty ImagesLiverpoolLewis Koumas on playing ‘the Liverpool way’, showing hunger and hopes for the futureThe 20-year-old forward was delighted with the faith put in him by Andoni Iraola for the Tottenham game and now wants to kick on Andy HunterWed 16 Sep 2026 12.14 BSTLast modified on Wed 16 Sep 2026 12.16 BSTSharePrefer the Guardian on GoogleWith a man of the match award in one hand and his phone in the other, Lewis Koumas made a very important call before stopping to speak to the media inside Anfield on Wednesday night. What it means to represent your boyhood club, and to shine for it, was apparent for all to see. “That was my mum,” said the Liverpool forward, still beaming from the award that Cody Gakpo handed to him following the 3-1 Carabao Cup third round win over Tottenham. “She was here tonight with my nan, my granddad and my sister. They were all in the box. I rang them straight away to show them the trophy and they were buzzing.” Read moreWhat it takes to impress Andoni Iraola and function effectively in the Basque coach’s front line was also apparent from Koumas’s performance against Spurs. The Liverpool head coach had aimed a pre-match dig at more decorated, expensive names when calling for better pressing and tenacity from his forwards in light of Saturday’s flat draw with Fulham. Koumas was not part of that conversation but as he worked himself to a standstill against Roberto De Zerbi’s defence, creating space and opportunities for others to exploit, it seemed the 20-year-old had taken Iraola’s comments to heart as well as on board. “The energy he shows is contagious,” Iraola said afterwards. “I’m very happy for him. He does it in training every day. He is very clear what he needs to do, what the team needs.” Koumas, who celebrates his 21st birthday on Saturday, the day before Liverpool travel to Iraola’s former club Bournemouth, took the compliment in his humble, studious stride. “I think how I play is ultimately the Liverpool way,” he responded. “We’ve always been a club where players have to give absolutely everything on the pitch. We’re bringing that back now and the crowd are loving it. A lot of it is about what I do off the ball. The gaffer has shown trust to me that I can carry out his plans in terms of how we want to play tactically. I was happy to do that for him. It gives me so much motivation the fact he’s putting me in for a game like this. I want to kick on now.” Iraola placed trust in the Chester-born forward within weeks of his arrival this summer, informing Liverpool’s then sporting director, Richard Hughes, that he wanted Koumas in the first team squad and not sent out on loan again. Having impressed on Liverpool’s pre-season tour of the US, Koumas, the son of former Tranmere and West Bromwich Albion playmaker Jason, has made his first appearances in the Premier League and Champions League this season as a substitute and now has a first man of the match award at senior level.

The underlying catalysts behind these events trace back to evolving structural dynamics across the Sports landscape. Over recent quarters, multilateral authorities and market participants have navigated mounting volatility, heightening the urgency of coordinated responses and policy alignment.

Senior analysts and industry stakeholders underscore that strategic transparency remains paramount. As institutional delegations evaluate risk models and operational contingencies, secondary dispatches indicate that further compliance directives and consultative reviews will be initiated in the coming cycle.

Broader economic and regulatory ramifications are projected to ripple across interconnected regional ecosystems. Market analysts note that supply chains, capital allocations, and policy frameworks must swiftly assimilate these verified updates to insulate against systemic bottlenecks.

The Global Post's editorial desk will continue rigorous monitoring of this developing story, with periodic updates provided as official statements and primary documentation are released by relevant governing bodies.

Topical Tags:#Sports#The Guardian Sport#Global News#Market Analysis
Primary wire reporting curated via The Guardian Sport.View Source Dispatch
Advertisement

Related Dispatches in Sports

Maresca criticises focus on controversial Manchester derby winner...
Sports
via BBC Sport
30m ago1 min read

Maresca criticises focus on controversial Manchester derby winner...

In an authoritative briefing verified via BBC Sport, Manchester City manager Enzo Maresca says it is "quite poor" that the controversy surrounding Erling Haaland's winner has overshadowed his side's win at Manchester United. 32 CommentsManchester City manager Enzo Maresca says it is "quite poor" that the controversy surrounding Erling Haaland's winner has overshadowed his side's performance at Manchester United on Sunday. Haaland's goal on the hour mark, which was awarded after the virtual assistant referee ruled in City's. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →
Mbappe, Vini and Konate cover up Real's message of support for Ce...
Sports
via BBC Sport
42m ago1 min read

Mbappe, Vini and Konate cover up Real's message of support for Ce...

In an authoritative briefing verified via BBC Sport, Vini Jnr, Mbappe and Konate cover up Ceuta message of support ahead of Real Madrid's match against Elche. Spanish football reporterPublished5 minutes agoKylian Mbappe, Vinicius Junior and Ibrahima Konate rolled up their pre-game T-shirts ahead of Real Madrid's match at Elche on Tuesday to obscure the message of support for the people of Ceuta. Ceuta is a Spanish autonomous city on the North African coast, bordering Morocco and separated from. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →
Ranking the greatest all-time fantasy football icons
Sports
via BBC Sport
1h ago1 min read

Ranking the greatest all-time fantasy football icons

In an authoritative briefing verified via BBC Sport, There's nothing quite like the satisfaction of unearthing an absolute Fantasy Premier League bargain - so who are the most iconic picks ever? Before templates and triple captains there was a world of fantasy football that existed by writing out your XI and ringing in the names. Parents used it as a summer-holiday maths lesson. Yet whether in print or online, there's nothing quite like the satisfaction of unearthing an. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →