{"id":165,"date":"2026-05-04T19:57:15","date_gmt":"2026-05-04T18:57:15","guid":{"rendered":"https:\/\/chicagosportsguru.com\/?page_id=165"},"modified":"2026-05-29T21:35:40","modified_gmt":"2026-05-29T20:35:40","slug":"home","status":"publish","type":"page","link":"https:\/\/chicagosportsguru.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"165\" class=\"elementor elementor-165\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fda84e e-flex e-con-boxed e-con e-parent\" data-id=\"7fda84e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20f3b40 elementor-widget elementor-widget-html\" data-id=\"20f3b40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Chicago Sports Guru Ticker<\/title>\n<style>\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { background: transparent; }\n\n  .ticker-wrap {\n    width: 100%;\n    background: #0a1628;\n    border-top: 2px solid #c8102e;\n    border-bottom: 2px solid #c8102e;\n    overflow: hidden;\n    position: relative;\n    height: 40px;\n    font-family: 'Arial Narrow', Arial, sans-serif;\n  }\n\n  .ticker-label {\n    position: absolute;\n    left: 0; top: 0; bottom: 0;\n    background: #c8102e;\n    color: #fff;\n    font-size: 10px;\n    font-weight: bold;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 0 12px;\n    display: flex;\n    align-items: center;\n    white-space: nowrap;\n    z-index: 10;\n  }\n\n  .ticker-track {\n    height: 40px;\n    overflow: hidden;\n    padding-left: 115px;\n  }\n\n  .ticker-inner {\n    display: inline-flex;\n    align-items: center;\n    height: 40px;\n    white-space: nowrap;\n    animation: scroll 50s linear infinite;\n  }\n\n  .ticker-inner:hover { animation-play-state: paused; }\n\n  @keyframes scroll {\n    0%   { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }\n\n  .game {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 0 22px;\n    border-right: 1px solid #1e3a5f;\n    height: 40px;\n    font-size: 12px;\n  }\n\n  .badge {\n    font-size: 9px;\n    font-weight: bold;\n    padding: 2px 5px;\n    border-radius: 3px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    white-space: nowrap;\n  }\n  .nfl  { background: #C83803; color: #fff; }\n  .mlb  { background: #003087; color: #fff; }\n  .nba  { background: #ce1141; color: #fff; }\n  .nhl  { background: #cf0a2c; color: #fff; }\n  .wnba { background: #e87722; color: #fff; }\n  .mls  { background: #003087; color: #fff; }\n  .nwsl { background: #0a5c36; color: #fff; }\n\n  .teams { color: #e5e7eb; font-size: 12px; }\n  .teams strong { color: #ffffff; font-weight: bold; }\n  .score { color: #C83803; font-weight: bold; font-size: 13px; }\n\n  .live     { color: #ef4444; font-size: 10px; font-weight: bold; animation: blink 1.2s infinite; }\n  .final    { color: #6b7280; font-size: 10px; }\n  .upcoming { color: #87ceeb; font-size: 10px; }\n\n  @keyframes blink {\n    0%,100% { opacity: 1; }\n    50%      { opacity: 0.3; }\n  }\n\n  .no-games { color: #6b7280; font-size: 11px; padding: 0 20px; }\n  .loading  { color: #87ceeb; font-size: 11px; padding: 0 20px; animation: blink 1.5s infinite; }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"ticker-wrap\">\n  <div class=\"ticker-label\">\u26a1 CHI SCORES<\/div>\n  <div class=\"ticker-track\">\n    <div class=\"ticker-inner\" id=\"ticker\">\n      <span class=\"loading\">Loading Chicago scores...<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n\/\/ All 8 Chicago teams\n\/\/ teamId matches ESPN's team abbreviation name so we avoid numeric ID mismatches\nconst ENDPOINTS = [\n  { url: 'https:\/\/site.api.espn.com\/apis\/site\/v2\/sports\/football\/nfl\/scoreboard',       abbr: 'CHI',  badge: 'NFL',  cls: 'nfl',  name: 'Bears'      },\n  { url: 'https:\/\/site.api.espn.com\/apis\/site\/v2\/sports\/baseball\/mlb\/scoreboard',       abbr: 'CHC',  badge: 'MLB',  cls: 'mlb',  name: 'Cubs'       },\n  { url: 'https:\/\/site.api.espn.com\/apis\/site\/v2\/sports\/baseball\/mlb\/scoreboard',       abbr: 'CWS',  badge: 'MLB',  cls: 'mlb',  name: 'White Sox'  },\n  { url: 'https:\/\/site.api.espn.com\/apis\/site\/v2\/sports\/basketball\/nba\/scoreboard',     abbr: 'CHI',  badge: 'NBA',  cls: 'nba',  name: 'Bulls'      },\n  { url: 'https:\/\/site.api.espn.com\/apis\/site\/v2\/sports\/hockey\/nhl\/scoreboard',         abbr: 'CHI',  badge: 'NHL',  cls: 'nhl',  name: 'Blackhawks' },\n  { url: 'https:\/\/site.api.espn.com\/apis\/site\/v2\/sports\/basketball\/wnba\/scoreboard',    abbr: 'CHI',  badge: 'WNBA', cls: 'wnba', name: 'Sky'        },\n  { url: 'https:\/\/site.api.espn.com\/apis\/site\/v2\/sports\/soccer\/usa.1\/scoreboard',       abbr: 'CHI',  badge: 'MLS',  cls: 'mls',  name: 'Fire'       },\n  { url: 'https:\/\/site.api.espn.com\/apis\/site\/v2\/sports\/soccer\/usa.nwsl\/scoreboard',    abbr: 'CHI',  badge: 'NWSL', cls: 'nwsl', name: 'Stars'      },\n];\n\nasync function fetchTeamGame(ep) {\n  try {\n    const res  = await fetch(ep.url);\n    const data = await res.json();\n    const events = data.events || [];\n\n    \/\/ Match by team abbreviation \u2014 avoids numeric ID type mismatch\n    const game = events.find(e =>\n      e.competitions[0].competitors.some(c =>\n        c.team.abbreviation === ep.abbr ||\n        (c.team.displayName || '').toLowerCase().includes(ep.name.toLowerCase().split(' ')[0])\n      )\n    );\n    return game ? { game, ...ep } : null;\n  } catch(e) { return null; }\n}\n\nfunction formatTime(dateStr) {\n  const d = new Date(dateStr);\n  return d.toLocaleTimeString('en-US', {\n    hour: 'numeric',\n    minute: '2-digit',\n    timeZone: 'America\/Chicago'\n  }) + ' CT';\n}\n\nfunction buildGameHTML({ game, badge, cls, name, abbr }) {\n  const comp   = game.competitions[0];\n  const home   = comp.competitors.find(c => c.homeAway === 'home');\n  const away   = comp.competitors.find(c => c.homeAway === 'away');\n  const status = game.status.type.name;\n\n  const homeAbbr = home.team.abbreviation;\n  const awayAbbr = away.team.abbreviation;\n\n  \/\/ Bold the Chicago team name\n  const isChiHome = homeAbbr === abbr ||\n    (home.team.displayName || '').toLowerCase().includes(name.toLowerCase().split(' ')[0]);\n  const homeLabel = isChiHome ? `<strong>${homeAbbr}<\/strong>` : homeAbbr;\n  const awayLabel = !isChiHome ? `<strong>${awayAbbr}<\/strong>` : awayAbbr;\n\n  const hs = home.score ?? '';\n  const as = away.score ?? '';\n\n  let scoreHTML  = '';\n  let statusHTML = '';\n\n  if (status === 'STATUS_IN_PROGRESS') {\n    const clock  = game.status.displayClock || '';\n    const period = game.status.period       || '';\n    if (hs !== '' && as !== '') scoreHTML = `<span class=\"score\">${as}\u2013${hs}<\/span>`;\n    statusHTML = `<span class=\"live\">\u25cf LIVE ${period ? period : ''} ${clock}<\/span>`;\n\n  } else if (\n    status === 'STATUS_FINAL' ||\n    status === 'STATUS_FULL_TIME' ||\n    status === 'STATUS_FT'\n  ) {\n    if (hs !== '' && as !== '') scoreHTML = `<span class=\"score\">${as}\u2013${hs}<\/span>`;\n    statusHTML = `<span class=\"final\">FINAL<\/span>`;\n\n  } else {\n    \/\/ Scheduled \u2014 show start time in CT\n    statusHTML = `<span class=\"upcoming\">${formatTime(game.date)}<\/span>`;\n  }\n\n  return `<div class=\"game\">\n    <span class=\"badge ${cls}\">${badge}<\/span>\n    <span class=\"teams\">${awayLabel} @ ${homeLabel}<\/span>\n    ${scoreHTML}\n    ${statusHTML}\n  <\/div>`;\n}\n\nasync function buildTicker() {\n  const ticker  = document.getElementById('ticker');\n  const results = await Promise.all(ENDPOINTS.map(fetchTeamGame));\n  const games   = results.filter(Boolean).map(buildGameHTML);\n\n  if (games.length === 0) {\n    ticker.innerHTML = `\n      <span class=\"no-games\">No Chicago games scheduled today \ud83d\udc3b \u2014 Bears \u00b7 Cubs \u00b7 Sox \u00b7 Bulls \u00b7 Hawks \u00b7 Sky \u00b7 Fire \u00b7 Stars<\/span>\n      <span class=\"no-games\" style=\"padding-left:60px;\">No Chicago games scheduled today \ud83d\udc3b \u2014 Bears \u00b7 Cubs \u00b7 Sox \u00b7 Bulls \u00b7 Hawks \u00b7 Sky \u00b7 Fire \u00b7 Stars<\/span>`;\n    return;\n  }\n\n  \/\/ Duplicate for seamless infinite scroll loop\n  const html = games.join('');\n  ticker.innerHTML = html + html;\n}\n\nbuildTicker();\nsetInterval(buildTicker, 60000); \/\/ Refresh every 60 seconds for live updates\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c03064 e-flex e-con-boxed e-con e-parent\" data-id=\"8c03064\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b1f37fd e-con-full e-flex e-con e-child\" data-id=\"b1f37fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54d6388 elementor-widget elementor-widget-image\" data-id=\"54d6388\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams-1024x1024.jpg\" class=\"attachment-large size-large wp-image-73\" alt=\"Chicago Bears caleb Williams\" srcset=\"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams-1024x1024.jpg 1024w, https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams-300x300.jpg 300w, https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams-150x150.jpg 150w, https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams-768x768.jpg 768w, https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams-1536x1536.jpg 1536w, https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14e304a elementor-widget elementor-widget-text-editor\" data-id=\"14e304a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u26a1FEATURED<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c7b0c3 elementor-widget elementor-widget-heading\" data-id=\"9c7b0c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Chicago Sports Guru - We talk sports like you talk sports<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bae785e elementor-widget elementor-widget-text-editor\" data-id=\"bae785e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>A site made for Chicago sports fans by Chicago sports fans. We are sports blog dedicated the following our teams on and off season. We aim to be the alternative to the giant sports websites that focus mainly on New York and the east coast.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5235da8 elementor-widget elementor-widget-button\" data-id=\"5235da8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read Full Story <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f7f39fa e-con-full e-flex e-con e-child\" data-id=\"f7f39fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a54a67 elementor-widget elementor-widget-html\" data-id=\"6a54a67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- CHICAGO SPORTS GURU \u2014 RIGHT SIDE STORY CARDS -->\n<!-- Drop this into an Elementor HTML widget in the right column -->\n\n<style>\n.chi-cards {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  padding: 10px 0;\n}\n\n.chi-card {\n  background: #ffffff;\n  border: 1px solid #e5e7eb;\n  border-left: 4px solid #ccc;\n  border-radius: 6px;\n  padding: 12px 14px;\n  cursor: pointer;\n  transition: transform 0.15s, box-shadow 0.15s;\n}\n\n.chi-card:hover {\n  transform: translateX(3px);\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n\n\/* Team accent colors on left border *\/\n.chi-card.bears      { border-left-color: #C83803; }\n.chi-card.cubs       { border-left-color: #003087; }\n.chi-card.whitesox   { border-left-color: #000000; }\n.chi-card.bulls      { border-left-color: #ce1141; }\n\n.chi-card-badge {\n  display: inline-block;\n  font-size: 9px;\n  font-weight: bold;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  padding: 2px 7px;\n  border-radius: 3px;\n  margin-bottom: 6px;\n  color: #fff;\n}\n\n.badge-bears    { background: #C83803; }\n.badge-cubs     { background: #003087; }\n.badge-whitesox { background: #000000; }\n.badge-bulls    { background: #ce1141; }\n\n.chi-card-title {\n  font-family: 'Oswald', sans-serif;\n  font-size: 14px;\n  font-weight: 600;\n  color: #0d1428;\n  line-height: 1.35;\n  margin: 0;\n}\n\n.chi-card-meta {\n  font-size: 10px;\n  color: #9ca3af;\n  margin-top: 5px;\n}\n<\/style>\n\n<div class=\"chi-cards\">\n\n  <!-- BEARS CARD -->\n  <div class=\"chi-card bears\">\n    <div class=\"chi-card-badge badge-bears\">Bears<\/div>\n    <div class=\"chi-card-title\">Your Bears headline goes here \u2014 click to edit<\/div>\n    <div class=\"chi-card-meta\">Chicago Bears \u00b7 Just now<\/div>\n  <\/div>\n\n  <!-- CUBS CARD -->\n  <div class=\"chi-card cubs\">\n    <div class=\"chi-card-badge badge-cubs\">Cubs<\/div>\n    <div class=\"chi-card-title\">Your Cubs headline goes here \u2014 click to edit<\/div>\n    <div class=\"chi-card-meta\">Chicago Cubs \u00b7 Just now<\/div>\n  <\/div>\n\n  <!-- WHITE SOX CARD -->\n  <div class=\"chi-card whitesox\">\n    <div class=\"chi-card-badge badge-whitesox\">White Sox<\/div>\n    <div class=\"chi-card-title\">Your White Sox headline goes here \u2014 click to edit<\/div>\n    <div class=\"chi-card-meta\">Chicago White Sox \u00b7 Just now<\/div>\n  <\/div>\n\n  <!-- BULLS CARD -->\n  <div class=\"chi-card bulls\">\n    <div class=\"chi-card-badge badge-bulls\">Bulls<\/div>\n    <div class=\"chi-card-title\">Your Bulls headline goes here \u2014 click to edit<\/div>\n    <div class=\"chi-card-meta\">Chicago Bulls \u00b7 Just now<\/div>\n  <\/div>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb3d8bb e-flex e-con-boxed e-con e-parent\" data-id=\"eb3d8bb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-911aac0 elementor-widget elementor-widget-heading\" data-id=\"911aac0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Latest posts<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a6f715a e-con-full e-flex e-con e-child\" data-id=\"a6f715a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-150ca6c elementor-grid-eael-col-4 elementor-grid-tablet-eael-col-2 elementor-grid-mobile-eael-col-1 elementor-widget elementor-widget-eael-post-grid\" data-id=\"150ca6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;eael_post_grid_columns&quot;:&quot;eael-col-4&quot;,&quot;eael_post_grid_columns_tablet&quot;:&quot;eael-col-2&quot;,&quot;eael_post_grid_columns_mobile&quot;:&quot;eael-col-1&quot;}\" data-widget_type=\"eael-post-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"eael-post-grid-150ca6c\" class=\"eael-post-grid-container\">\n            <div class=\"eael-post-grid eael-post-appender eael-post-appender-150ca6c eael-post-grid-style-one\" data-layout-mode=\"masonry\"><article class=\"eael-grid-post  eael-post-grid-column eael-pg-post-268 category-cubs tags-brewers-chicagocubs-mlb-padres-wrigley-field\" data-id=\"268\">\n        <div class=\"eael-grid-post-holder\">\n            <div class=\"eael-grid-post-holder-inner\"><div class=\"eael-entry-wrapper\"><header class=\"eael-entry-header\"><h2 class=\"eael-entry-title\"><a class=\"eael-grid-post-link\" href=\"https:\/\/chicagosportsguru.com\/?p=268\" title=\"Cubs Steal Series in Milwaukee &#8211; Padres next at Wrigley\">Cubs Steal Series in Milwaukee &#8211; Padres next at Wrigley<\/a><\/h2><\/header><div class=\"eael-entry-content\">\n                        <div class=\"eael-grid-post-excerpt\"><p>\ud83d\udd25 CLAWING BACK IN MILWAUKEE: Cubs Take the Series, Now Welcome the Padres to the Friendly Confines Posted by: Cubbie...<\/p><a href=\"https:\/\/chicagosportsguru.com\/?p=268\" class=\"eael-post-elements-readmore-btn\">Read More<\/a><\/div>\n                    <\/div><div class=\"eael-entry-footer\"><div class=\"eael-author-avatar\"><a href=\"https:\/\/chicagosportsguru.com\/?author=1\"><img alt='chicagosportsguru.com' src='https:\/\/secure.gravatar.com\/avatar\/85bf3f4b53e6a8bba517dd891c05e31cc2526fa1414e5b7fb4f1f6fd4848abb7?s=96&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/85bf3f4b53e6a8bba517dd891c05e31cc2526fa1414e5b7fb4f1f6fd4848abb7?s=192&#038;d=mm&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' \/><\/a><\/div><div class=\"eael-entry-meta\"><span class=\"eael-posted-by\"><a href=\"https:\/\/chicagosportsguru.com\/?author=1\" title=\"Posts by chicagosportsguru.com\" rel=\"author\">chicagosportsguru.com<\/a><\/span><span class=\"eael-posted-on\"><time datetime=\"29 June 2026\">29 June 2026<\/time><\/span><\/div><\/div><\/div><\/div>\n        <\/div>\n    <\/article><article class=\"eael-grid-post  eael-post-grid-column eael-pg-post-265 category-bulls tags-2026-nba-draft-basketball-caleb-wilson-chicago-bulls-draft-lottery-nba\" data-id=\"265\">\n        <div class=\"eael-grid-post-holder\">\n            <div class=\"eael-grid-post-holder-inner\"><div class=\"eael-entry-media\"><div class=\"eael-entry-overlay fade-in\"><i class=\"fas fa-long-arrow-alt-right\" aria-hidden=\"true\"><\/i><a href=\"https:\/\/chicagosportsguru.com\/?p=265\"><\/a><\/div><div class=\"eael-entry-thumbnail \">\n                <img decoding=\"async\" width=\"300\" height=\"200\" src=\"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2026\/06\/360_F_358605429_ZszktYhO93ObKgwNPbg28tNZEO7cc2g1-300x200.jpg\" class=\"attachment-medium size-medium wp-image-266\" alt=\"\" srcset=\"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2026\/06\/360_F_358605429_ZszktYhO93ObKgwNPbg28tNZEO7cc2g1-300x200.jpg 300w, https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2026\/06\/360_F_358605429_ZszktYhO93ObKgwNPbg28tNZEO7cc2g1.jpg 541w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\n            <\/div>\n        <\/div><div class=\"eael-entry-wrapper\"><header class=\"eael-entry-header\"><h2 class=\"eael-entry-title\"><a class=\"eael-grid-post-link\" href=\"https:\/\/chicagosportsguru.com\/?p=265\" title=\"The Bulls&#8217; most important night in years is tonight!\">The Bulls&#8217; most important night in years is tonight!<\/a><\/h2><\/header><div class=\"eael-entry-content\">\n                        <div class=\"eael-grid-post-excerpt\"><p>The 2026 NBA draft is a huge one for the Chicago bulls. With the 4th and 15th picks, this draft...<\/p><a href=\"https:\/\/chicagosportsguru.com\/?p=265\" class=\"eael-post-elements-readmore-btn\">Read More<\/a><\/div>\n                    <\/div><div class=\"eael-entry-footer\"><div class=\"eael-author-avatar\"><a href=\"https:\/\/chicagosportsguru.com\/?author=1\"><img alt='chicagosportsguru.com' src='https:\/\/secure.gravatar.com\/avatar\/85bf3f4b53e6a8bba517dd891c05e31cc2526fa1414e5b7fb4f1f6fd4848abb7?s=96&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/85bf3f4b53e6a8bba517dd891c05e31cc2526fa1414e5b7fb4f1f6fd4848abb7?s=192&#038;d=mm&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' \/><\/a><\/div><div class=\"eael-entry-meta\"><span class=\"eael-posted-by\"><a href=\"https:\/\/chicagosportsguru.com\/?author=1\" title=\"Posts by chicagosportsguru.com\" rel=\"author\">chicagosportsguru.com<\/a><\/span><span class=\"eael-posted-on\"><time datetime=\"23 June 2026\">23 June 2026<\/time><\/span><\/div><\/div><\/div><\/div>\n        <\/div>\n    <\/article><\/div>\n            <div class=\"clearfix\"><\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c82adc0 e-con-full e-flex e-con e-child\" data-id=\"c82adc0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4813ec8 elementor-widget elementor-widget-shortcode\" data-id=\"4813ec8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"cff-wrapper\">\t<div id=\"cff-visual-header-1179788338543450\" class=\"cff-visual-header cff-has-name cff-has-about cff-has-cover\">\n\t\t\t\t\t\t<div class=\"cff-header-hero\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-6\/707004353_10245048836662406_3091560456869015411_n.jpg?_nc_cat=109&#038;ccb=1-7&#038;_nc_sid=dc4938&#038;_nc_ohc=5_Xy2grvSwQQ7kNvwEDD5on&#038;_nc_oc=AdrnH-w4mzd4sk4OTnfiYHE0rOT1uUSI7SNjQWLMSQFHHTe1Lc2FMm3kKvL8ieOPWMe-KerjqW6Cv_Ekx7S4REv9&#038;_nc_zt=23&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AJdBtusEAAAA&#038;_nc_gid=xBwEh7oS65XRHZmLK55mVQ&#038;_nc_tpa=Q5bMBQExpBSJ3T-uIwq9oqJ55RaiEmElYS1j2Ny4HczF-VRbKSHPhiqHqBAAqiw0KjwM6T3d6LZb7gd6uQ&#038;oh=00_AQF6hqMneulsKaYbAR5krhPPyWUlrOGq1gUL9WL77Grl_w&#038;oe=6A734F7B\" alt=\"Cover for Chicago Sports Guru\" data-cover-url=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-6\/707004353_10245048836662406_3091560456869015411_n.jpg?_nc_cat=109&#038;ccb=1-7&#038;_nc_sid=dc4938&#038;_nc_ohc=5_Xy2grvSwQQ7kNvwEDD5on&#038;_nc_oc=AdrnH-w4mzd4sk4OTnfiYHE0rOT1uUSI7SNjQWLMSQFHHTe1Lc2FMm3kKvL8ieOPWMe-KerjqW6Cv_Ekx7S4REv9&#038;_nc_zt=23&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AJdBtusEAAAA&#038;_nc_gid=xBwEh7oS65XRHZmLK55mVQ&#038;_nc_tpa=Q5bMBQExpBSJ3T-uIwq9oqJ55RaiEmElYS1j2Ny4HczF-VRbKSHPhiqHqBAAqiw0KjwM6T3d6LZb7gd6uQ&#038;oh=00_AQF6hqMneulsKaYbAR5krhPPyWUlrOGq1gUL9WL77Grl_w&#038;oe=6A734F7B\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"cff-header-inner-wrap\">\n\t\t\t\t\t\t\t<div class=\"cff-header-img\">\n\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" title=\"Chicago Sports Guru\"><img decoding=\"async\" src=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_dst-jpg_s160x160_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=08baa4&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AJdBtusEAAAA&#038;_nc_gid=xBwEh7oS65XRHZmLK55mVQ&#038;_nc_tpa=Q5bMBQFACNaFov36HhHv8jKK_geLNvdk1GryVY3RGVPeBytBQJagJ5vRCPVqQ6kg7JXqvPMoYO1nxzNMuQ&#038;oh=00_AQEJD6OsjAVy0kk5TvSL5nNo6zouRjKwZ_0og5FtXuK3pA&#038;oe=6A733CBB\" alt=\"Chicago Sports Guru\" data-avatar=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_dst-jpg_s160x160_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=08baa4&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AJdBtusEAAAA&#038;_nc_gid=xBwEh7oS65XRHZmLK55mVQ&#038;_nc_tpa=Q5bMBQFACNaFov36HhHv8jKK_geLNvdk1GryVY3RGVPeBytBQJagJ5vRCPVqQ6kg7JXqvPMoYO1nxzNMuQ&#038;oh=00_AQEJD6OsjAVy0kk5TvSL5nNo6zouRjKwZ_0og5FtXuK3pA&#038;oe=6A733CBB\"><\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"cff-header-text\" >\n\n\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" title=\"Chicago Sports Guru\" class=\"cff-header-name\"><h3 style=\"font-size:inheritpx;\">Chicago Sports Guru<\/h3><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"cff-bio\">Chicago Sports Guru - We talk sports like you talk sports<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<div class=\"cff-wrapper-ctn \" ><div id=\"cff\"  class=\"cff cff-list-container  cff-default-styles  cff-mob-cols-1 cff-tab-cols-1\"   style=\"width:100%;\"   data-char=\"400\" ><div class=\"cff-posts-wrap\"><div id=\"cff_1179788338543450_122113964235336733\" class=\"cff-item cff-status-post author-chicago-sports-guru\"  style=\"border-bottom: 1px solid #ddd;\">\n\t<div class=\"cff-author\">\n\t<div class=\"cff-author-text\">\n\t\t\t\t\t<div class=\"cff-page-name cff-author-date\" >\n\t\t\t\t<a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" >Chicago Sports Guru<\/a>\n\t\t\t\t<span class=\"cff-story\">  is with Chicago Cubs.<\/span>\n\t\t\t<\/div>\n\t\t\t\n<p class=\"cff-date\" > 4 days ago <\/p>\n\t\t\t<\/div>\n\t<div class=\"cff-author-img \" data-avatar=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_cp0_dst-jpg_s50x50_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=Jd0mJVPSGpadZEFC0HwLMA&#038;_nc_tpa=Q5bMBQFBR2X5n_DNk9MC3i_7Tu45RLOAEZsHmlFDq66WH_P3KT87iTs3WkGsK1lfuQaefN9ExyXqu_YHrg&#038;oh=00_AQFNZYu-x8o2pVjNXLts338APgjEeZaWeil6bKs5N9lT1g&#038;oe=6A733CBB\">\n\t\t<a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" ><img decoding=\"async\" src=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_cp0_dst-jpg_s50x50_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=Jd0mJVPSGpadZEFC0HwLMA&#038;_nc_tpa=Q5bMBQFBR2X5n_DNk9MC3i_7Tu45RLOAEZsHmlFDq66WH_P3KT87iTs3WkGsK1lfuQaefN9ExyXqu_YHrg&#038;oh=00_AQFNZYu-x8o2pVjNXLts338APgjEeZaWeil6bKs5N9lT1g&#038;oe=6A733CBB\" title=\"Chicago Sports Guru\" alt=\"Chicago Sports Guru\" width=40 height=40 onerror=\"this.style.display='none'\"><\/a>\n\t<\/div>\n<\/div>\n\n<div class=\"cff-post-text\" >\n\t<span class=\"cff-text\" data-color=\"\">\n\t\t**\ud83d\udc3b\ud83d\udd35 CUBS WIN IT IN EXTRAS AT BUSCH \u2014 4-2, AND THEY GET OUT OF ST. LOUIS ALIVE**<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Well, we said goodbye to Busch Stadium the right way today. Cubs 4, Cardinals 2, in ten innings, and honestly? After that gut-punch walk-off loss on Wednesday, this is exactly the response a first-place club is supposed to have.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Javier Assad got the ball for the finale and battled \u2014 he punched out Jordan Walker to open the game, but the Cards scratched a run across in the 2nd when Bryan Torres slapped an RBI single. Cardinals up 1-0, and for a minute it felt like more of the same road-trip misery.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Then Alex Bregman did what Alex Bregman does \u2014 scored from third on a fly ball and a Cardinals error to tie it in the top of the 4th, 1-1. Andre Pallante and the Cubs bullpen traded zeroes for a while, Michael Conforto flashed the arm in the outfield, Masyn Winn made a diving play that should&#039;ve been the play of the game \u2014 and then Michael Busch delivered the go-ahead single in the 7th to make it 2-1 Cubs.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Naturally, because this is the Cardinals and this is 2026 and nothing comes easy against St. Louis, JJ Wetherholt tied it right back up with a solo shot off Caleb Thielbar in the bottom of the 7th. 2-2. Here we go again, right?<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Not today. In the top of the 10th, Bregman doubled home the ghost runner to put Chicago up 3-2, and Ian Happ followed with another RBI to make it 4-2. This time the bullpen held. This time the Cubs walked out of St. Louis with the series and their dignity intact after Wednesday&#039;s Herrera walk-off nightmare.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Split the difference on this four-game set, take the finale in extras, and get on a plane knowing the Yankees are coming to the Friendly Confines. That&#039;s a good week even with the Wednesday scar tissue.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>---<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>**\ud83d\uddd3\ufe0f UP NEXT: YANKEES INVADE WRIGLEY (July 31 \u2013 Aug 2)**<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Interleague play doesn&#039;t get much juicier than this. The Bronx Bombers roll into Clark and Addison for a three-game set \u2014 Friday 1:20 CT, Saturday 7:15 CT on FOX, Sunday 1:20 CT \u2014 and this is a genuine measuring-stick series for a Cubs club trying to prove it belongs with the AL&#039;s best.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>The Yankees bring the kind of thump that can turn a Wrigley day game with the wind blowing out into a track meet \u2014 this lineup doesn&#039;t need much help finding the bleachers. For the Cubs, it&#039;s about getting length from the rotation and not turning this into a bullpen war of attrition three days after they already taxed that unit in St. Louis.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Storylines to watch: does PCA keep hunting mistakes the way he&#039;s been hunting them all series? Does Bregman&#039;s hot stretch carry into the series that Wrigley Field faithful will actually pack the building for? And can the Cubs&#039; pen \u2014 gassed after four games with the Cards \u2014 hold up against a lineup that doesn&#039;t miss many mistakes?<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Wind at our backs, ivy&#039;s green, and the Yankee<a href=\"https:\/\/facebook.com\/115788078608424\">#GoCubsGo<\/a>k<a href=\"https:\/\/facebook.com\/151270145036897\">#Cubs<\/a>n<a href=\"https:\/\/facebook.com\/231258370332508\">#chicago<\/a>ouse. Let&#039;s go.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>**Go Cubs Go.** \u26be\ud83d\udd35<img class=\"cff-linebreak\" \/>#GoCubsGo #Cubs #chicago\t\t\t<\/span>\n\t<span class=\"cff-expand\">... <a href=\"#\" style=\"color: #\"><span class=\"cff-more\">See More<\/span><span class=\"cff-less\">See Less<\/span><\/a><\/span>\n\n<\/div>\n\n\t<div class=\"cff-post-links\">\n\t\t\t\t\t<a class=\"cff-viewpost-facebook\" href=\"https:\/\/facebook.com\/1179788338543450\" title=\"View on Facebook\" target=\"_blank\" rel=\"nofollow noopener\" >View on Facebook<\/a>\n\t\t\t\t\t\t\t<div class=\"cff-share-container\">\n\t\t\t\t\t\t\t\t\t<span class=\"cff-dot\" >&middot;<\/span>\n\t\t\t\t\t\t\t\t<a class=\"cff-share-link\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ffacebook.com%2F1179788338543450\" title=\"Share\" >Share<\/a>\n\t\t\t\t<p class=\"cff-share-tooltip\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ffacebook.com%2F1179788338543450\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-facebook-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-facebook-square\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on Facebook<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/intent\/tweet?text=https%3A%2F%2Ffacebook.com%2F1179788338543450\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-twitter-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-twitter\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on Twitter<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Ffacebook.com%2F1179788338543450&#038;title=%09%09%09%2A%2A%F0%9F%90%BB%F0%9F%94%B5%20CUBS%20WIN%20IT%20IN%20EXTRAS%20AT%20BUSCH%20%E2%80%94%204-2%2C%20AND%20THEY%20GET%20OUT%20OF%20ST.%20LOUIS%20ALIVE%2A%2AWell%2C%20we%20said%20goodbye%20to%20Busch%20Stadium%20the%20right%20way%20today.%20Cubs%204%2C%20Cardinals%202%2C%20in%20ten%20innings%2C%20and%20honestly%3F%20After%20that%20gut-punch%20walk-off%20loss%20on%20Wednesday%2C%20this%20is%20exactly%20the%20response%20a%20first-place%20club%20is%20supposed%20to%20have.Javier%20Assad%20got%20the%20ball%20for%20the%20finale%20and%20battled%20%E2%80%94%20he%20punched%20out%20Jordan%20Walker%20to%20open%20the%20game%2C%20but%20the%20Cards%20scratched%20a%20run%20across%20in%20the%202nd%20when%20Bryan%20Torres%20slapped%20an%20RBI%20single.%20Cardinals%20up%201-0%2C%20and%20for%20a%20minute%20it%20felt%20like%20more%20of%20the%20same%20road-trip%20misery.Then%20Alex%20Bregman%20did%20what%20Alex%20Bregman%20does%20%E2%80%94%20scored%20from%20third%20on%20a%20fly%20ball%20and%20a%20Cardinals%20error%20to%20tie%20it%20in%20the%20top%20of%20the%204th%2C%201-1.%20Andre%20Pallante%20and%20the%20Cubs%20bullpen%20traded%20zeroes%20for%20a%20while%2C%20Michael%20Conforto%20flashed%20the%20arm%20in%20the%20outfield%2C%20Masyn%20Winn%20made%20a%20diving%20play%20that%20should%26%23039%3Bve%20been%20the%20play%20of%20the%20game%20%E2%80%94%20and%20then%20Michael%20Busch%20delivered%20the%20go-ahead%20single%20in%20the%207th%20to%20make%20it%202-1%20Cubs.Naturally%2C%20because%20this%20is%20the%20Cardinals%20and%20this%20is%202026%20and%20nothing%20comes%20easy%20against%20St.%20Louis%2C%20JJ%20Wetherholt%20tied%20it%20right%20back%20up%20with%20a%20solo%20shot%20off%20Caleb%20Thielbar%20in%20the%20bottom%20of%20the%207th.%202-2.%20Here%20we%20go%20again%2C%20right%3FNot%20today.%20In%20the%20top%20of%20the%2010th%2C%20Bregman%20doubled%20home%20the%20ghost%20runner%20to%20put%20Chicago%20up%203-2%2C%20and%20Ian%20Happ%20followed%20with%20another%20RBI%20to%20make%20it%204-2.%20This%20time%20the%20bullpen%20held.%20This%20time%20the%20Cubs%20walked%20out%20of%20St.%20Louis%20with%20the%20series%20and%20their%20dignity%20intact%20after%20Wednesday%26%23039%3Bs%20Herrera%20walk-off%20nightmare.Split%20the%20difference%20on%20this%20four-game%20set%2C%20take%20the%20finale%20in%20extras%2C%20and%20get%20on%20a%20plane%20knowing%20the%20Yankees%20are%20coming%20to%20the%20Friendly%20Confines.%20That%26%23039%3Bs%20a%20good%20week%20even%20with%20the%20Wednesday%20scar%20tissue.---%2A%2A%F0%9F%97%93%EF%B8%8F%20UP%20NEXT%3A%20YANKEES%20INVADE%20WRIGLEY%20%28July%2031%20%E2%80%93%20Aug%202%29%2A%2AInterleague%20play%20doesn%26%23039%3Bt%20get%20much%20juicier%20than%20this.%20The%20Bronx%20Bombers%20roll%20into%20Clark%20and%20Addison%20for%20a%20three-game%20set%20%E2%80%94%20Friday%201%3A20%20CT%2C%20Saturday%207%3A15%20CT%20on%20FOX%2C%20Sunday%201%3A20%20CT%20%E2%80%94%20and%20this%20is%20a%20genuine%20measuring-stick%20series%20for%20a%20Cubs%20club%20trying%20to%20prove%20it%20belongs%20with%20the%20AL%26%23039%3Bs%20best.The%20Yankees%20bring%20the%20kind%20of%20thump%20that%20can%20turn%20a%20Wrigley%20day%20game%20with%20the%20wind%20blowing%20out%20into%20a%20track%20meet%20%E2%80%94%20this%20lineup%20doesn%26%23039%3Bt%20need%20much%20help%20finding%20the%20bleachers.%20For%20the%20Cubs%2C%20it%26%23039%3Bs%20about%20getting%20length%20from%20the%20rotation%20and%20not%20turning%20this%20into%20a%20bullpen%20war%20of%20attrition%20three%20days%20after%20they%20already%20taxed%20that%20unit%20in%20St.%20Louis.Storylines%20to%20watch%3A%20does%20PCA%20keep%20hunting%20mistakes%20the%20way%20he%26%23039%3Bs%20been%20hunting%20them%20all%20series%3F%20Does%20Bregman%26%23039%3Bs%20hot%20stretch%20carry%20into%20the%20series%20that%20Wrigley%20Field%20faithful%20will%20actually%20pack%20the%20building%20for%3F%20And%20can%20the%20Cubs%26%23039%3B%20pen%20%E2%80%94%20gassed%20after%20four%20games%20with%20the%20Cards%20%E2%80%94%20hold%20up%20against%20a%20lineup%20that%20doesn%26%23039%3Bt%20miss%20many%20mistakes%3FWind%20at%20our%20backs%2C%20ivy%26%23039%3Bs%20green%2C%20and%20the%20Yankee%23GoCubsGok%23Cubsn%23chicagoouse.%20Let%26%23039%3Bs%20go.%2A%2AGo%20Cubs%20Go.%2A%2A%20%E2%9A%BE%F0%9F%94%B5%23GoCubsGo%20%23Cubs%20%23chicago%09%09%09%09\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-linkedin-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-linkedin\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on LinkedIn<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:?subject=Facebook&#038;body=https%3A%2F%2Ffacebook.com%2F1179788338543450%20-%20%0A%0A%09%0A%09%09%2A%2A%F0%9F%90%BB%F0%9F%94%B5%20CUBS%20WIN%20IT%20IN%20EXTRAS%20AT%20BUSCH%20%E2%80%94%204-2%2C%20AND%20THEY%20GET%20OUT%20OF%20ST.%20LOUIS%20ALIVE%2A%2AWell%2C%20we%20said%20goodbye%20to%20Busch%20Stadium%20the%20right%20way%20today.%20Cubs%204%2C%20Cardinals%202%2C%20in%20ten%20innings%2C%20and%20honestly%3F%20After%20that%20gut-punch%20walk-off%20loss%20on%20Wednesday%2C%20this%20is%20exactly%20the%20response%20a%20first-place%20club%20is%20supposed%20to%20have.Javier%20Assad%20got%20the%20ball%20for%20the%20finale%20and%20battled%20%E2%80%94%20he%20punched%20out%20Jordan%20Walker%20to%20open%20the%20game%2C%20but%20the%20Cards%20scratched%20a%20run%20across%20in%20the%202nd%20when%20Bryan%20Torres%20slapped%20an%20RBI%20single.%20Cardinals%20up%201-0%2C%20and%20for%20a%20minute%20it%20felt%20like%20more%20of%20the%20same%20road-trip%20misery.Then%20Alex%20Bregman%20did%20what%20Alex%20Bregman%20does%20%E2%80%94%20scored%20from%20third%20on%20a%20fly%20ball%20and%20a%20Cardinals%20error%20to%20tie%20it%20in%20the%20top%20of%20the%204th%2C%201-1.%20Andre%20Pallante%20and%20the%20Cubs%20bullpen%20traded%20zeroes%20for%20a%20while%2C%20Michael%20Conforto%20flashed%20the%20arm%20in%20the%20outfield%2C%20Masyn%20Winn%20made%20a%20diving%20play%20that%20should%26%23039%3Bve%20been%20the%20play%20of%20the%20game%20%E2%80%94%20and%20then%20Michael%20Busch%20delivered%20the%20go-ahead%20single%20in%20the%207th%20to%20make%20it%202-1%20Cubs.Naturally%2C%20because%20this%20is%20the%20Cardinals%20and%20this%20is%202026%20and%20nothing%20comes%20easy%20against%20St.%20Louis%2C%20JJ%20Wetherholt%20tied%20it%20right%20back%20up%20with%20a%20solo%20shot%20off%20Caleb%20Thielbar%20in%20the%20bottom%20of%20the%207th.%202-2.%20Here%20we%20go%20again%2C%20right%3FNot%20today.%20In%20the%20top%20of%20the%2010th%2C%20Bregman%20doubled%20home%20the%20ghost%20runner%20to%20put%20Chicago%20up%203-2%2C%20and%20Ian%20Happ%20followed%20with%20another%20RBI%20to%20make%20it%204-2.%20This%20time%20the%20bullpen%20held.%20This%20time%20the%20Cubs%20walked%20out%20of%20St.%20Louis%20with%20the%20series%20and%20their%20dignity%20intact%20after%20Wednesday%26%23039%3Bs%20Herrera%20walk-off%20nightmare.Split%20the%20difference%20on%20this%20four-game%20set%2C%20take%20the%20finale%20in%20extras%2C%20and%20get%20on%20a%20plane%20knowing%20the%20Yankees%20are%20coming%20to%20the%20Friendly%20Confines.%20That%26%23039%3Bs%20a%20good%20week%20even%20with%20the%20Wednesday%20scar%20tissue.---%2A%2A%F0%9F%97%93%EF%B8%8F%20UP%20NEXT%3A%20YANKEES%20INVADE%20WRIGLEY%20%28July%2031%20%E2%80%93%20Aug%202%29%2A%2AInterleague%20play%20doesn%26%23039%3Bt%20get%20much%20juicier%20than%20this.%20The%20Bronx%20Bombers%20roll%20into%20Clark%20and%20Addison%20for%20a%20three-game%20set%20%E2%80%94%20Friday%201%3A20%20CT%2C%20Saturday%207%3A15%20CT%20on%20FOX%2C%20Sunday%201%3A20%20CT%20%E2%80%94%20and%20this%20is%20a%20genuine%20measuring-stick%20series%20for%20a%20Cubs%20club%20trying%20to%20prove%20it%20belongs%20with%20the%20AL%26%23039%3Bs%20best.The%20Yankees%20bring%20the%20kind%20of%20thump%20that%20can%20turn%20a%20Wrigley%20day%20game%20with%20the%20wind%20blowing%20out%20into%20a%20track%20meet%20%E2%80%94%20this%20lineup%20doesn%26%23039%3Bt%20need%20much%20help%20finding%20the%20bleachers.%20For%20the%20Cubs%2C%20it%26%23039%3Bs%20about%20getting%20length%20from%20the%20rotation%20and%20not%20turning%20this%20into%20a%20bullpen%20war%20of%20attrition%20three%20days%20after%20they%20already%20taxed%20that%20unit%20in%20St.%20Louis.Storylines%20to%20watch%3A%20does%20PCA%20keep%20hunting%20mistakes%20the%20way%20he%26%23039%3Bs%20been%20hunting%20them%20all%20series%3F%20Does%20Bregman%26%23039%3Bs%20hot%20stretch%20carry%20into%20the%20series%20that%20Wrigley%20Field%20faithful%20will%20actually%20pack%20the%20building%20for%3F%20And%20can%20the%20Cubs%26%23039%3B%20pen%20%E2%80%94%20gassed%20after%20four%20games%20with%20the%20Cards%20%E2%80%94%20hold%20up%20against%20a%20lineup%20that%20doesn%26%23039%3Bt%20miss%20many%20mistakes%3FWind%20at%20our%20backs%2C%20ivy%26%23039%3Bs%20green%2C%20and%20the%20Yankee%23GoCubsGok%23Cubsn%23chicagoouse.%20Let%26%23039%3Bs%20go.%2A%2AGo%20Cubs%20Go.%2A%2A%20%E2%9A%BE%F0%9F%94%B5%23GoCubsGo%20%23Cubs%20%23chicago%09%09%09%0A%09\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-email-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-envelope\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share by Email<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t<\/div>\n\n\n\n<div id=\"cff_1179788338543450_122113939707336733\" class=\"cff-item cff-status-post author-chicago-sports-guru\"  style=\"border-bottom: 1px solid #ddd;\">\n\t<div class=\"cff-author\">\n\t<div class=\"cff-author-text\">\n\t\t\t\t\t<div class=\"cff-page-name cff-author-date\" >\n\t\t\t\t<a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" >Chicago Sports Guru<\/a>\n\t\t\t\t<span class=\"cff-story\">  is with Chicago Cubs.<\/span>\n\t\t\t<\/div>\n\t\t\t\n<p class=\"cff-date\" > 4 days ago <\/p>\n\t\t\t<\/div>\n\t<div class=\"cff-author-img \" data-avatar=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_cp0_dst-jpg_s50x50_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=Jd0mJVPSGpadZEFC0HwLMA&#038;_nc_tpa=Q5bMBQFBR2X5n_DNk9MC3i_7Tu45RLOAEZsHmlFDq66WH_P3KT87iTs3WkGsK1lfuQaefN9ExyXqu_YHrg&#038;oh=00_AQFNZYu-x8o2pVjNXLts338APgjEeZaWeil6bKs5N9lT1g&#038;oe=6A733CBB\">\n\t\t<a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" ><img decoding=\"async\" src=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_cp0_dst-jpg_s50x50_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=Jd0mJVPSGpadZEFC0HwLMA&#038;_nc_tpa=Q5bMBQFBR2X5n_DNk9MC3i_7Tu45RLOAEZsHmlFDq66WH_P3KT87iTs3WkGsK1lfuQaefN9ExyXqu_YHrg&#038;oh=00_AQFNZYu-x8o2pVjNXLts338APgjEeZaWeil6bKs5N9lT1g&#038;oe=6A733CBB\" title=\"Chicago Sports Guru\" alt=\"Chicago Sports Guru\" width=40 height=40 onerror=\"this.style.display='none'\"><\/a>\n\t<\/div>\n<\/div>\n\n<div class=\"cff-post-text\" >\n\t<span class=\"cff-text\" data-color=\"\">\n\t\tWell, that one&#039;s going to sting for a while. \ud83d\ude24<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>**Cardinals 3, Cubs 2 (10 innings)** \u2014 and if you turned it off after nine, I don&#039;t blame you, but you missed a gut-punch. Pete Crow-Armstrong did what PCA does \u2014 plated a run in the top of the 10th to give Chicago a 2-0 lead and looked like the hero of the night. Then Trent Thornton walked out for the bottom half, and it all came apart. Jordan Walker came around to score, and Iv\u00e1n Herrera \u2014 who&#039;s quietly been a Cubs killer all series \u2014 ripped a walk-off double to end it. Ballgame. Heartbreak. Same old song against these guys sometimes, even when Chicago is the better team on paper.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>And let&#039;s be real: this loss says less about the Cubs&#039; offense (which has been an absolute machine \u2014 12+ hits in four straight games heading in) and more about a bullpen question that isn&#039;t going away on its own. Jacob Webb, Caleb Thielbar, then Thornton in extras \u2014 that&#039;s the depth chart thinning out fast. With Hunter Harvey and Daniel Palencia banged up and the trade deadline bearing down, Jed Hoyer doesn&#039;t just need a starter. He needs an arm for the eighth and ninth that doesn&#039;t make me hold my breath every time the phone rings to the bullpen.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Silver lining: the Cubs still take this series, 2-1, and still sit second in the NL Central with a real hold on that first wild card spot. One extra-inning gut-punch in St. Louis doesn&#039;t erase a hot stretch \u2014 Chicago&#039;s been outscoring opponents by 34 runs over their last 10.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>**Today&#039;s finale, 1:15pm CT at Busch:** Javier Assad (6-1, 3.86 ERA) gets the ball for the Cubs instead of the originally-planned Shota Imanaga \u2014 word is it&#039;s just extra rest for Shota with the Yankees looming, not an injury concern, and it keeps Assad on his normal turn. He&#039;s been quietly excellent all year. Cardinals counter with Andre Pallante (11-6, 3.77 ERA), who&#039;s had a strong season of his own, so this isn&#039;t a get-right game against a soft matchup \u2014 St. Louis is sending out a legit arm.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Vegas has the Cardinals as slight favorites at home, but I don&#039;t care. This team hasn&#039;t blinked all month. Time to go into Busch, take the series win, and remind<a href=\"https:\/\/facebook.com\/115788078608424\">#GoCubsGo<\/a> <a href=\"https:\/\/facebook.com\/151270145036897\">#Cubs<\/a>n<a href=\"https:\/\/facebook.com\/231258370332508\">#chicago<\/a>9;s actually built for October.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Let&#039;s finish this thing. Go Cubs. \u26be\ud83d\udc3b\ud83d\udc99<img class=\"cff-linebreak\" \/>#GoCubsGo #Cubs #chicago\t\t\t<\/span>\n\t<span class=\"cff-expand\">... <a href=\"#\" style=\"color: #\"><span class=\"cff-more\">See More<\/span><span class=\"cff-less\">See Less<\/span><\/a><\/span>\n\n<\/div>\n\n\t<div class=\"cff-post-links\">\n\t\t\t\t\t<a class=\"cff-viewpost-facebook\" href=\"https:\/\/facebook.com\/1179788338543450\" title=\"View on Facebook\" target=\"_blank\" rel=\"nofollow noopener\" >View on Facebook<\/a>\n\t\t\t\t\t\t\t<div class=\"cff-share-container\">\n\t\t\t\t\t\t\t\t\t<span class=\"cff-dot\" >&middot;<\/span>\n\t\t\t\t\t\t\t\t<a class=\"cff-share-link\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ffacebook.com%2F1179788338543450\" title=\"Share\" >Share<\/a>\n\t\t\t\t<p class=\"cff-share-tooltip\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ffacebook.com%2F1179788338543450\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-facebook-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-facebook-square\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on Facebook<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/intent\/tweet?text=https%3A%2F%2Ffacebook.com%2F1179788338543450\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-twitter-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-twitter\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on Twitter<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Ffacebook.com%2F1179788338543450&#038;title=%09%09%09Well%2C%20that%20one%26%23039%3Bs%20going%20to%20sting%20for%20a%20while.%20%F0%9F%98%A4%2A%2ACardinals%203%2C%20Cubs%202%20%2810%20innings%29%2A%2A%20%E2%80%94%20and%20if%20you%20turned%20it%20off%20after%20nine%2C%20I%20don%26%23039%3Bt%20blame%20you%2C%20but%20you%20missed%20a%20gut-punch.%20Pete%20Crow-Armstrong%20did%20what%20PCA%20does%20%E2%80%94%20plated%20a%20run%20in%20the%20top%20of%20the%2010th%20to%20give%20Chicago%20a%202-0%20lead%20and%20looked%20like%20the%20hero%20of%20the%20night.%20Then%20Trent%20Thornton%20walked%20out%20for%20the%20bottom%20half%2C%20and%20it%20all%20came%20apart.%20Jordan%20Walker%20came%20around%20to%20score%2C%20and%20Iv%C3%A1n%20Herrera%20%E2%80%94%20who%26%23039%3Bs%20quietly%20been%20a%20Cubs%20killer%20all%20series%20%E2%80%94%20ripped%20a%20walk-off%20double%20to%20end%20it.%20Ballgame.%20Heartbreak.%20Same%20old%20song%20against%20these%20guys%20sometimes%2C%20even%20when%20Chicago%20is%20the%20better%20team%20on%20paper.And%20let%26%23039%3Bs%20be%20real%3A%20this%20loss%20says%20less%20about%20the%20Cubs%26%23039%3B%20offense%20%28which%20has%20been%20an%20absolute%20machine%20%E2%80%94%2012%2B%20hits%20in%20four%20straight%20games%20heading%20in%29%20and%20more%20about%20a%20bullpen%20question%20that%20isn%26%23039%3Bt%20going%20away%20on%20its%20own.%20Jacob%20Webb%2C%20Caleb%20Thielbar%2C%20then%20Thornton%20in%20extras%20%E2%80%94%20that%26%23039%3Bs%20the%20depth%20chart%20thinning%20out%20fast.%20With%20Hunter%20Harvey%20and%20Daniel%20Palencia%20banged%20up%20and%20the%20trade%20deadline%20bearing%20down%2C%20Jed%20Hoyer%20doesn%26%23039%3Bt%20just%20need%20a%20starter.%20He%20needs%20an%20arm%20for%20the%20eighth%20and%20ninth%20that%20doesn%26%23039%3Bt%20make%20me%20hold%20my%20breath%20every%20time%20the%20phone%20rings%20to%20the%20bullpen.Silver%20lining%3A%20the%20Cubs%20still%20take%20this%20series%2C%202-1%2C%20and%20still%20sit%20second%20in%20the%20NL%20Central%20with%20a%20real%20hold%20on%20that%20first%20wild%20card%20spot.%20One%20extra-inning%20gut-punch%20in%20St.%20Louis%20doesn%26%23039%3Bt%20erase%20a%20hot%20stretch%20%E2%80%94%20Chicago%26%23039%3Bs%20been%20outscoring%20opponents%20by%2034%20runs%20over%20their%20last%2010.%2A%2AToday%26%23039%3Bs%20finale%2C%201%3A15pm%20CT%20at%20Busch%3A%2A%2A%20Javier%20Assad%20%286-1%2C%203.86%20ERA%29%20gets%20the%20ball%20for%20the%20Cubs%20instead%20of%20the%20originally-planned%20Shota%20Imanaga%20%E2%80%94%20word%20is%20it%26%23039%3Bs%20just%20extra%20rest%20for%20Shota%20with%20the%20Yankees%20looming%2C%20not%20an%20injury%20concern%2C%20and%20it%20keeps%20Assad%20on%20his%20normal%20turn.%20He%26%23039%3Bs%20been%20quietly%20excellent%20all%20year.%20Cardinals%20counter%20with%20Andre%20Pallante%20%2811-6%2C%203.77%20ERA%29%2C%20who%26%23039%3Bs%20had%20a%20strong%20season%20of%20his%20own%2C%20so%20this%20isn%26%23039%3Bt%20a%20get-right%20game%20against%20a%20soft%20matchup%20%E2%80%94%20St.%20Louis%20is%20sending%20out%20a%20legit%20arm.Vegas%20has%20the%20Cardinals%20as%20slight%20favorites%20at%20home%2C%20but%20I%20don%26%23039%3Bt%20care.%20This%20team%20hasn%26%23039%3Bt%20blinked%20all%20month.%20Time%20to%20go%20into%20Busch%2C%20take%20the%20series%20win%2C%20and%20remind%23GoCubsGo%20%23Cubsn%23chicago9%3Bs%20actually%20built%20for%20October.Let%26%23039%3Bs%20finish%20this%20thing.%20Go%20Cubs.%20%E2%9A%BE%F0%9F%90%BB%F0%9F%92%99%23GoCubsGo%20%23Cubs%20%23chicago%09%09%09%09\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-linkedin-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-linkedin\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on LinkedIn<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:?subject=Facebook&#038;body=https%3A%2F%2Ffacebook.com%2F1179788338543450%20-%20%0A%0A%09%0A%09%09Well%2C%20that%20one%26%23039%3Bs%20going%20to%20sting%20for%20a%20while.%20%F0%9F%98%A4%2A%2ACardinals%203%2C%20Cubs%202%20%2810%20innings%29%2A%2A%20%E2%80%94%20and%20if%20you%20turned%20it%20off%20after%20nine%2C%20I%20don%26%23039%3Bt%20blame%20you%2C%20but%20you%20missed%20a%20gut-punch.%20Pete%20Crow-Armstrong%20did%20what%20PCA%20does%20%E2%80%94%20plated%20a%20run%20in%20the%20top%20of%20the%2010th%20to%20give%20Chicago%20a%202-0%20lead%20and%20looked%20like%20the%20hero%20of%20the%20night.%20Then%20Trent%20Thornton%20walked%20out%20for%20the%20bottom%20half%2C%20and%20it%20all%20came%20apart.%20Jordan%20Walker%20came%20around%20to%20score%2C%20and%20Iv%C3%A1n%20Herrera%20%E2%80%94%20who%26%23039%3Bs%20quietly%20been%20a%20Cubs%20killer%20all%20series%20%E2%80%94%20ripped%20a%20walk-off%20double%20to%20end%20it.%20Ballgame.%20Heartbreak.%20Same%20old%20song%20against%20these%20guys%20sometimes%2C%20even%20when%20Chicago%20is%20the%20better%20team%20on%20paper.And%20let%26%23039%3Bs%20be%20real%3A%20this%20loss%20says%20less%20about%20the%20Cubs%26%23039%3B%20offense%20%28which%20has%20been%20an%20absolute%20machine%20%E2%80%94%2012%2B%20hits%20in%20four%20straight%20games%20heading%20in%29%20and%20more%20about%20a%20bullpen%20question%20that%20isn%26%23039%3Bt%20going%20away%20on%20its%20own.%20Jacob%20Webb%2C%20Caleb%20Thielbar%2C%20then%20Thornton%20in%20extras%20%E2%80%94%20that%26%23039%3Bs%20the%20depth%20chart%20thinning%20out%20fast.%20With%20Hunter%20Harvey%20and%20Daniel%20Palencia%20banged%20up%20and%20the%20trade%20deadline%20bearing%20down%2C%20Jed%20Hoyer%20doesn%26%23039%3Bt%20just%20need%20a%20starter.%20He%20needs%20an%20arm%20for%20the%20eighth%20and%20ninth%20that%20doesn%26%23039%3Bt%20make%20me%20hold%20my%20breath%20every%20time%20the%20phone%20rings%20to%20the%20bullpen.Silver%20lining%3A%20the%20Cubs%20still%20take%20this%20series%2C%202-1%2C%20and%20still%20sit%20second%20in%20the%20NL%20Central%20with%20a%20real%20hold%20on%20that%20first%20wild%20card%20spot.%20One%20extra-inning%20gut-punch%20in%20St.%20Louis%20doesn%26%23039%3Bt%20erase%20a%20hot%20stretch%20%E2%80%94%20Chicago%26%23039%3Bs%20been%20outscoring%20opponents%20by%2034%20runs%20over%20their%20last%2010.%2A%2AToday%26%23039%3Bs%20finale%2C%201%3A15pm%20CT%20at%20Busch%3A%2A%2A%20Javier%20Assad%20%286-1%2C%203.86%20ERA%29%20gets%20the%20ball%20for%20the%20Cubs%20instead%20of%20the%20originally-planned%20Shota%20Imanaga%20%E2%80%94%20word%20is%20it%26%23039%3Bs%20just%20extra%20rest%20for%20Shota%20with%20the%20Yankees%20looming%2C%20not%20an%20injury%20concern%2C%20and%20it%20keeps%20Assad%20on%20his%20normal%20turn.%20He%26%23039%3Bs%20been%20quietly%20excellent%20all%20year.%20Cardinals%20counter%20with%20Andre%20Pallante%20%2811-6%2C%203.77%20ERA%29%2C%20who%26%23039%3Bs%20had%20a%20strong%20season%20of%20his%20own%2C%20so%20this%20isn%26%23039%3Bt%20a%20get-right%20game%20against%20a%20soft%20matchup%20%E2%80%94%20St.%20Louis%20is%20sending%20out%20a%20legit%20arm.Vegas%20has%20the%20Cardinals%20as%20slight%20favorites%20at%20home%2C%20but%20I%20don%26%23039%3Bt%20care.%20This%20team%20hasn%26%23039%3Bt%20blinked%20all%20month.%20Time%20to%20go%20into%20Busch%2C%20take%20the%20series%20win%2C%20and%20remind%23GoCubsGo%20%23Cubsn%23chicago9%3Bs%20actually%20built%20for%20October.Let%26%23039%3Bs%20finish%20this%20thing.%20Go%20Cubs.%20%E2%9A%BE%F0%9F%90%BB%F0%9F%92%99%23GoCubsGo%20%23Cubs%20%23chicago%09%09%09%0A%09\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-email-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-envelope\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share by Email<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t<\/div>\n\n\n\n<div id=\"cff_1179788338543450_122113851243336733\" class=\"cff-item cff-status-post author-chicago-sports-guru\"  style=\"border-bottom: 1px solid #ddd;\">\n\t<div class=\"cff-author\">\n\t<div class=\"cff-author-text\">\n\t\t\t\t\t<div class=\"cff-page-name cff-author-date\" >\n\t\t\t\t<a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" >Chicago Sports Guru<\/a>\n\t\t\t\t<span class=\"cff-story\">  is with Chicago White Sox.<\/span>\n\t\t\t<\/div>\n\t\t\t\n<p class=\"cff-date\" > 5 days ago <\/p>\n\t\t\t<\/div>\n\t<div class=\"cff-author-img \" data-avatar=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_cp0_dst-jpg_s50x50_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=Jd0mJVPSGpadZEFC0HwLMA&#038;_nc_tpa=Q5bMBQFBR2X5n_DNk9MC3i_7Tu45RLOAEZsHmlFDq66WH_P3KT87iTs3WkGsK1lfuQaefN9ExyXqu_YHrg&#038;oh=00_AQFNZYu-x8o2pVjNXLts338APgjEeZaWeil6bKs5N9lT1g&#038;oe=6A733CBB\">\n\t\t<a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" ><img decoding=\"async\" src=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_cp0_dst-jpg_s50x50_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=Jd0mJVPSGpadZEFC0HwLMA&#038;_nc_tpa=Q5bMBQFBR2X5n_DNk9MC3i_7Tu45RLOAEZsHmlFDq66WH_P3KT87iTs3WkGsK1lfuQaefN9ExyXqu_YHrg&#038;oh=00_AQFNZYu-x8o2pVjNXLts338APgjEeZaWeil6bKs5N9lT1g&#038;oe=6A733CBB\" title=\"Chicago Sports Guru\" alt=\"Chicago Sports Guru\" width=40 height=40 onerror=\"this.style.display='none'\"><\/a>\n\t<\/div>\n<\/div>\n\n<div class=\"cff-post-text\" >\n\t<span class=\"cff-text\" data-color=\"\">\n\t\t**SOX WIN IT IN 12. LET THAT SINK IN.** \u26be\ud83d\udda4\ud83e\udd0d<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Twelve innings. Three hours and change of will-they-won&#039;t-they baseball, and when the dust settled at Rate Field tonight, it was your Chicago White Sox standing tall, 6-5, over the New York Yankees. On a Wednesday night, in front of our people.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>This one wasn&#039;t pretty early. Davis Martin battled through six, giving up four earned on 106 pitches \u2014 grinding, not dominant, but he kept us in it against a Yankees lineup that can turn a mistake into a souvenir in half a second. On the other side, Cam Schlittler was cruising, six-plus innings, eight strikeouts, and for a good stretch it looked like we were headed for another one of those nights where we play good enough to lose.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>But this team has shown you something lately \u2014 it doesn&#039;t quit. Munetaka Murakami got hold of one for his 22nd homer of the year, because of course he did, that kid&#039;s swing looks like it belongs on the South Side. And when it mattered late, Sam Antonacci went deep for his 7th, keeping this thing alive when a lesser team folds it up and goes home.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Twelve innings is where character shows up. Bullpens get stretched, decisions get made, and tonight the pen did its job when it counted most. Jordan Hicks picked up the win, and give credit to a bullpen that&#039;s had its ups and downs this year but found a way tonight against a Yankees team fighting for their own AL East life, just a game and a half back of Tampa. Beating a team with that much on the line means something. That&#039;s not garbage-time baseball. That&#039;s playing playoff atmosphere in July.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Here&#039;s the part I want you to sit with: this puts us at 56-51. We are still hanging around the top of the AL Central, still in this thing, still playing baseball that matters in the summer for the first time in what feels like forever. I&#039;m not going to pretend the last few days have been smooth \u2014 we dropped two straight to these same Yankees before tonight, and this rebuild has taught every one of us not to get ahead of ourselves. But a win like this, a grind-it-out, extra-innings win where the offense had to answer a big early deficit and the bullpen had to hold the line \u2014 that&#039;s the identity I want from this team. Small ball, defense, pitching depth, and refusing to fold. That&#039;s Sox baseball. That&#039;s 2005 baseball, whether these kids know it or not.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Cleveland&#039;s still breathing down our necks in the Central, and this stretch against the Yankees was never going to be easy. But we found a way. Tonight we got it.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Go Sox. See you at the ballpark. \ud83d\udda4\ud83e\udd0d\t\t\t<\/span>\n\t<span class=\"cff-expand\">... <a href=\"#\" style=\"color: #\"><span class=\"cff-more\">See More<\/span><span class=\"cff-less\">See Less<\/span><\/a><\/span>\n\n<\/div>\n\n\t<div class=\"cff-post-links\">\n\t\t\t\t\t<a class=\"cff-viewpost-facebook\" href=\"https:\/\/facebook.com\/1179788338543450\" title=\"View on Facebook\" target=\"_blank\" rel=\"nofollow noopener\" >View on Facebook<\/a>\n\t\t\t\t\t\t\t<div class=\"cff-share-container\">\n\t\t\t\t\t\t\t\t\t<span class=\"cff-dot\" >&middot;<\/span>\n\t\t\t\t\t\t\t\t<a class=\"cff-share-link\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ffacebook.com%2F1179788338543450\" title=\"Share\" >Share<\/a>\n\t\t\t\t<p class=\"cff-share-tooltip\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ffacebook.com%2F1179788338543450\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-facebook-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-facebook-square\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on Facebook<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/intent\/tweet?text=https%3A%2F%2Ffacebook.com%2F1179788338543450\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-twitter-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-twitter\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on Twitter<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Ffacebook.com%2F1179788338543450&#038;title=%09%09%09%2A%2ASOX%20WIN%20IT%20IN%2012.%20LET%20THAT%20SINK%20IN.%2A%2A%20%E2%9A%BE%F0%9F%96%A4%F0%9F%A4%8DTwelve%20innings.%20Three%20hours%20and%20change%20of%20will-they-won%26%23039%3Bt-they%20baseball%2C%20and%20when%20the%20dust%20settled%20at%20Rate%20Field%20tonight%2C%20it%20was%20your%20Chicago%20White%20Sox%20standing%20tall%2C%206-5%2C%20over%20the%20New%20York%20Yankees.%20On%20a%20Wednesday%20night%2C%20in%20front%20of%20our%20people.This%20one%20wasn%26%23039%3Bt%20pretty%20early.%20Davis%20Martin%20battled%20through%20six%2C%20giving%20up%20four%20earned%20on%20106%20pitches%20%E2%80%94%20grinding%2C%20not%20dominant%2C%20but%20he%20kept%20us%20in%20it%20against%20a%20Yankees%20lineup%20that%20can%20turn%20a%20mistake%20into%20a%20souvenir%20in%20half%20a%20second.%20On%20the%20other%20side%2C%20Cam%20Schlittler%20was%20cruising%2C%20six-plus%20innings%2C%20eight%20strikeouts%2C%20and%20for%20a%20good%20stretch%20it%20looked%20like%20we%20were%20headed%20for%20another%20one%20of%20those%20nights%20where%20we%20play%20good%20enough%20to%20lose.But%20this%20team%20has%20shown%20you%20something%20lately%20%E2%80%94%20it%20doesn%26%23039%3Bt%20quit.%20Munetaka%20Murakami%20got%20hold%20of%20one%20for%20his%2022nd%20homer%20of%20the%20year%2C%20because%20of%20course%20he%20did%2C%20that%20kid%26%23039%3Bs%20swing%20looks%20like%20it%20belongs%20on%20the%20South%20Side.%20And%20when%20it%20mattered%20late%2C%20Sam%20Antonacci%20went%20deep%20for%20his%207th%2C%20keeping%20this%20thing%20alive%20when%20a%20lesser%20team%20folds%20it%20up%20and%20goes%20home.Twelve%20innings%20is%20where%20character%20shows%20up.%20Bullpens%20get%20stretched%2C%20decisions%20get%20made%2C%20and%20tonight%20the%20pen%20did%20its%20job%20when%20it%20counted%20most.%20Jordan%20Hicks%20picked%20up%20the%20win%2C%20and%20give%20credit%20to%20a%20bullpen%20that%26%23039%3Bs%20had%20its%20ups%20and%20downs%20this%20year%20but%20found%20a%20way%20tonight%20against%20a%20Yankees%20team%20fighting%20for%20their%20own%20AL%20East%20life%2C%20just%20a%20game%20and%20a%20half%20back%20of%20Tampa.%20Beating%20a%20team%20with%20that%20much%20on%20the%20line%20means%20something.%20That%26%23039%3Bs%20not%20garbage-time%20baseball.%20That%26%23039%3Bs%20playing%20playoff%20atmosphere%20in%20July.Here%26%23039%3Bs%20the%20part%20I%20want%20you%20to%20sit%20with%3A%20this%20puts%20us%20at%2056-51.%20We%20are%20still%20hanging%20around%20the%20top%20of%20the%20AL%20Central%2C%20still%20in%20this%20thing%2C%20still%20playing%20baseball%20that%20matters%20in%20the%20summer%20for%20the%20first%20time%20in%20what%20feels%20like%20forever.%20I%26%23039%3Bm%20not%20going%20to%20pretend%20the%20last%20few%20days%20have%20been%20smooth%20%E2%80%94%20we%20dropped%20two%20straight%20to%20these%20same%20Yankees%20before%20tonight%2C%20and%20this%20rebuild%20has%20taught%20every%20one%20of%20us%20not%20to%20get%20ahead%20of%20ourselves.%20But%20a%20win%20like%20this%2C%20a%20grind-it-out%2C%20extra-innings%20win%20where%20the%20offense%20had%20to%20answer%20a%20big%20early%20deficit%20and%20the%20bullpen%20had%20to%20hold%20the%20line%20%E2%80%94%20that%26%23039%3Bs%20the%20identity%20I%20want%20from%20this%20team.%20Small%20ball%2C%20defense%2C%20pitching%20depth%2C%20and%20refusing%20to%20fold.%20That%26%23039%3Bs%20Sox%20baseball.%20That%26%23039%3Bs%202005%20baseball%2C%20whether%20these%20kids%20know%20it%20or%20not.Cleveland%26%23039%3Bs%20still%20breathing%20down%20our%20necks%20in%20the%20Central%2C%20and%20this%20stretch%20against%20the%20Yankees%20was%20never%20going%20to%20be%20easy.%20But%20we%20found%20a%20way.%20Tonight%20we%20got%20it.Go%20Sox.%20See%20you%20at%20the%20ballpark.%20%F0%9F%96%A4%F0%9F%A4%8D%09%09%09%09\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-linkedin-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-linkedin\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on LinkedIn<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:?subject=Facebook&#038;body=https%3A%2F%2Ffacebook.com%2F1179788338543450%20-%20%0A%0A%09%0A%09%09%2A%2ASOX%20WIN%20IT%20IN%2012.%20LET%20THAT%20SINK%20IN.%2A%2A%20%E2%9A%BE%F0%9F%96%A4%F0%9F%A4%8DTwelve%20innings.%20Three%20hours%20and%20change%20of%20will-they-won%26%23039%3Bt-they%20baseball%2C%20and%20when%20the%20dust%20settled%20at%20Rate%20Field%20tonight%2C%20it%20was%20your%20Chicago%20White%20Sox%20standing%20tall%2C%206-5%2C%20over%20the%20New%20York%20Yankees.%20On%20a%20Wednesday%20night%2C%20in%20front%20of%20our%20people.This%20one%20wasn%26%23039%3Bt%20pretty%20early.%20Davis%20Martin%20battled%20through%20six%2C%20giving%20up%20four%20earned%20on%20106%20pitches%20%E2%80%94%20grinding%2C%20not%20dominant%2C%20but%20he%20kept%20us%20in%20it%20against%20a%20Yankees%20lineup%20that%20can%20turn%20a%20mistake%20into%20a%20souvenir%20in%20half%20a%20second.%20On%20the%20other%20side%2C%20Cam%20Schlittler%20was%20cruising%2C%20six-plus%20innings%2C%20eight%20strikeouts%2C%20and%20for%20a%20good%20stretch%20it%20looked%20like%20we%20were%20headed%20for%20another%20one%20of%20those%20nights%20where%20we%20play%20good%20enough%20to%20lose.But%20this%20team%20has%20shown%20you%20something%20lately%20%E2%80%94%20it%20doesn%26%23039%3Bt%20quit.%20Munetaka%20Murakami%20got%20hold%20of%20one%20for%20his%2022nd%20homer%20of%20the%20year%2C%20because%20of%20course%20he%20did%2C%20that%20kid%26%23039%3Bs%20swing%20looks%20like%20it%20belongs%20on%20the%20South%20Side.%20And%20when%20it%20mattered%20late%2C%20Sam%20Antonacci%20went%20deep%20for%20his%207th%2C%20keeping%20this%20thing%20alive%20when%20a%20lesser%20team%20folds%20it%20up%20and%20goes%20home.Twelve%20innings%20is%20where%20character%20shows%20up.%20Bullpens%20get%20stretched%2C%20decisions%20get%20made%2C%20and%20tonight%20the%20pen%20did%20its%20job%20when%20it%20counted%20most.%20Jordan%20Hicks%20picked%20up%20the%20win%2C%20and%20give%20credit%20to%20a%20bullpen%20that%26%23039%3Bs%20had%20its%20ups%20and%20downs%20this%20year%20but%20found%20a%20way%20tonight%20against%20a%20Yankees%20team%20fighting%20for%20their%20own%20AL%20East%20life%2C%20just%20a%20game%20and%20a%20half%20back%20of%20Tampa.%20Beating%20a%20team%20with%20that%20much%20on%20the%20line%20means%20something.%20That%26%23039%3Bs%20not%20garbage-time%20baseball.%20That%26%23039%3Bs%20playing%20playoff%20atmosphere%20in%20July.Here%26%23039%3Bs%20the%20part%20I%20want%20you%20to%20sit%20with%3A%20this%20puts%20us%20at%2056-51.%20We%20are%20still%20hanging%20around%20the%20top%20of%20the%20AL%20Central%2C%20still%20in%20this%20thing%2C%20still%20playing%20baseball%20that%20matters%20in%20the%20summer%20for%20the%20first%20time%20in%20what%20feels%20like%20forever.%20I%26%23039%3Bm%20not%20going%20to%20pretend%20the%20last%20few%20days%20have%20been%20smooth%20%E2%80%94%20we%20dropped%20two%20straight%20to%20these%20same%20Yankees%20before%20tonight%2C%20and%20this%20rebuild%20has%20taught%20every%20one%20of%20us%20not%20to%20get%20ahead%20of%20ourselves.%20But%20a%20win%20like%20this%2C%20a%20grind-it-out%2C%20extra-innings%20win%20where%20the%20offense%20had%20to%20answer%20a%20big%20early%20deficit%20and%20the%20bullpen%20had%20to%20hold%20the%20line%20%E2%80%94%20that%26%23039%3Bs%20the%20identity%20I%20want%20from%20this%20team.%20Small%20ball%2C%20defense%2C%20pitching%20depth%2C%20and%20refusing%20to%20fold.%20That%26%23039%3Bs%20Sox%20baseball.%20That%26%23039%3Bs%202005%20baseball%2C%20whether%20these%20kids%20know%20it%20or%20not.Cleveland%26%23039%3Bs%20still%20breathing%20down%20our%20necks%20in%20the%20Central%2C%20and%20this%20stretch%20against%20the%20Yankees%20was%20never%20going%20to%20be%20easy.%20But%20we%20found%20a%20way.%20Tonight%20we%20got%20it.Go%20Sox.%20See%20you%20at%20the%20ballpark.%20%F0%9F%96%A4%F0%9F%A4%8D%09%09%09%0A%09\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-email-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-envelope\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share by Email<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t<\/div>\n\n\n\n<div id=\"cff_1179788338543450_122113654269336733\" class=\"cff-item cff-status-post author-chicago-sports-guru\"  style=\"border-bottom: 1px solid #ddd;\">\n\t<div class=\"cff-author\">\n\t<div class=\"cff-author-text\">\n\t\t\t\t\t<div class=\"cff-page-name cff-author-date\" >\n\t\t\t\t<a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" >Chicago Sports Guru<\/a>\n\t\t\t\t<span class=\"cff-story\">  is with Chicago White Sox.<\/span>\n\t\t\t<\/div>\n\t\t\t\n<p class=\"cff-date\" > 6 days ago <\/p>\n\t\t\t<\/div>\n\t<div class=\"cff-author-img \" data-avatar=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_cp0_dst-jpg_s50x50_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=Jd0mJVPSGpadZEFC0HwLMA&#038;_nc_tpa=Q5bMBQFBR2X5n_DNk9MC3i_7Tu45RLOAEZsHmlFDq66WH_P3KT87iTs3WkGsK1lfuQaefN9ExyXqu_YHrg&#038;oh=00_AQFNZYu-x8o2pVjNXLts338APgjEeZaWeil6bKs5N9lT1g&#038;oe=6A733CBB\">\n\t\t<a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" ><img decoding=\"async\" src=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_cp0_dst-jpg_s50x50_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=Jd0mJVPSGpadZEFC0HwLMA&#038;_nc_tpa=Q5bMBQFBR2X5n_DNk9MC3i_7Tu45RLOAEZsHmlFDq66WH_P3KT87iTs3WkGsK1lfuQaefN9ExyXqu_YHrg&#038;oh=00_AQFNZYu-x8o2pVjNXLts338APgjEeZaWeil6bKs5N9lT1g&#038;oe=6A733CBB\" title=\"Chicago Sports Guru\" alt=\"Chicago Sports Guru\" width=40 height=40 onerror=\"this.style.display='none'\"><\/a>\n\t<\/div>\n<\/div>\n\n<div class=\"cff-post-text\" >\n\t<span class=\"cff-text\" data-color=\"\">\n\t\t**GUTTED ON THE SOUTH SIDE: Cole Silences the Bats, Sox Fall 3-2**<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Rough one at the Rate tonight, South Siders.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Anthony Kay battled. He gave us a chance. But Gerrit Cole did what Gerrit Cole does \u2014 six shutout innings, four hits allowed, and our lineup just couldn&#039;t find anything against him. That&#039;s the story of tonight in one sentence: we didn&#039;t lose because we played bad baseball, we lost because a former Cy Young winner made big league hitters look silly for six innings straight.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Max Schuemann&#039;s two-run double was the dagger. That&#039;s it. That&#039;s the difference in a 3-2 ballgame. One swing, and suddenly you&#039;re playing from behind against a bullpen that doesn&#039;t blink.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Give the guys credit for not going down easy \u2014 Braden Montgomery kept battling with two hits, and Chase Meidroth made David Bednar sweat with a two-run bomb in the ninth to cut it to one. For about thirty seconds, Guaranteed Rate had a pulse again. Then Bednar buckled down and struck out Everson Pereira to slam the door. Save number 22. Chicago&#039;s fourth loss in five.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Here&#039;s what stings the most: we&#039;re still the team atop the AL Central. We&#039;re still 1.5 games up on Cleveland. This isn&#039;t a last-place club playing out the string \u2014 this is a contender that just got beat by a better team on a given Tuesday night, and needs to answer for it tomorrow.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>That&#039;s the grind of a real season. No moral victories, no participation trophies. You tip your cap to Cole, you own the missed opportunities, and you show up tomorrow ready to play the game the right way \u2014 pitching, defense, situational hitting. That&#039;s Sox baseball. That&#039;s how we get back to October, and that&#039;s <a href=\"https:\/\/facebook.com\/488764087838644\">#WhiteSox<\/a>t back to hoisting something like we did in &#039;05.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>One game. Move on. Go Sox<img class=\"cff-linebreak\" \/>#whitesox\t\t\t<\/span>\n\t<span class=\"cff-expand\">... <a href=\"#\" style=\"color: #\"><span class=\"cff-more\">See More<\/span><span class=\"cff-less\">See Less<\/span><\/a><\/span>\n\n<\/div>\n\n\t<div class=\"cff-post-links\">\n\t\t\t\t\t<a class=\"cff-viewpost-facebook\" href=\"https:\/\/facebook.com\/1179788338543450\" title=\"View on Facebook\" target=\"_blank\" rel=\"nofollow noopener\" >View on Facebook<\/a>\n\t\t\t\t\t\t\t<div class=\"cff-share-container\">\n\t\t\t\t\t\t\t\t\t<span class=\"cff-dot\" >&middot;<\/span>\n\t\t\t\t\t\t\t\t<a class=\"cff-share-link\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ffacebook.com%2F1179788338543450\" title=\"Share\" >Share<\/a>\n\t\t\t\t<p class=\"cff-share-tooltip\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ffacebook.com%2F1179788338543450\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-facebook-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-facebook-square\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on Facebook<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/intent\/tweet?text=https%3A%2F%2Ffacebook.com%2F1179788338543450\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-twitter-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-twitter\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on Twitter<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Ffacebook.com%2F1179788338543450&#038;title=%09%09%09%2A%2AGUTTED%20ON%20THE%20SOUTH%20SIDE%3A%20Cole%20Silences%20the%20Bats%2C%20Sox%20Fall%203-2%2A%2ARough%20one%20at%20the%20Rate%20tonight%2C%20South%20Siders.Anthony%20Kay%20battled.%20He%20gave%20us%20a%20chance.%20But%20Gerrit%20Cole%20did%20what%20Gerrit%20Cole%20does%20%E2%80%94%20six%20shutout%20innings%2C%20four%20hits%20allowed%2C%20and%20our%20lineup%20just%20couldn%26%23039%3Bt%20find%20anything%20against%20him.%20That%26%23039%3Bs%20the%20story%20of%20tonight%20in%20one%20sentence%3A%20we%20didn%26%23039%3Bt%20lose%20because%20we%20played%20bad%20baseball%2C%20we%20lost%20because%20a%20former%20Cy%20Young%20winner%20made%20big%20league%20hitters%20look%20silly%20for%20six%20innings%20straight.Max%20Schuemann%26%23039%3Bs%20two-run%20double%20was%20the%20dagger.%20That%26%23039%3Bs%20it.%20That%26%23039%3Bs%20the%20difference%20in%20a%203-2%20ballgame.%20One%20swing%2C%20and%20suddenly%20you%26%23039%3Bre%20playing%20from%20behind%20against%20a%20bullpen%20that%20doesn%26%23039%3Bt%20blink.Give%20the%20guys%20credit%20for%20not%20going%20down%20easy%20%E2%80%94%20Braden%20Montgomery%20kept%20battling%20with%20two%20hits%2C%20and%20Chase%20Meidroth%20made%20David%20Bednar%20sweat%20with%20a%20two-run%20bomb%20in%20the%20ninth%20to%20cut%20it%20to%20one.%20For%20about%20thirty%20seconds%2C%20Guaranteed%20Rate%20had%20a%20pulse%20again.%20Then%20Bednar%20buckled%20down%20and%20struck%20out%20Everson%20Pereira%20to%20slam%20the%20door.%20Save%20number%2022.%20Chicago%26%23039%3Bs%20fourth%20loss%20in%20five.Here%26%23039%3Bs%20what%20stings%20the%20most%3A%20we%26%23039%3Bre%20still%20the%20team%20atop%20the%20AL%20Central.%20We%26%23039%3Bre%20still%201.5%20games%20up%20on%20Cleveland.%20This%20isn%26%23039%3Bt%20a%20last-place%20club%20playing%20out%20the%20string%20%E2%80%94%20this%20is%20a%20contender%20that%20just%20got%20beat%20by%20a%20better%20team%20on%20a%20given%20Tuesday%20night%2C%20and%20needs%20to%20answer%20for%20it%20tomorrow.That%26%23039%3Bs%20the%20grind%20of%20a%20real%20season.%20No%20moral%20victories%2C%20no%20participation%20trophies.%20You%20tip%20your%20cap%20to%20Cole%2C%20you%20own%20the%20missed%20opportunities%2C%20and%20you%20show%20up%20tomorrow%20ready%20to%20play%20the%20game%20the%20right%20way%20%E2%80%94%20pitching%2C%20defense%2C%20situational%20hitting.%20That%26%23039%3Bs%20Sox%20baseball.%20That%26%23039%3Bs%20how%20we%20get%20back%20to%20October%2C%20and%20that%26%23039%3Bs%20%23WhiteSoxt%20back%20to%20hoisting%20something%20like%20we%20did%20in%20%26%23039%3B05.One%20game.%20Move%20on.%20Go%20Sox%23whitesox%09%09%09%09\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-linkedin-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-linkedin\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on LinkedIn<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:?subject=Facebook&#038;body=https%3A%2F%2Ffacebook.com%2F1179788338543450%20-%20%0A%0A%09%0A%09%09%2A%2AGUTTED%20ON%20THE%20SOUTH%20SIDE%3A%20Cole%20Silences%20the%20Bats%2C%20Sox%20Fall%203-2%2A%2ARough%20one%20at%20the%20Rate%20tonight%2C%20South%20Siders.Anthony%20Kay%20battled.%20He%20gave%20us%20a%20chance.%20But%20Gerrit%20Cole%20did%20what%20Gerrit%20Cole%20does%20%E2%80%94%20six%20shutout%20innings%2C%20four%20hits%20allowed%2C%20and%20our%20lineup%20just%20couldn%26%23039%3Bt%20find%20anything%20against%20him.%20That%26%23039%3Bs%20the%20story%20of%20tonight%20in%20one%20sentence%3A%20we%20didn%26%23039%3Bt%20lose%20because%20we%20played%20bad%20baseball%2C%20we%20lost%20because%20a%20former%20Cy%20Young%20winner%20made%20big%20league%20hitters%20look%20silly%20for%20six%20innings%20straight.Max%20Schuemann%26%23039%3Bs%20two-run%20double%20was%20the%20dagger.%20That%26%23039%3Bs%20it.%20That%26%23039%3Bs%20the%20difference%20in%20a%203-2%20ballgame.%20One%20swing%2C%20and%20suddenly%20you%26%23039%3Bre%20playing%20from%20behind%20against%20a%20bullpen%20that%20doesn%26%23039%3Bt%20blink.Give%20the%20guys%20credit%20for%20not%20going%20down%20easy%20%E2%80%94%20Braden%20Montgomery%20kept%20battling%20with%20two%20hits%2C%20and%20Chase%20Meidroth%20made%20David%20Bednar%20sweat%20with%20a%20two-run%20bomb%20in%20the%20ninth%20to%20cut%20it%20to%20one.%20For%20about%20thirty%20seconds%2C%20Guaranteed%20Rate%20had%20a%20pulse%20again.%20Then%20Bednar%20buckled%20down%20and%20struck%20out%20Everson%20Pereira%20to%20slam%20the%20door.%20Save%20number%2022.%20Chicago%26%23039%3Bs%20fourth%20loss%20in%20five.Here%26%23039%3Bs%20what%20stings%20the%20most%3A%20we%26%23039%3Bre%20still%20the%20team%20atop%20the%20AL%20Central.%20We%26%23039%3Bre%20still%201.5%20games%20up%20on%20Cleveland.%20This%20isn%26%23039%3Bt%20a%20last-place%20club%20playing%20out%20the%20string%20%E2%80%94%20this%20is%20a%20contender%20that%20just%20got%20beat%20by%20a%20better%20team%20on%20a%20given%20Tuesday%20night%2C%20and%20needs%20to%20answer%20for%20it%20tomorrow.That%26%23039%3Bs%20the%20grind%20of%20a%20real%20season.%20No%20moral%20victories%2C%20no%20participation%20trophies.%20You%20tip%20your%20cap%20to%20Cole%2C%20you%20own%20the%20missed%20opportunities%2C%20and%20you%20show%20up%20tomorrow%20ready%20to%20play%20the%20game%20the%20right%20way%20%E2%80%94%20pitching%2C%20defense%2C%20situational%20hitting.%20That%26%23039%3Bs%20Sox%20baseball.%20That%26%23039%3Bs%20how%20we%20get%20back%20to%20October%2C%20and%20that%26%23039%3Bs%20%23WhiteSoxt%20back%20to%20hoisting%20something%20like%20we%20did%20in%20%26%23039%3B05.One%20game.%20Move%20on.%20Go%20Sox%23whitesox%09%09%09%0A%09\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-email-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-envelope\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share by Email<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t<\/div>\n\n\n\n<div id=\"cff_1179788338543450_122113653963336733\" class=\"cff-item cff-status-post author-chicago-sports-guru\"  style=\"border-bottom: 1px solid #ddd;\">\n\t<div class=\"cff-author\">\n\t<div class=\"cff-author-text\">\n\t\t\t\t\t<div class=\"cff-page-name cff-author-date\" >\n\t\t\t\t<a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" >Chicago Sports Guru<\/a>\n\t\t\t\t<span class=\"cff-story\">  is feeling excited with Chicago Cubs.<\/span>\n\t\t\t<\/div>\n\t\t\t\n<p class=\"cff-date\" > 6 days ago <\/p>\n\t\t\t<\/div>\n\t<div class=\"cff-author-img \" data-avatar=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_cp0_dst-jpg_s50x50_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=Jd0mJVPSGpadZEFC0HwLMA&#038;_nc_tpa=Q5bMBQFBR2X5n_DNk9MC3i_7Tu45RLOAEZsHmlFDq66WH_P3KT87iTs3WkGsK1lfuQaefN9ExyXqu_YHrg&#038;oh=00_AQFNZYu-x8o2pVjNXLts338APgjEeZaWeil6bKs5N9lT1g&#038;oe=6A733CBB\">\n\t\t<a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" ><img decoding=\"async\" src=\"https:\/\/scontent-det1-1.xx.fbcdn.net\/v\/t39.30808-1\/707012956_10245048772140793_798109271517545808_n.jpg?stp=c314.0.752.752a_cp0_dst-jpg_s50x50_tt6&#038;_nc_cat=108&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jKBO6ebbwLoQ7kNvwEuU9Ee&#038;_nc_oc=AdqyLdz_adDIAQdzGoi2I5Mcq-X1cBQ5cJh6Xmla9m8TFAh-acZ9u2NkZmbI4CSEsAU0PzL856FlDFH2FAVOyKDd&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=Jd0mJVPSGpadZEFC0HwLMA&#038;_nc_tpa=Q5bMBQFBR2X5n_DNk9MC3i_7Tu45RLOAEZsHmlFDq66WH_P3KT87iTs3WkGsK1lfuQaefN9ExyXqu_YHrg&#038;oh=00_AQFNZYu-x8o2pVjNXLts338APgjEeZaWeil6bKs5N9lT1g&#038;oe=6A733CBB\" title=\"Chicago Sports Guru\" alt=\"Chicago Sports Guru\" width=40 height=40 onerror=\"this.style.display='none'\"><\/a>\n\t<\/div>\n<\/div>\n\n<div class=\"cff-post-text\" >\n\t<span class=\"cff-text\" data-color=\"\">\n\t\t\ud83d\udc3b\ud83d\udd35 CUBS 10, CARDINALS 2 \u2014 WE JUST BURIED ST. LOUIS UNDER .500 IN THEIR OWN BALLPARK \ud83d\udd35\ud83d\udc3b<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Some nights this rivalry gives you a nail-biter. Tonight it gave us a demolition, and honestly? I&#039;ll take it. Every single time.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>The Cubs didn&#039;t wait around. Two outs, first inning, Ian Happ works an 11-pitch at-bat and rips a two-run double to get it started. That&#039;s the kind of professional at-bat that sets a tone \u2014 grinding a starter down before he even settles in. By the time the second inning wrapped, McGreevy was toast: Pete Crow-Armstrong&#039;s sac fly, a Seiya Suzuki double, RBI singles from Michael Busch and Nico Hoerner \u2014 five more runs on five hits, and just like that it&#039;s 7-0 and McGreevy&#039;s night is over after 1\u2154 innings, 8 hits, 7 earned runs charged to his line. Brutal.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>And this wasn&#039;t a one-man show, it was the whole lineup taking turns. Alex Bregman finished with three hits. Suzuki went 3-for-with-2-RBI. Pedro Ramirez chipped in three hits of his own. Hoerner drove in two. This offense has now put up 12+ hits in four straight games and scored 35 runs over that stretch. That&#039;s not a hot streak, that&#039;s a buzzsaw.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Colin Rea was the real story on the mound, though. Six strong innings, just one run allowed \u2014 a sac fly in the fourth \u2014 on four hits with a cushion the size of the Gateway Arch behind him. He didn&#039;t need to be perfect, but he was genuinely good, and that&#039;s exactly what this rotation needs down the stretch. Rea moves to 8-7 and this Cubs staff has posted a 3.07 ERA as a group since July 4th, quietly one of the best marks in baseball. Nobody&#039;s talking about that enough.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>St. Louis&#039; only other run came on a Masyn Winn double in the ninth, which is about as meaningful as it sounds in a game that was decided before most fans finished their first Busch Light.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>Here&#039;s the number that matters most: Cardinals fall to 53-54. Under .500 for the first time all season. They&#039;ve now lost nine of their last twelve since the break, and we&#039;re the team that put them there \u2014 again. Meanwhile, we move to 61-46, a season-high 15 games over .500, matching a mark we&#039;ve only hit once before, back on May 8th. We&#039;re up 2-0 in this series with two more to play at Busch, and this team is playing like it knows exactly what October means.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>I&#039;ve watched enough ugly losses in St. Louis to know<a href=\"https:\/\/facebook.com\/146101128894246\">#CubsWin<\/a>d<a href=\"https:\/\/facebook.com\/542168862470429\">#chicagocubs<\/a> <a href=\"https:\/\/facebook.com\/628628497192426\">#FlyTheW<\/a> <a href=\"https:\/\/facebook.com\/393820094059484\">#cubsvscards<\/a>r<a href=\"https:\/\/facebook.com\/115788078608424\">#GoCubsGo<\/a>i<a href=\"https:\/\/facebook.com\/469937513080326\">#mlbnews<\/a>t the sweep started tomorrow.<img class=\"cff-linebreak\" \/><img class=\"cff-linebreak\" \/>\u26be #CubsWin #ChicagoCubs #FlyTheW #CubsvsCards #GoCubsGo #mlbnews\t\t\t<\/span>\n\t<span class=\"cff-expand\">... <a href=\"#\" style=\"color: #\"><span class=\"cff-more\">See More<\/span><span class=\"cff-less\">See Less<\/span><\/a><\/span>\n\n<\/div>\n\n\t<div class=\"cff-post-links\">\n\t\t\t\t\t<a class=\"cff-viewpost-facebook\" href=\"https:\/\/facebook.com\/1179788338543450\" title=\"View on Facebook\" target=\"_blank\" rel=\"nofollow noopener\" >View on Facebook<\/a>\n\t\t\t\t\t\t\t<div class=\"cff-share-container\">\n\t\t\t\t\t\t\t\t\t<span class=\"cff-dot\" >&middot;<\/span>\n\t\t\t\t\t\t\t\t<a class=\"cff-share-link\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ffacebook.com%2F1179788338543450\" title=\"Share\" >Share<\/a>\n\t\t\t\t<p class=\"cff-share-tooltip\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ffacebook.com%2F1179788338543450\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-facebook-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-facebook-square\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on Facebook<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/intent\/tweet?text=https%3A%2F%2Ffacebook.com%2F1179788338543450\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-twitter-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-twitter\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on Twitter<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Ffacebook.com%2F1179788338543450&#038;title=%09%09%09%F0%9F%90%BB%F0%9F%94%B5%20CUBS%2010%2C%20CARDINALS%202%20%E2%80%94%20WE%20JUST%20BURIED%20ST.%20LOUIS%20UNDER%20.500%20IN%20THEIR%20OWN%20BALLPARK%20%F0%9F%94%B5%F0%9F%90%BBSome%20nights%20this%20rivalry%20gives%20you%20a%20nail-biter.%20Tonight%20it%20gave%20us%20a%20demolition%2C%20and%20honestly%3F%20I%26%23039%3Bll%20take%20it.%20Every%20single%20time.The%20Cubs%20didn%26%23039%3Bt%20wait%20around.%20Two%20outs%2C%20first%20inning%2C%20Ian%20Happ%20works%20an%2011-pitch%20at-bat%20and%20rips%20a%20two-run%20double%20to%20get%20it%20started.%20That%26%23039%3Bs%20the%20kind%20of%20professional%20at-bat%20that%20sets%20a%20tone%20%E2%80%94%20grinding%20a%20starter%20down%20before%20he%20even%20settles%20in.%20By%20the%20time%20the%20second%20inning%20wrapped%2C%20McGreevy%20was%20toast%3A%20Pete%20Crow-Armstrong%26%23039%3Bs%20sac%20fly%2C%20a%20Seiya%20Suzuki%20double%2C%20RBI%20singles%20from%20Michael%20Busch%20and%20Nico%20Hoerner%20%E2%80%94%20five%20more%20runs%20on%20five%20hits%2C%20and%20just%20like%20that%20it%26%23039%3Bs%207-0%20and%20McGreevy%26%23039%3Bs%20night%20is%20over%20after%201%E2%85%94%20innings%2C%208%20hits%2C%207%20earned%20runs%20charged%20to%20his%20line.%20Brutal.And%20this%20wasn%26%23039%3Bt%20a%20one-man%20show%2C%20it%20was%20the%20whole%20lineup%20taking%20turns.%20Alex%20Bregman%20finished%20with%20three%20hits.%20Suzuki%20went%203-for-with-2-RBI.%20Pedro%20Ramirez%20chipped%20in%20three%20hits%20of%20his%20own.%20Hoerner%20drove%20in%20two.%20This%20offense%20has%20now%20put%20up%2012%2B%20hits%20in%20four%20straight%20games%20and%20scored%2035%20runs%20over%20that%20stretch.%20That%26%23039%3Bs%20not%20a%20hot%20streak%2C%20that%26%23039%3Bs%20a%20buzzsaw.Colin%20Rea%20was%20the%20real%20story%20on%20the%20mound%2C%20though.%20Six%20strong%20innings%2C%20just%20one%20run%20allowed%20%E2%80%94%20a%20sac%20fly%20in%20the%20fourth%20%E2%80%94%20on%20four%20hits%20with%20a%20cushion%20the%20size%20of%20the%20Gateway%20Arch%20behind%20him.%20He%20didn%26%23039%3Bt%20need%20to%20be%20perfect%2C%20but%20he%20was%20genuinely%20good%2C%20and%20that%26%23039%3Bs%20exactly%20what%20this%20rotation%20needs%20down%20the%20stretch.%20Rea%20moves%20to%208-7%20and%20this%20Cubs%20staff%20has%20posted%20a%203.07%20ERA%20as%20a%20group%20since%20July%204th%2C%20quietly%20one%20of%20the%20best%20marks%20in%20baseball.%20Nobody%26%23039%3Bs%20talking%20about%20that%20enough.St.%20Louis%26%23039%3B%20only%20other%20run%20came%20on%20a%20Masyn%20Winn%20double%20in%20the%20ninth%2C%20which%20is%20about%20as%20meaningful%20as%20it%20sounds%20in%20a%20game%20that%20was%20decided%20before%20most%20fans%20finished%20their%20first%20Busch%20Light.Here%26%23039%3Bs%20the%20number%20that%20matters%20most%3A%20Cardinals%20fall%20to%2053-54.%20Under%20.500%20for%20the%20first%20time%20all%20season.%20They%26%23039%3Bve%20now%20lost%20nine%20of%20their%20last%20twelve%20since%20the%20break%2C%20and%20we%26%23039%3Bre%20the%20team%20that%20put%20them%20there%20%E2%80%94%20again.%20Meanwhile%2C%20we%20move%20to%2061-46%2C%20a%20season-high%2015%20games%20over%20.500%2C%20matching%20a%20mark%20we%26%23039%3Bve%20only%20hit%20once%20before%2C%20back%20on%20May%208th.%20We%26%23039%3Bre%20up%202-0%20in%20this%20series%20with%20two%20more%20to%20play%20at%20Busch%2C%20and%20this%20team%20is%20playing%20like%20it%20knows%20exactly%20what%20October%20means.I%26%23039%3Bve%20watched%20enough%20ugly%20losses%20in%20St.%20Louis%20to%20know%23CubsWind%23chicagocubs%20%23FlyTheW%20%23cubsvscardsr%23GoCubsGoi%23mlbnewst%20the%20sweep%20started%20tomorrow.%E2%9A%BE%20%23CubsWin%20%23ChicagoCubs%20%23FlyTheW%20%23CubsvsCards%20%23GoCubsGo%20%23mlbnews%09%09%09%09\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-linkedin-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-linkedin\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share on LinkedIn<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:?subject=Facebook&#038;body=https%3A%2F%2Ffacebook.com%2F1179788338543450%20-%20%0A%0A%09%0A%09%09%F0%9F%90%BB%F0%9F%94%B5%20CUBS%2010%2C%20CARDINALS%202%20%E2%80%94%20WE%20JUST%20BURIED%20ST.%20LOUIS%20UNDER%20.500%20IN%20THEIR%20OWN%20BALLPARK%20%F0%9F%94%B5%F0%9F%90%BBSome%20nights%20this%20rivalry%20gives%20you%20a%20nail-biter.%20Tonight%20it%20gave%20us%20a%20demolition%2C%20and%20honestly%3F%20I%26%23039%3Bll%20take%20it.%20Every%20single%20time.The%20Cubs%20didn%26%23039%3Bt%20wait%20around.%20Two%20outs%2C%20first%20inning%2C%20Ian%20Happ%20works%20an%2011-pitch%20at-bat%20and%20rips%20a%20two-run%20double%20to%20get%20it%20started.%20That%26%23039%3Bs%20the%20kind%20of%20professional%20at-bat%20that%20sets%20a%20tone%20%E2%80%94%20grinding%20a%20starter%20down%20before%20he%20even%20settles%20in.%20By%20the%20time%20the%20second%20inning%20wrapped%2C%20McGreevy%20was%20toast%3A%20Pete%20Crow-Armstrong%26%23039%3Bs%20sac%20fly%2C%20a%20Seiya%20Suzuki%20double%2C%20RBI%20singles%20from%20Michael%20Busch%20and%20Nico%20Hoerner%20%E2%80%94%20five%20more%20runs%20on%20five%20hits%2C%20and%20just%20like%20that%20it%26%23039%3Bs%207-0%20and%20McGreevy%26%23039%3Bs%20night%20is%20over%20after%201%E2%85%94%20innings%2C%208%20hits%2C%207%20earned%20runs%20charged%20to%20his%20line.%20Brutal.And%20this%20wasn%26%23039%3Bt%20a%20one-man%20show%2C%20it%20was%20the%20whole%20lineup%20taking%20turns.%20Alex%20Bregman%20finished%20with%20three%20hits.%20Suzuki%20went%203-for-with-2-RBI.%20Pedro%20Ramirez%20chipped%20in%20three%20hits%20of%20his%20own.%20Hoerner%20drove%20in%20two.%20This%20offense%20has%20now%20put%20up%2012%2B%20hits%20in%20four%20straight%20games%20and%20scored%2035%20runs%20over%20that%20stretch.%20That%26%23039%3Bs%20not%20a%20hot%20streak%2C%20that%26%23039%3Bs%20a%20buzzsaw.Colin%20Rea%20was%20the%20real%20story%20on%20the%20mound%2C%20though.%20Six%20strong%20innings%2C%20just%20one%20run%20allowed%20%E2%80%94%20a%20sac%20fly%20in%20the%20fourth%20%E2%80%94%20on%20four%20hits%20with%20a%20cushion%20the%20size%20of%20the%20Gateway%20Arch%20behind%20him.%20He%20didn%26%23039%3Bt%20need%20to%20be%20perfect%2C%20but%20he%20was%20genuinely%20good%2C%20and%20that%26%23039%3Bs%20exactly%20what%20this%20rotation%20needs%20down%20the%20stretch.%20Rea%20moves%20to%208-7%20and%20this%20Cubs%20staff%20has%20posted%20a%203.07%20ERA%20as%20a%20group%20since%20July%204th%2C%20quietly%20one%20of%20the%20best%20marks%20in%20baseball.%20Nobody%26%23039%3Bs%20talking%20about%20that%20enough.St.%20Louis%26%23039%3B%20only%20other%20run%20came%20on%20a%20Masyn%20Winn%20double%20in%20the%20ninth%2C%20which%20is%20about%20as%20meaningful%20as%20it%20sounds%20in%20a%20game%20that%20was%20decided%20before%20most%20fans%20finished%20their%20first%20Busch%20Light.Here%26%23039%3Bs%20the%20number%20that%20matters%20most%3A%20Cardinals%20fall%20to%2053-54.%20Under%20.500%20for%20the%20first%20time%20all%20season.%20They%26%23039%3Bve%20now%20lost%20nine%20of%20their%20last%20twelve%20since%20the%20break%2C%20and%20we%26%23039%3Bre%20the%20team%20that%20put%20them%20there%20%E2%80%94%20again.%20Meanwhile%2C%20we%20move%20to%2061-46%2C%20a%20season-high%2015%20games%20over%20.500%2C%20matching%20a%20mark%20we%26%23039%3Bve%20only%20hit%20once%20before%2C%20back%20on%20May%208th.%20We%26%23039%3Bre%20up%202-0%20in%20this%20series%20with%20two%20more%20to%20play%20at%20Busch%2C%20and%20this%20team%20is%20playing%20like%20it%20knows%20exactly%20what%20October%20means.I%26%23039%3Bve%20watched%20enough%20ugly%20losses%20in%20St.%20Louis%20to%20know%23CubsWind%23chicagocubs%20%23FlyTheW%20%23cubsvscardsr%23GoCubsGoi%23mlbnewst%20the%20sweep%20started%20tomorrow.%E2%9A%BE%20%23CubsWin%20%23ChicagoCubs%20%23FlyTheW%20%23CubsvsCards%20%23GoCubsGo%20%23mlbnews%09%09%09%0A%09\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cff-email-icon\">\n\t\t\t\t\t\t\t<span class=\"fa fab fa-envelope\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t<span class=\"cff-screenreader\">Share by Email<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t<\/div>\n\n\n\n\n<div class=\"cff-likebox cff-bottom\" >\n\t\t<iframe title=\"Likebox Iframe\" src=\"\" class=\"fb_iframe_widget\" data-likebox-id=\"1179788338543450\" data-likebox-width=\"300\" data-likebox-header=\"\" data-hide-cover=\"\" data-hide-cta=\"\" data-likebox-faces=\"\" data-height=\"130\" data-locale=\"en_US\" scrolling=\"no\" allowTransparency=\"true\" allow=\"encrypted-media\" ><\/iframe>\n<\/div>\n<\/div><input class=\"cff-pag-url\" type=\"hidden\" data-locatornonce=\"2b6e9a9b70\" data-cff-shortcode=\"{&quot;feed&quot;: &quot;1&quot;}\" data-post-id=\"265\" data-feed-id=\"1179788338543450\"><\/div><\/div><div class=\"cff-clear\"><\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ba1a49 elementor-widget elementor-widget-shortcode\" data-id=\"6ba1a49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<!-- Custom Twitter Feeds by Smash Balloon -->\n<div id=\"ctf\" class=\" ctf ctf-type-usertimeline ctf-rebranded ctf-feed-1  ctf-styles ctf-list ctf-regular-style\"   data-ctfshortcode=\"{&quot;feed&quot;:&quot;1&quot;}\"   data-ctfdisablelinks=\"false\" data-ctflinktextcolor=\"#\" data-header-size=\"small\" data-feedid=\"1\" data-postid=\"265\"  data-feed=\"1\" data-ctfintents=\"1\"  data-ctfneeded=\"-40\">\n    \n<div class=\"ctf-header  ctf-no-bio\" >\n    <a href=\"https:\/\/twitter.com\/chisportsguru\/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"@chisportsguru\" class=\"ctf-header-link\">\n        <div class=\"ctf-header-text\">\n            <p class=\"ctf-header-user\">\n                <span class=\"ctf-header-name\">Chicago Sports Guru<\/span>\n                <span class=\"ctf-verified\"><\/span>\n                <span class=\"ctf-header-follow\">\n                    <svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.1161 6.27344H24.2289L17.4284 14.0459L25.4286 24.6225H19.1645L14.2583 18.2079L8.6444 24.6225H5.52976L12.8035 16.309L5.12891 6.27344H11.552L15.9868 12.1367L21.1161 6.27344ZM20.0236 22.7594H21.7484L10.6148 8.03871H8.7639L20.0236 22.7594Z\" fill=\"black\"\/>\n\t\t\t<\/svg> Follow                <\/span>\n            <\/p>\n\n\t\t\t                <p class=\"ctf-header-bio\"  >\n\t\t\t\t\tOfficial page of Chicago sports fans! We follow the teams, beat reporters, and blogs to give you all the up to the second news and scores.                <\/p>\n\t\t\t        <\/div>\n\n        <div class=\"ctf-header-img\">\n            <div class=\"ctf-header-img-hover\">\n                <svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.1161 6.27344H24.2289L17.4284 14.0459L25.4286 24.6225H19.1645L14.2583 18.2079L8.6444 24.6225H5.52976L12.8035 16.309L5.12891 6.27344H11.552L15.9868 12.1367L21.1161 6.27344ZM20.0236 22.7594H21.7484L10.6148 8.03871H8.7639L20.0236 22.7594Z\" fill=\"black\"\/>\n\t\t\t<\/svg>            <\/div>\n\t\t\t                <img decoding=\"async\" src=\"https:\/\/pbs.twimg.com\/profile_images\/1897533512770629632\/0CY8mwKh_normal.jpg\" alt=\"chisportsguru\" width=\"48\" height=\"48\">\n\t\t\t        <\/div>\n    <\/a>\n<\/div>\n    <div class=\"ctf-tweets\">\n   \t\t\n<div  class=\"ctf-item ctf-author-chisportsguru ctf-new ctf-retweet\"  id=\"2078305075210989877\" >\n\n\t\t<div class=\"ctf-context\" >\n\t    <a href=\"https:\/\/twitter.com\/intent\/user?screen_name=chisportsguru\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"ctf-retweet-icon\"><svg class=\"svg-inline--fa fa-w-16\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" aria-label=\"retweet\" role=\"img\"><path fill=\"currentColor\" d=\"M23.77 15.67c-.292-.293-.767-.293-1.06 0l-2.22 2.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414 0-.75.336-.75.75s.336.75.75.75h5.85c1.24 0 2.25 1.01 2.25 2.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06 0s-.294.768 0 1.06l3.5 3.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767 0-1.06zm-10.66 3.28H7.26c-1.24 0-2.25-1.01-2.25-2.25V6.46l2.22 2.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768 0-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06 0l-3.5 3.5c-.294.292-.294.767 0 1.06s.767.293 1.06 0l2.22-2.22V16.7c0 2.068 1.683 3.75 3.75 3.75h5.85c.414 0 .75-.336.75-.75s-.337-.75-.75-.75z\"><\/path><\/svg><span class=\"ctf-screenreader\">Retweet on Twitter<\/span><\/a>\n\t    <a href=\"https:\/\/twitter.com\/chisportsguru\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"ctf-retweet-text\">Chicago Sports Guru Retweeted<\/a>\n\t<\/div>\n\n\t<div class=\"ctf-author-box\">\n\t\t<div class=\"ctf-author-box-link\">\n\t        \t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/cubszone\" class=\"ctf-author-avatar\" target=\"_blank\" rel=\"noopener noreferrer\" >\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pbs.twimg.com\/profile_images\/2007264834828529664\/3_qgoIKj_normal.jpg\" alt=\"cubszone\" width=\"48\" height=\"48\">\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/cubszone\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ctf-author-name\" >Cubs Zone<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"ctf-verified\"  ><svg class=\"svg-inline--fa fa-check-circle fa-w-16\" aria-hidden=\"true\" aria-label=\"verified\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"check-circle\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/cubszone\" class=\"ctf-author-screenname\" target=\"_blank\" rel=\"noopener noreferrer\" >@cubszone<\/a>\n\t\t\t\t\t<span class=\"ctf-screename-sep\">&middot;<\/span>\n\t\t\t\t\t        \n\t\t\t\t\t\t\t<div class=\"ctf-tweet-meta\" >\n\t\t\t\t\t<a href=\"https:\/\/twitter.com\/cubszone\/status\/2078305075210989877\" class=\"ctf-tweet-date\" target=\"_blank\" rel=\"noopener noreferrer\" >18 Jul<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t    \t\t\t<div class=\"ctf-corner-logo\" >\n\t\t\t\t<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.1161 6.27344H24.2289L17.4284 14.0459L25.4286 24.6225H19.1645L14.2583 18.2079L8.6444 24.6225H5.52976L12.8035 16.309L5.12891 6.27344H11.552L15.9868 12.1367L21.1161 6.27344ZM20.0236 22.7594H21.7484L10.6148 8.03871H8.7639L20.0236 22.7594Z\" fill=\"black\"\/>\n\t\t\t<\/svg>\t\t\t<\/div>\n\t\t\n\t<\/div>\n\t<div class=\"ctf-tweet-content\">\n\t\t                <p class=\"ctf-tweet-text\">\n                    THEO EPSTEIN IS WEARING A TWINKLE DEE AND TWINKLE DUM SHIRT \ud83d\ude2d\ud83d\ude2d\ud83d\ude2d                     <\/p><a href=\"https:\/\/twitter.com\/chisportsguru\/status\/2078523063742702037\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ctf-tweet-text-media-wrap\"><svg aria-hidden=\"true\" aria-label=\"images in tweet\" focusable=\"false\" data-prefix=\"far\" data-icon=\"image\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-image fa-w-16 fa-9x ctf-tweet-text-media\"><path fill=\"currentColor\" d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z\" class=\"\"><\/path><\/svg><\/a>                <\/p>\n                        \t<\/div>\n\n\t\t\n\t<div class=\"ctf-tweet-actions\" >\n\t\t\n\t\t<a href=\"https:\/\/twitter.com\/intent\/tweet?in_reply_to=2078305075210989877&#038;related=cubszone\" class=\"ctf-reply\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t<svg class=\"svg-inline--fa fa-w-16\" viewBox=\"0 0 24 24\" aria-label=\"reply\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g><path fill=\"currentColor\" d=\"M14.046 2.242l-4.148-.01h-.002c-4.374 0-7.8 3.427-7.8 7.802 0 4.098 3.186 7.206 7.465 7.37v3.828c0 .108.044.286.12.403.142.225.384.347.632.347.138 0 .277-.038.402-.118.264-.168 6.473-4.14 8.088-5.506 1.902-1.61 3.04-3.97 3.043-6.312v-.017c-.006-4.367-3.43-7.787-7.8-7.788zm3.787 12.972c-1.134.96-4.862 3.405-6.772 4.643V16.67c0-.414-.335-.75-.75-.75h-.396c-3.66 0-6.318-2.476-6.318-5.886 0-3.534 2.768-6.302 6.3-6.302l4.147.01h.002c3.532 0 6.3 2.766 6.302 6.296-.003 1.91-.942 3.844-2.514 5.176z\"><\/path><\/g><\/svg>\t\t\t<span class=\"ctf-screenreader\">Reply on Twitter 2078305075210989877<\/span>\n\t\t<\/a>\n\n\t\t<a href=\"https:\/\/twitter.com\/intent\/retweet?tweet_id=2078305075210989877&#038;related=cubszone\" class=\"ctf-retweet\" target=\"_blank\" rel=\"noopener noreferrer\"><svg class=\"svg-inline--fa fa-w-16\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" aria-label=\"retweet\" role=\"img\"><path fill=\"currentColor\" d=\"M23.77 15.67c-.292-.293-.767-.293-1.06 0l-2.22 2.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414 0-.75.336-.75.75s.336.75.75.75h5.85c1.24 0 2.25 1.01 2.25 2.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06 0s-.294.768 0 1.06l3.5 3.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767 0-1.06zm-10.66 3.28H7.26c-1.24 0-2.25-1.01-2.25-2.25V6.46l2.22 2.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768 0-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06 0l-3.5 3.5c-.294.292-.294.767 0 1.06s.767.293 1.06 0l2.22-2.22V16.7c0 2.068 1.683 3.75 3.75 3.75h5.85c.414 0 .75-.336.75-.75s-.337-.75-.75-.75z\"><\/path><\/svg>\t\t\t<span class=\"ctf-screenreader\">Retweet on Twitter 2078305075210989877<\/span>\n\t\t\t<span class=\"ctf-action-count ctf-retweet-count\">229<\/span>\n\t\t<\/a>\n\n\t\t<a href=\"https:\/\/twitter.com\/intent\/like?tweet_id=2078305075210989877&#038;related=cubszone\" class=\"ctf-like\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\n\t\t\t<svg class=\"svg-inline--fa fa-w-16\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" aria-label=\"like\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g><path fill=\"currentColor\" d=\"M12 21.638h-.014C9.403 21.59 1.95 14.856 1.95 8.478c0-3.064 2.525-5.754 5.403-5.754 2.29 0 3.83 1.58 4.646 2.73.814-1.148 2.354-2.73 4.645-2.73 2.88 0 5.404 2.69 5.404 5.755 0 6.376-7.454 13.11-10.037 13.157H12zM7.354 4.225c-2.08 0-3.903 1.988-3.903 4.255 0 5.74 7.034 11.596 8.55 11.658 1.518-.062 8.55-5.917 8.55-11.658 0-2.267-1.823-4.255-3.903-4.255-2.528 0-3.94 2.936-3.952 2.965-.23.562-1.156.562-1.387 0-.014-.03-1.425-2.965-3.954-2.965z\"><\/path><\/g><\/svg>\t\t\t<span class=\"ctf-screenreader\">Like on Twitter 2078305075210989877<\/span>\n\t\t\t<span class=\"ctf-action-count ctf-favorite-count\">3623<\/span>\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<a href=\"https:\/\/twitter.com\/cubszone\/status\/2078305075210989877\" class=\"ctf-twitterlink\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" >\n\t\t\t\t<span >X<\/span>\n\t\t\t\t<span class=\"ctf-screenreader\">2078305075210989877<\/span>\n\t\t\t<\/a>\n\t\t\t<\/div>\n<\/div>\n<div  class=\"ctf-item ctf-author-chisportsguru ctf-new\"  id=\"2073208268374110511\" >\n\n\t\n\t<div class=\"ctf-author-box\">\n\t\t<div class=\"ctf-author-box-link\">\n\t        \t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/chisportsguru\" class=\"ctf-author-avatar\" target=\"_blank\" rel=\"noopener noreferrer\" >\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pbs.twimg.com\/profile_images\/1897533512770629632\/0CY8mwKh_normal.jpg\" alt=\"chisportsguru\" width=\"48\" height=\"48\">\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/chisportsguru\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ctf-author-name\" >Chicago Sports Guru<\/a>\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/chisportsguru\" class=\"ctf-author-screenname\" target=\"_blank\" rel=\"noopener noreferrer\" >@chisportsguru<\/a>\n\t\t\t\t\t<span class=\"ctf-screename-sep\">&middot;<\/span>\n\t\t\t\t\t        \n\t\t\t\t\t\t\t<div class=\"ctf-tweet-meta\" >\n\t\t\t\t\t<a href=\"https:\/\/twitter.com\/chisportsguru\/status\/2073208268374110511\" class=\"ctf-tweet-date\" target=\"_blank\" rel=\"noopener noreferrer\" >4 Jul<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t    \t\t\t<div class=\"ctf-corner-logo\" >\n\t\t\t\t<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.1161 6.27344H24.2289L17.4284 14.0459L25.4286 24.6225H19.1645L14.2583 18.2079L8.6444 24.6225H5.52976L12.8035 16.309L5.12891 6.27344H11.552L15.9868 12.1367L21.1161 6.27344ZM20.0236 22.7594H21.7484L10.6148 8.03871H8.7639L20.0236 22.7594Z\" fill=\"black\"\/>\n\t\t\t<\/svg>\t\t\t<\/div>\n\t\t\n\t<\/div>\n\t<div class=\"ctf-tweet-content\">\n\t\t                <p class=\"ctf-tweet-text\">\n                    David Peterson just gave up 10 earned runs at Wrigley. TEN. Career high, and not the kind you frame.<br \/>\n<br \/>\n17-1. Cardinals put up 17 hits. We put up one run on a Bregman double.<br \/>\n<br \/>\nFive-game win streak, gone in an afternoon. Flush it. Imanaga tomorrow. \ud83d\udc3b\ud83d\udc99<br \/>\n<br \/>\n#Cubs #WrigleyField                                    <\/p>\n                        \t<\/div>\n\n\t\t\n\t<div class=\"ctf-tweet-actions\" >\n\t\t\n\t\t<a href=\"https:\/\/twitter.com\/intent\/tweet?in_reply_to=2073208268374110511&#038;related=chisportsguru\" class=\"ctf-reply\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t<svg class=\"svg-inline--fa fa-w-16\" viewBox=\"0 0 24 24\" aria-label=\"reply\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g><path fill=\"currentColor\" d=\"M14.046 2.242l-4.148-.01h-.002c-4.374 0-7.8 3.427-7.8 7.802 0 4.098 3.186 7.206 7.465 7.37v3.828c0 .108.044.286.12.403.142.225.384.347.632.347.138 0 .277-.038.402-.118.264-.168 6.473-4.14 8.088-5.506 1.902-1.61 3.04-3.97 3.043-6.312v-.017c-.006-4.367-3.43-7.787-7.8-7.788zm3.787 12.972c-1.134.96-4.862 3.405-6.772 4.643V16.67c0-.414-.335-.75-.75-.75h-.396c-3.66 0-6.318-2.476-6.318-5.886 0-3.534 2.768-6.302 6.3-6.302l4.147.01h.002c3.532 0 6.3 2.766 6.302 6.296-.003 1.91-.942 3.844-2.514 5.176z\"><\/path><\/g><\/svg>\t\t\t<span class=\"ctf-screenreader\">Reply on Twitter 2073208268374110511<\/span>\n\t\t<\/a>\n\n\t\t<a href=\"https:\/\/twitter.com\/intent\/retweet?tweet_id=2073208268374110511&#038;related=chisportsguru\" class=\"ctf-retweet\" target=\"_blank\" rel=\"noopener noreferrer\"><svg class=\"svg-inline--fa fa-w-16\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" aria-label=\"retweet\" role=\"img\"><path fill=\"currentColor\" d=\"M23.77 15.67c-.292-.293-.767-.293-1.06 0l-2.22 2.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414 0-.75.336-.75.75s.336.75.75.75h5.85c1.24 0 2.25 1.01 2.25 2.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06 0s-.294.768 0 1.06l3.5 3.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767 0-1.06zm-10.66 3.28H7.26c-1.24 0-2.25-1.01-2.25-2.25V6.46l2.22 2.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768 0-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06 0l-3.5 3.5c-.294.292-.294.767 0 1.06s.767.293 1.06 0l2.22-2.22V16.7c0 2.068 1.683 3.75 3.75 3.75h5.85c.414 0 .75-.336.75-.75s-.337-.75-.75-.75z\"><\/path><\/svg>\t\t\t<span class=\"ctf-screenreader\">Retweet on Twitter 2073208268374110511<\/span>\n\t\t\t<span class=\"ctf-action-count ctf-retweet-count\"><\/span>\n\t\t<\/a>\n\n\t\t<a href=\"https:\/\/twitter.com\/intent\/like?tweet_id=2073208268374110511&#038;related=chisportsguru\" class=\"ctf-like\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\n\t\t\t<svg class=\"svg-inline--fa fa-w-16\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" aria-label=\"like\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g><path fill=\"currentColor\" d=\"M12 21.638h-.014C9.403 21.59 1.95 14.856 1.95 8.478c0-3.064 2.525-5.754 5.403-5.754 2.29 0 3.83 1.58 4.646 2.73.814-1.148 2.354-2.73 4.645-2.73 2.88 0 5.404 2.69 5.404 5.755 0 6.376-7.454 13.11-10.037 13.157H12zM7.354 4.225c-2.08 0-3.903 1.988-3.903 4.255 0 5.74 7.034 11.596 8.55 11.658 1.518-.062 8.55-5.917 8.55-11.658 0-2.267-1.823-4.255-3.903-4.255-2.528 0-3.94 2.936-3.952 2.965-.23.562-1.156.562-1.387 0-.014-.03-1.425-2.965-3.954-2.965z\"><\/path><\/g><\/svg>\t\t\t<span class=\"ctf-screenreader\">Like on Twitter 2073208268374110511<\/span>\n\t\t\t<span class=\"ctf-action-count ctf-favorite-count\">2<\/span>\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<a href=\"https:\/\/twitter.com\/chisportsguru\/status\/2073208268374110511\" class=\"ctf-twitterlink\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" >\n\t\t\t\t<span >X<\/span>\n\t\t\t\t<span class=\"ctf-screenreader\">2073208268374110511<\/span>\n\t\t\t<\/a>\n\t\t\t<\/div>\n<\/div>    <\/div>\n    \n    <a href=\"javascript:void(0);\" id=\"ctf-more\" class=\"ctf-more\" ><span>Load More<\/span><\/a>\n\n\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Chicago Sports Guru Ticker \u26a1 CHI SCORES Loading Chicago scores&#8230; \u26a1FEATURED Chicago Sports Guru &#8211; We talk sports like you talk sports A site made for Chicago sports fans by Chicago sports fans. We are sports blog dedicated the following our teams on and off season. We aim to be the alternative to the giant [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-165","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Chicago Sports Guru<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/chicagosportsguru.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Chicago Sports Guru\" \/>\n<meta property=\"og:description\" content=\"Chicago Sports Guru Ticker \u26a1 CHI SCORES Loading Chicago scores&#8230; \u26a1FEATURED Chicago Sports Guru &#8211; We talk sports like you talk sports A site made for Chicago sports fans by Chicago sports fans. We are sports blog dedicated the following our teams on and off season. We aim to be the alternative to the giant [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/chicagosportsguru.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Chicago Sports Guru\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-29T20:35:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/\",\"url\":\"https:\\\/\\\/chicagosportsguru.com\\\/\",\"name\":\"Home - Chicago Sports Guru\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/chicagosportsguru.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/caleb-williams-1024x1024.jpg\",\"datePublished\":\"2026-05-04T18:57:15+00:00\",\"dateModified\":\"2026-05-29T20:35:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/chicagosportsguru.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/chicagosportsguru.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/caleb-williams.jpg\",\"contentUrl\":\"https:\\\/\\\/chicagosportsguru.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/caleb-williams.jpg\",\"width\":1600,\"height\":1600,\"caption\":\"Chicago Bears caleb Williams\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/chicagosportsguru.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#website\",\"url\":\"https:\\\/\\\/chicagosportsguru.com\\\/\",\"name\":\"Chicago Sports Guru\",\"description\":\"We talk sports like you talk sports\",\"publisher\":{\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/chicagosportsguru.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#organization\",\"name\":\"Chicago Sports Guru\",\"url\":\"https:\\\/\\\/chicagosportsguru.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/chicagosportsguru.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Gurulogo2.png\",\"contentUrl\":\"https:\\\/\\\/chicagosportsguru.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Gurulogo2.png\",\"width\":1380,\"height\":752,\"caption\":\"Chicago Sports Guru\"},\"image\":{\"@id\":\"https:\\\/\\\/chicagosportsguru.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Chicago Sports Guru","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/chicagosportsguru.com\/","og_locale":"en_US","og_type":"article","og_title":"Home - Chicago Sports Guru","og_description":"Chicago Sports Guru Ticker \u26a1 CHI SCORES Loading Chicago scores&#8230; \u26a1FEATURED Chicago Sports Guru &#8211; We talk sports like you talk sports A site made for Chicago sports fans by Chicago sports fans. We are sports blog dedicated the following our teams on and off season. We aim to be the alternative to the giant [&hellip;]","og_url":"https:\/\/chicagosportsguru.com\/","og_site_name":"Chicago Sports Guru","article_modified_time":"2026-05-29T20:35:40+00:00","og_image":[{"width":1600,"height":1600,"url":"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/chicagosportsguru.com\/","url":"https:\/\/chicagosportsguru.com\/","name":"Home - Chicago Sports Guru","isPartOf":{"@id":"https:\/\/chicagosportsguru.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/chicagosportsguru.com\/#primaryimage"},"image":{"@id":"https:\/\/chicagosportsguru.com\/#primaryimage"},"thumbnailUrl":"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams-1024x1024.jpg","datePublished":"2026-05-04T18:57:15+00:00","dateModified":"2026-05-29T20:35:40+00:00","breadcrumb":{"@id":"https:\/\/chicagosportsguru.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/chicagosportsguru.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/chicagosportsguru.com\/#primaryimage","url":"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams.jpg","contentUrl":"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2025\/03\/caleb-williams.jpg","width":1600,"height":1600,"caption":"Chicago Bears caleb Williams"},{"@type":"BreadcrumbList","@id":"https:\/\/chicagosportsguru.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/chicagosportsguru.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/chicagosportsguru.com\/#website","url":"https:\/\/chicagosportsguru.com\/","name":"Chicago Sports Guru","description":"We talk sports like you talk sports","publisher":{"@id":"https:\/\/chicagosportsguru.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/chicagosportsguru.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/chicagosportsguru.com\/#organization","name":"Chicago Sports Guru","url":"https:\/\/chicagosportsguru.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/chicagosportsguru.com\/#\/schema\/logo\/image\/","url":"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2026\/05\/Gurulogo2.png","contentUrl":"https:\/\/chicagosportsguru.com\/wp-content\/uploads\/2026\/05\/Gurulogo2.png","width":1380,"height":752,"caption":"Chicago Sports Guru"},"image":{"@id":"https:\/\/chicagosportsguru.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/chicagosportsguru.com\/index.php?rest_route=\/wp\/v2\/pages\/165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chicagosportsguru.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chicagosportsguru.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chicagosportsguru.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chicagosportsguru.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=165"}],"version-history":[{"count":29,"href":"https:\/\/chicagosportsguru.com\/index.php?rest_route=\/wp\/v2\/pages\/165\/revisions"}],"predecessor-version":[{"id":262,"href":"https:\/\/chicagosportsguru.com\/index.php?rest_route=\/wp\/v2\/pages\/165\/revisions\/262"}],"wp:attachment":[{"href":"https:\/\/chicagosportsguru.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}