{"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-272 category-cubs tags-chicagocubs-cubs-dodgers-tradeline-wrigleyfield-mlb-wrigley-field\" data-id=\"272\">\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=272\" title=\"Cubs Trade Deadline Breakdown and Dodgers win\">Cubs Trade Deadline Breakdown and Dodgers win<\/a><\/h2><\/header><div class=\"eael-entry-content\">\n                        <div class=\"eael-grid-post-excerpt\"><p>Deadline Day, Delivered: Breaking Down Every Cubs Trade \u2014 And a 10-5 Statement Win Over the Dodgers There are days...<\/p><a href=\"https:\/\/chicagosportsguru.com\/?p=272\" 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=\"4 August 2026\">4 August 2026<\/time><\/span><\/div><\/div><\/div><\/div>\n        <\/div>\n    <\/article><article class=\"eael-grid-post  eael-post-grid-column eael-pg-post-270 category-blog\" data-id=\"270\">\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=270\" title=\"White Sox Trade Deadline Haul- Pitch by Pitch\">White Sox Trade Deadline Haul- Pitch by Pitch<\/a><\/h2><\/header><div class=\"eael-entry-content\">\n                        <div class=\"eael-grid-post-excerpt\"><p>\ud83c\udfd7\ufe0f REBUILD REPORT: Breaking Down Getz&#8217;s Deadline Haul \u2014 Pitch by Pitch South Side Sox Blog Let&#8217;s not bury the...<\/p><a href=\"https:\/\/chicagosportsguru.com\/?p=270\" 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=\"4 August 2026\">4 August 2026<\/time><\/span><\/div><\/div><\/div><\/div>\n        <\/div>\n    <\/article><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><\/div>\n            <div class=\"clearfix\"><\/div>\n        <\/div>            <div class=\"eael-load-more-button-wrap eael-force-hide\">\n                <button class=\"eael-load-more-button\" id=\"eael-load-more-btn-150ca6c\" data-widget-id=\"150ca6c\" data-widget=\"150ca6c\" data-page-id=\"165\" data-template=\"{&quot;dir&quot;:&quot;lite&quot;,&quot;file_name&quot;:&quot;one.php&quot;,&quot;name&quot;:&quot;Post-Grid&quot;}\" data-class=\"Essential_Addons_Elementor\\Elements\\Post_Grid\" data-layout=\"masonry\" data-page=\"1\" data-args=\"orderby=date&amp;order=desc&amp;ignore_sticky_posts=1&amp;post_status=publish&amp;posts_per_page=3&amp;offset=0&amp;post_type=post\" data-max-page=\"2\">\n                    <span class=\"eael-btn-loader button__loader\"><\/span>\n                    <span class=\"eael_load_more_text\">Load More<\/span>\n                <\/button>\n            <\/div>\n            \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=jz9xnEyKesQQ7kNvwHYVy_6&#038;_nc_oc=Ado7yn5Qfy-ZE949dGxO-7AjMr2mefSulG8lB9ZX4mbMHJO6D_vcO8Xih-tfXe-MoceUGFHa355W7gmeLYXKJi_N&#038;_nc_zt=23&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AJdBtusEAAAA&#038;_nc_gid=8sG0hVaG6y84h0WqcLsa6Q&#038;_nc_tpa=Q5bMBQKWVdNA7INpbI8ZcmnYaSqqDfTlkN3RXhIuaU81GEkr9BlCmi8Xu6qgHTuVvB_yp7koJsmnrShJGw&#038;oh=00_AQIhx7Y9mpyKNxCwrIlxxSldOVubP37s_U-WH8SLIodqWg&#038;oe=6AB2CFBB\" 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=jz9xnEyKesQQ7kNvwHYVy_6&#038;_nc_oc=Ado7yn5Qfy-ZE949dGxO-7AjMr2mefSulG8lB9ZX4mbMHJO6D_vcO8Xih-tfXe-MoceUGFHa355W7gmeLYXKJi_N&#038;_nc_zt=23&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AJdBtusEAAAA&#038;_nc_gid=8sG0hVaG6y84h0WqcLsa6Q&#038;_nc_tpa=Q5bMBQKWVdNA7INpbI8ZcmnYaSqqDfTlkN3RXhIuaU81GEkr9BlCmi8Xu6qgHTuVvB_yp7koJsmnrShJGw&#038;oh=00_AQIhx7Y9mpyKNxCwrIlxxSldOVubP37s_U-WH8SLIodqWg&#038;oe=6AB2CFBB\">\n\t\t\t\t\t\t<div class=\"cff-likes-box\">\n\t\t\t\t<div class=\"cff-square-logo\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"facebook-square\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\" class=\"svg-inline--fa fa-facebook-square fa-w-14\"><path fill=\"currentColor\" d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\" class=\"\"><\/path><\/svg><\/div>\n\t\t\t\t<div class=\"cff-likes-count\">\n\t\t\t\t\t<span class=\"cff-screenreader\">Page likes: <\/span>1\t\t\t\t<\/div>\n\t\t\t<\/div>\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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AJdBtusEAAAA&#038;_nc_gid=8sG0hVaG6y84h0WqcLsa6Q&#038;_nc_tpa=Q5bMBQJPsSysFkFzeMZg1t8awkP1HsK6HD-dIjan3gfgrJ0odl2rmj8kwv6dImuImDlKScx9YuRuYtbjRQ&#038;oh=00_AQIh132jkjCjJXU8pUAQqh0aYODBdpwMfR7fF-AnZgkdBQ&#038;oe=6AB2BCFB\" 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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AJdBtusEAAAA&#038;_nc_gid=8sG0hVaG6y84h0WqcLsa6Q&#038;_nc_tpa=Q5bMBQJPsSysFkFzeMZg1t8awkP1HsK6HD-dIjan3gfgrJ0odl2rmj8kwv6dImuImDlKScx9YuRuYtbjRQ&#038;oh=00_AQIh132jkjCjJXU8pUAQqh0aYODBdpwMfR7fF-AnZgkdBQ&#038;oe=6AB2BCFB\"><span class=\"cff-screenreader\">(opens in a new tab)<\/span><\/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\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><span class=\"cff-screenreader\">(opens in a new tab)<\/span><\/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\" role=\"region\" aria-label=\"Facebook feed\"  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\" role=\"list\"><div role=\"listitem\" id=\"cff_1179788338543450_122123245575336733\" 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<strong role=\"heading\" aria-level=\"3\"><a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" >Chicago Sports Guru<\/a><\/strong>\n\t\t\t\t<span class=\"cff-story\">  is feeling fantastic with Chicago Bears.<\/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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=yZM2CmChS0vCPmYN_2M3SA&#038;_nc_tpa=Q5bMBQKod8ToHbeJEysh9LMyZMbCp7xThz8Y9NUKpciw-UBgSfAwImM443HszcVhTATi4JQY067NSpWsgw&#038;oh=00_AQJqDT_lPlpX1N2b5pZMIpsxS9WpUnsS7p1IQXm6EyPOPA&#038;oe=6AB2F53B\">\n\t\t\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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=yZM2CmChS0vCPmYN_2M3SA&#038;_nc_tpa=Q5bMBQKod8ToHbeJEysh9LMyZMbCp7xThz8Y9NUKpciw-UBgSfAwImM443HszcVhTATi4JQY067NSpWsgw&#038;oh=00_AQJqDT_lPlpX1N2b5pZMIpsxS9WpUnsS7p1IQXm6EyPOPA&#038;oe=6AB2F53B\" title=\"Chicago Sports Guru\" alt=\"Chicago Sports Guru\" width=40 height=40><\/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 **BEARS 59, PANTHERS 37 \u2014 WEEK 1 IS OFFICIALLY A STATEMENT** \ud83d\udc3b<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Ninety-six combined points. The highest-scoring season opener in NFL history. And your Chicago Bears were on the right side of it \u2014 59-37 over Carolina down in Charlotte, and I don&#039;t care that it wasn&#039;t pretty on one side of the ball, because Caleb Williams looked like a problem yesterday.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Let&#039;s start there, because this is the conversation this franchise has needed for two decades: Caleb went 21-for-29, 269 yards, 2 touchdowns through the air, ZERO picks \u2014 and then took off and ran for 65 yards and 2 more scores on the ground. Four total touchdowns. He put a dime on a 22-yard strike to Cole Kmet that Ben Johnson couldn&#039;t stop smiling about afterward. This is not Grossman. This is not Trubisky trying to survive a play. This looked like a quarterback operating with command. One game. Eyes open. But damn, that&#039;s how you want a season to start.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>D&#039;Andre Swift ran wild \u2014 18 carries, 124 yards, 3 touchdowns. The offense scored touchdowns on 7 of their final 8 real drives after fumbling away the opening possession. Once this group got rolling, Carolina had no answer.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Now the part that keeps this Bears fan from popping champagne: the defense. 37 points allowed. 478 yards. 361 through the air to Bryce Young, who had himself a night \u2014 23-for-37, 361, 3 TDs. Montez Sweat said it best after the game, and I&#039;m paraphrasing because I&#039;m not putting words in his mouth that aren&#039;t his: he basically said you don&#039;t win many football games giving up 400-ish yards through the air and 40 points, and he&#039;s right. That&#039;s not Bears football. That&#039;s not Butkus and Urlacher and Singletary football. Da Bears defense has an identity to live up to, and Sunday it went missing for stretches.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>So here&#039;s the honest grade: A on the scoreboard, A on the quarterback, C-minus on a defense that has real work to do before Soldier Field&#039;s first Sunday of the year gets here. We are 1-0. We&#039;ll take 1-0 with concerns over 0-1 with excuses every single time.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>But make no mistake \u2014 Caleb Williams looked like the guy we&#039;ve been waiting on since the last time this team played meaningful January football. One game doesn&#039;t<a href=\"https:\/\/facebook.com\/436993839714632\">#chicagobears<\/a>d<a href=\"https:\/\/facebook.com\/175564472591586\">#BearDown<\/a>e<a href=\"https:\/\/facebook.com\/347597988677826\">#NFL<\/a>reak. But it&#039;s a damn good start.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>1-0. Onward. Bear Down. \ud83d\udc3b\ud83d\udd25<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>#chicagobears #BearDown #NFL\t\t\t<\/span>\n\t<span class=\"cff-expand\">... <button type=\"button\" class=\"cff-readmore\" aria-expanded=\"false\" style=\"color: #\"><span class=\"cff-more\">See More<\/span><span class=\"cff-less\">See Less<\/span><\/button><\/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<span class=\"cff-screenreader\"> (opens in a new tab)<\/span><\/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\" aria-expanded=\"false\" aria-haspopup=\"true\" >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 (opens in a new tab)<\/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 (opens in a new tab)<\/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%20%2A%2ABEARS%2059%2C%20PANTHERS%2037%20%E2%80%94%20WEEK%201%20IS%20OFFICIALLY%20A%20STATEMENT%2A%2A%20%F0%9F%90%BBNinety-six%20combined%20points.%20The%20highest-scoring%20season%20opener%20in%20NFL%20history.%20And%20your%20Chicago%20Bears%20were%20on%20the%20right%20side%20of%20it%20%E2%80%94%2059-37%20over%20Carolina%20down%20in%20Charlotte%2C%20and%20I%20don%26%23039%3Bt%20care%20that%20it%20wasn%26%23039%3Bt%20pretty%20on%20one%20side%20of%20the%20ball%2C%20because%20Caleb%20Williams%20looked%20like%20a%20problem%20yesterday.Let%26%23039%3Bs%20start%20there%2C%20because%20this%20is%20the%20conversation%20this%20franchise%20has%20needed%20for%20two%20decades%3A%20Caleb%20went%2021-for-29%2C%20269%20yards%2C%202%20touchdowns%20through%20the%20air%2C%20ZERO%20picks%20%E2%80%94%20and%20then%20took%20off%20and%20ran%20for%2065%20yards%20and%202%20more%20scores%20on%20the%20ground.%20Four%20total%20touchdowns.%20He%20put%20a%20dime%20on%20a%2022-yard%20strike%20to%20Cole%20Kmet%20that%20Ben%20Johnson%20couldn%26%23039%3Bt%20stop%20smiling%20about%20afterward.%20This%20is%20not%20Grossman.%20This%20is%20not%20Trubisky%20trying%20to%20survive%20a%20play.%20This%20looked%20like%20a%20quarterback%20operating%20with%20command.%20One%20game.%20Eyes%20open.%20But%20damn%2C%20that%26%23039%3Bs%20how%20you%20want%20a%20season%20to%20start.D%26%23039%3BAndre%20Swift%20ran%20wild%20%E2%80%94%2018%20carries%2C%20124%20yards%2C%203%20touchdowns.%20The%20offense%20scored%20touchdowns%20on%207%20of%20their%20final%208%20real%20drives%20after%20fumbling%20away%20the%20opening%20possession.%20Once%20this%20group%20got%20rolling%2C%20Carolina%20had%20no%20answer.Now%20the%20part%20that%20keeps%20this%20Bears%20fan%20from%20popping%20champagne%3A%20the%20defense.%2037%20points%20allowed.%20478%20yards.%20361%20through%20the%20air%20to%20Bryce%20Young%2C%20who%20had%20himself%20a%20night%20%E2%80%94%2023-for-37%2C%20361%2C%203%20TDs.%20Montez%20Sweat%20said%20it%20best%20after%20the%20game%2C%20and%20I%26%23039%3Bm%20paraphrasing%20because%20I%26%23039%3Bm%20not%20putting%20words%20in%20his%20mouth%20that%20aren%26%23039%3Bt%20his%3A%20he%20basically%20said%20you%20don%26%23039%3Bt%20win%20many%20football%20games%20giving%20up%20400-ish%20yards%20through%20the%20air%20and%2040%20points%2C%20and%20he%26%23039%3Bs%20right.%20That%26%23039%3Bs%20not%20Bears%20football.%20That%26%23039%3Bs%20not%20Butkus%20and%20Urlacher%20and%20Singletary%20football.%20Da%20Bears%20defense%20has%20an%20identity%20to%20live%20up%20to%2C%20and%20Sunday%20it%20went%20missing%20for%20stretches.So%20here%26%23039%3Bs%20the%20honest%20grade%3A%20A%20on%20the%20scoreboard%2C%20A%20on%20the%20quarterback%2C%20C-minus%20on%20a%20defense%20that%20has%20real%20work%20to%20do%20before%20Soldier%20Field%26%23039%3Bs%20first%20Sunday%20of%20the%20year%20gets%20here.%20We%20are%201-0.%20We%26%23039%3Bll%20take%201-0%20with%20concerns%20over%200-1%20with%20excuses%20every%20single%20time.But%20make%20no%20mistake%20%E2%80%94%20Caleb%20Williams%20looked%20like%20the%20guy%20we%26%23039%3Bve%20been%20waiting%20on%20since%20the%20last%20time%20this%20team%20played%20meaningful%20January%20football.%20One%20game%20doesn%26%23039%3Bt%23chicagobearsd%23BearDowne%23NFLreak.%20But%20it%26%23039%3Bs%20a%20damn%20good%20start.1-0.%20Onward.%20Bear%20Down.%20%F0%9F%90%BB%F0%9F%94%A5%23chicagobears%20%23BearDown%20%23NFL%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 (opens in a new tab)<\/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%20%2A%2ABEARS%2059%2C%20PANTHERS%2037%20%E2%80%94%20WEEK%201%20IS%20OFFICIALLY%20A%20STATEMENT%2A%2A%20%F0%9F%90%BBNinety-six%20combined%20points.%20The%20highest-scoring%20season%20opener%20in%20NFL%20history.%20And%20your%20Chicago%20Bears%20were%20on%20the%20right%20side%20of%20it%20%E2%80%94%2059-37%20over%20Carolina%20down%20in%20Charlotte%2C%20and%20I%20don%26%23039%3Bt%20care%20that%20it%20wasn%26%23039%3Bt%20pretty%20on%20one%20side%20of%20the%20ball%2C%20because%20Caleb%20Williams%20looked%20like%20a%20problem%20yesterday.Let%26%23039%3Bs%20start%20there%2C%20because%20this%20is%20the%20conversation%20this%20franchise%20has%20needed%20for%20two%20decades%3A%20Caleb%20went%2021-for-29%2C%20269%20yards%2C%202%20touchdowns%20through%20the%20air%2C%20ZERO%20picks%20%E2%80%94%20and%20then%20took%20off%20and%20ran%20for%2065%20yards%20and%202%20more%20scores%20on%20the%20ground.%20Four%20total%20touchdowns.%20He%20put%20a%20dime%20on%20a%2022-yard%20strike%20to%20Cole%20Kmet%20that%20Ben%20Johnson%20couldn%26%23039%3Bt%20stop%20smiling%20about%20afterward.%20This%20is%20not%20Grossman.%20This%20is%20not%20Trubisky%20trying%20to%20survive%20a%20play.%20This%20looked%20like%20a%20quarterback%20operating%20with%20command.%20One%20game.%20Eyes%20open.%20But%20damn%2C%20that%26%23039%3Bs%20how%20you%20want%20a%20season%20to%20start.D%26%23039%3BAndre%20Swift%20ran%20wild%20%E2%80%94%2018%20carries%2C%20124%20yards%2C%203%20touchdowns.%20The%20offense%20scored%20touchdowns%20on%207%20of%20their%20final%208%20real%20drives%20after%20fumbling%20away%20the%20opening%20possession.%20Once%20this%20group%20got%20rolling%2C%20Carolina%20had%20no%20answer.Now%20the%20part%20that%20keeps%20this%20Bears%20fan%20from%20popping%20champagne%3A%20the%20defense.%2037%20points%20allowed.%20478%20yards.%20361%20through%20the%20air%20to%20Bryce%20Young%2C%20who%20had%20himself%20a%20night%20%E2%80%94%2023-for-37%2C%20361%2C%203%20TDs.%20Montez%20Sweat%20said%20it%20best%20after%20the%20game%2C%20and%20I%26%23039%3Bm%20paraphrasing%20because%20I%26%23039%3Bm%20not%20putting%20words%20in%20his%20mouth%20that%20aren%26%23039%3Bt%20his%3A%20he%20basically%20said%20you%20don%26%23039%3Bt%20win%20many%20football%20games%20giving%20up%20400-ish%20yards%20through%20the%20air%20and%2040%20points%2C%20and%20he%26%23039%3Bs%20right.%20That%26%23039%3Bs%20not%20Bears%20football.%20That%26%23039%3Bs%20not%20Butkus%20and%20Urlacher%20and%20Singletary%20football.%20Da%20Bears%20defense%20has%20an%20identity%20to%20live%20up%20to%2C%20and%20Sunday%20it%20went%20missing%20for%20stretches.So%20here%26%23039%3Bs%20the%20honest%20grade%3A%20A%20on%20the%20scoreboard%2C%20A%20on%20the%20quarterback%2C%20C-minus%20on%20a%20defense%20that%20has%20real%20work%20to%20do%20before%20Soldier%20Field%26%23039%3Bs%20first%20Sunday%20of%20the%20year%20gets%20here.%20We%20are%201-0.%20We%26%23039%3Bll%20take%201-0%20with%20concerns%20over%200-1%20with%20excuses%20every%20single%20time.But%20make%20no%20mistake%20%E2%80%94%20Caleb%20Williams%20looked%20like%20the%20guy%20we%26%23039%3Bve%20been%20waiting%20on%20since%20the%20last%20time%20this%20team%20played%20meaningful%20January%20football.%20One%20game%20doesn%26%23039%3Bt%23chicagobearsd%23BearDowne%23NFLreak.%20But%20it%26%23039%3Bs%20a%20damn%20good%20start.1-0.%20Onward.%20Bear%20Down.%20%F0%9F%90%BB%F0%9F%94%A5%23chicagobears%20%23BearDown%20%23NFL%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 (opens in a new tab)<\/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 role=\"listitem\" id=\"cff_1179788338543450_122117913129336733\" class=\"cff-item cff-link-item 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<strong role=\"heading\" aria-level=\"3\"><a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" >Chicago Sports Guru<\/a><\/strong>\n\t\t\t\t<span class=\"cff-story\">  is with Chicago Cubs and Chicago White Sox at Wrigley Field.<\/span>\n\t\t\t<\/div>\n\t\t\t\n<p class=\"cff-date\" > 4 weeks 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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=yZM2CmChS0vCPmYN_2M3SA&#038;_nc_tpa=Q5bMBQKod8ToHbeJEysh9LMyZMbCp7xThz8Y9NUKpciw-UBgSfAwImM443HszcVhTATi4JQY067NSpWsgw&#038;oh=00_AQJqDT_lPlpX1N2b5pZMIpsxS9WpUnsS7p1IQXm6EyPOPA&#038;oe=6AB2F53B\">\n\t\t\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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=yZM2CmChS0vCPmYN_2M3SA&#038;_nc_tpa=Q5bMBQKod8ToHbeJEysh9LMyZMbCp7xThz8Y9NUKpciw-UBgSfAwImM443HszcVhTATi4JQY067NSpWsgw&#038;oh=00_AQJqDT_lPlpX1N2b5pZMIpsxS9WpUnsS7p1IQXm6EyPOPA&#038;oe=6AB2F53B\" title=\"Chicago Sports Guru\" alt=\"Chicago Sports Guru\" width=40 height=40><\/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 Take the Getaway Day, Spare Themselves the Ultimate Embarrassment<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Let&#039;s not pretend a series loss to the Cubs feels like anything but a series loss to the Cubs. But Wednesday afternoon at that ivy-covered tourist trap, the South Siders found some pride and walked out of Wrigley with a 3-0 shutout to avoid getting swept in the finale. Take the win. Lord knows we don&#039;t get many easy ones this year.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>This wasn&#039;t Urquidy starting and cruising. It was a bullpen game done right: Sean Newcomb opened and tossed two hitless innings, then Urquidy entered in the third and struck out eight without issuing a walk. Call it an &quot;opener,&quot; call it whatever the analytics department wants \u2014 six shutout innings of bulk relief with eight punchouts and zero walks is filthy no matter what you name it, and Urquidy walked away with the win for his trouble. Grant Taylor worked the ninth for his seventh save, and while he wasn&#039;t perfect \u2014 he issued a walk \u2014 the story of the day was simple: three Sox pitchers combined to hold Chicago&#039;s north side team to two hits all afternoon.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Clay Holmes was sharp for the Cubs too, allowing one run on six hits over 5\u2153 innings with two walks in his third start since the Cubs grabbed him at the deadline. His new teammate Tyrone Taylor, also acquired in that deal, had the Cubs&#039; only two hits\u2014 a leadoff double in the sixth that died at third base trying to advance station-to-station. That&#039;s the difference in a nutshell: the Cubs got heroics that went nowhere, the Sox got production that counted.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>**The offense did just enough, and did it late.**<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Andrew Benintendi broke the scoreless tie with an RBI single in the sixth, and Braden Montgomery \u2014 still looking like he belongs \u2014 delivered a two-run double off the glove of Michael Busch in the eighth  to put it away. Miguel Vargas chipped in two hits and scored twice. Nine hits, three runs, and for one afternoon, a lineup that didn&#039;t leave everybody on base \u2014 2-for-9 with runners in scoring position isn&#039;t a masterpiece, but it held up.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Give some credit to the glove too: Sam Antonacci made a leaping catch against the ivy to rob Alex Bregman in the seventh and keep the lead intact. That&#039;s the kind of unsexy, winning-the-margins baseball we&#039;ve been begging to see all year.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>**Let&#039;s be honest about the whole trip.**<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Monday&#039;s 7-5 and Tuesday&#039;s 4-3 were both losses that ended in Cubs walk-offs \u2014 the kind that get replayed on the back page all week. Wednesday&#039;s win snapped an eight-game losing streak for the White Sox at Wrigley Field that dated back to August 2023 \u2014 that&#039;s not a small thing, that&#039;s a long-overdue exorcism. And for the record: this brings the season series between these two clubs to 3-3 \u2014 so don&#039;t let anybody tell you the North Side owns this city. We&#039;re even, and it&#039;s still August.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Nobody remembers a random Wednesday getaway game in the standings come October. But bullpen games that work, gloves that make plays, and a losing streak at that ballpark finally put down \u2014 that&#039;s how you build something. Go Sox.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><a href=\"https:\/\/facebook.com\/488764087838644\">#whitesox<\/a> <a href=\"https:\/\/facebook.com\/501791236533691\">#wrigleyfield<\/a> <a href=\"https:\/\/facebook.com\/542168862470429\">#chicagocubs<\/a> <a href=\"https:\/\/facebook.com\/151270145036897\">#Cubs<\/a> <a href=\"https:\/\/facebook.com\/167974620020317\">#chicagowhitesox<\/a> <a href=\"https:\/\/facebook.com\/348232248618483\">#crosstown<\/a>\t\t\t<\/span>\n\t<span class=\"cff-expand\">... <button type=\"button\" class=\"cff-readmore\" aria-expanded=\"false\" style=\"color: #\"><span class=\"cff-more\">See More<\/span><span class=\"cff-less\">See Less<\/span><\/button><\/span>\n\n<\/div>\n\n\n<div class=\"cff-shared-link \" >\n\t<div class=\"cff-text-link cff-no-image\">\n\t\t\t\t\t<p class=\"cff-link-title\" >\n\t\t\t\t<a href=\"https:\/\/facebook.com\/100080969580797\" target=\"_blank\"  rel=\"nofollow noopener noreferrer\" style=\"color:#;\">Wrigley Field<\/a>\t\t\t<\/p>\n\t\t\n\t\t\t\t\t<p class=\"cff-link-caption\"  style=\"font-size:12px;\" >facebook.com<\/p>\n\t\t\n\t\t\t\t\t<span class=\"cff-post-desc\" ><\/span>\n\t\t\t\t\n\t<\/div>\n<\/div>\n\n\t<div class=\"cff-post-links\">\n\t\t\t\t\t<a class=\"cff-viewpost-facebook\" href=\"https:\/\/www.facebook.com\/1179788338543450\/posts\/122117913129336733\" title=\"View on Facebook\" target=\"_blank\" rel=\"nofollow noopener\" >View on Facebook<span class=\"cff-screenreader\"> (opens in a new tab)<\/span><\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117913129336733\" title=\"Share\" aria-expanded=\"false\" aria-haspopup=\"true\" >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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117913129336733\" 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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117913129336733\" 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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117913129336733&#038;title=%09%09%09%23%23%20Sox%20Take%20the%20Getaway%20Day%2C%20Spare%20Themselves%20the%20Ultimate%20EmbarrassmentLet%26%23039%3Bs%20not%20pretend%20a%20series%20loss%20to%20the%20Cubs%20feels%20like%20anything%20but%20a%20series%20loss%20to%20the%20Cubs.%20But%20Wednesday%20afternoon%20at%20that%20ivy-covered%20tourist%20trap%2C%20the%20South%20Siders%20found%20some%20pride%20and%20walked%20out%20of%20Wrigley%20with%20a%203-0%20shutout%20to%20avoid%20getting%20swept%20in%20the%20finale.%20Take%20the%20win.%20Lord%20knows%20we%20don%26%23039%3Bt%20get%20many%20easy%20ones%20this%20year.This%20wasn%26%23039%3Bt%20Urquidy%20starting%20and%20cruising.%20It%20was%20a%20bullpen%20game%20done%20right%3A%20Sean%20Newcomb%20opened%20and%20tossed%20two%20hitless%20innings%2C%20then%20Urquidy%20entered%20in%20the%20third%20and%20struck%20out%20eight%20without%20issuing%20a%20walk.%20Call%20it%20an%20%26quot%3Bopener%2C%26quot%3B%20call%20it%20whatever%20the%20analytics%20department%20wants%20%E2%80%94%20six%20shutout%20innings%20of%20bulk%20relief%20with%20eight%20punchouts%20and%20zero%20walks%20is%20filthy%20no%20matter%20what%20you%20name%20it%2C%20and%20Urquidy%20walked%20away%20with%20the%20win%20for%20his%20trouble.%20Grant%20Taylor%20worked%20the%20ninth%20for%20his%20seventh%20save%2C%20and%20while%20he%20wasn%26%23039%3Bt%20perfect%20%E2%80%94%20he%20issued%20a%20walk%20%E2%80%94%20the%20story%20of%20the%20day%20was%20simple%3A%20three%20Sox%20pitchers%20combined%20to%20hold%20Chicago%26%23039%3Bs%20north%20side%20team%20to%20two%20hits%20all%20afternoon.Clay%20Holmes%20was%20sharp%20for%20the%20Cubs%20too%2C%20allowing%20one%20run%20on%20six%20hits%20over%205%E2%85%93%20innings%20with%20two%20walks%20in%20his%20third%20start%20since%20the%20Cubs%20grabbed%20him%20at%20the%20deadline.%20His%20new%20teammate%20Tyrone%20Taylor%2C%20also%20acquired%20in%20that%20deal%2C%20had%20the%20Cubs%26%23039%3B%20only%20two%20hits%E2%80%94%20a%20leadoff%20double%20in%20the%20sixth%20that%20died%20at%20third%20base%20trying%20to%20advance%20station-to-station.%20That%26%23039%3Bs%20the%20difference%20in%20a%20nutshell%3A%20the%20Cubs%20got%20heroics%20that%20went%20nowhere%2C%20the%20Sox%20got%20production%20that%20counted.%2A%2AThe%20offense%20did%20just%20enough%2C%20and%20did%20it%20late.%2A%2AAndrew%20Benintendi%20broke%20the%20scoreless%20tie%20with%20an%20RBI%20single%20in%20the%20sixth%2C%20and%20Braden%20Montgomery%20%E2%80%94%20still%20looking%20like%20he%20belongs%20%E2%80%94%20delivered%20a%20two-run%20double%20off%20the%20glove%20of%20Michael%20Busch%20in%20the%20eighth%20%20to%20put%20it%20away.%20Miguel%20Vargas%20chipped%20in%20two%20hits%20and%20scored%20twice.%20Nine%20hits%2C%20three%20runs%2C%20and%20for%20one%20afternoon%2C%20a%20lineup%20that%20didn%26%23039%3Bt%20leave%20everybody%20on%20base%20%E2%80%94%202-for-9%20with%20runners%20in%20scoring%20position%20isn%26%23039%3Bt%20a%20masterpiece%2C%20but%20it%20held%20up.Give%20some%20credit%20to%20the%20glove%20too%3A%20Sam%20Antonacci%20made%20a%20leaping%20catch%20against%20the%20ivy%20to%20rob%20Alex%20Bregman%20in%20the%20seventh%20and%20keep%20the%20lead%20intact.%20That%26%23039%3Bs%20the%20kind%20of%20unsexy%2C%20winning-the-margins%20baseball%20we%26%23039%3Bve%20been%20begging%20to%20see%20all%20year.%2A%2ALet%26%23039%3Bs%20be%20honest%20about%20the%20whole%20trip.%2A%2AMonday%26%23039%3Bs%207-5%20and%20Tuesday%26%23039%3Bs%204-3%20were%20both%20losses%20that%20ended%20in%20Cubs%20walk-offs%20%E2%80%94%20the%20kind%20that%20get%20replayed%20on%20the%20back%20page%20all%20week.%20Wednesday%26%23039%3Bs%20win%20snapped%20an%20eight-game%20losing%20streak%20for%20the%20White%20Sox%20at%20Wrigley%20Field%20that%20dated%20back%20to%20August%202023%20%E2%80%94%20that%26%23039%3Bs%20not%20a%20small%20thing%2C%20that%26%23039%3Bs%20a%20long-overdue%20exorcism.%20And%20for%20the%20record%3A%20this%20brings%20the%20season%20series%20between%20these%20two%20clubs%20to%203-3%20%E2%80%94%20so%20don%26%23039%3Bt%20let%20anybody%20tell%20you%20the%20North%20Side%20owns%20this%20city.%20We%26%23039%3Bre%20even%2C%20and%20it%26%23039%3Bs%20still%20August.Nobody%20remembers%20a%20random%20Wednesday%20getaway%20game%20in%20the%20standings%20come%20October.%20But%20bullpen%20games%20that%20work%2C%20gloves%20that%20make%20plays%2C%20and%20a%20losing%20streak%20at%20that%20ballpark%20finally%20put%20down%20%E2%80%94%20that%26%23039%3Bs%20how%20you%20build%20something.%20Go%20Sox.%23whitesox%20%23wrigleyfield%20%23chicagocubs%20%23Cubs%20%23chicagowhitesox%20%23crosstown%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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117913129336733%20-%20%0A%0A%09%0A%09%09%23%23%20Sox%20Take%20the%20Getaway%20Day%2C%20Spare%20Themselves%20the%20Ultimate%20EmbarrassmentLet%26%23039%3Bs%20not%20pretend%20a%20series%20loss%20to%20the%20Cubs%20feels%20like%20anything%20but%20a%20series%20loss%20to%20the%20Cubs.%20But%20Wednesday%20afternoon%20at%20that%20ivy-covered%20tourist%20trap%2C%20the%20South%20Siders%20found%20some%20pride%20and%20walked%20out%20of%20Wrigley%20with%20a%203-0%20shutout%20to%20avoid%20getting%20swept%20in%20the%20finale.%20Take%20the%20win.%20Lord%20knows%20we%20don%26%23039%3Bt%20get%20many%20easy%20ones%20this%20year.This%20wasn%26%23039%3Bt%20Urquidy%20starting%20and%20cruising.%20It%20was%20a%20bullpen%20game%20done%20right%3A%20Sean%20Newcomb%20opened%20and%20tossed%20two%20hitless%20innings%2C%20then%20Urquidy%20entered%20in%20the%20third%20and%20struck%20out%20eight%20without%20issuing%20a%20walk.%20Call%20it%20an%20%26quot%3Bopener%2C%26quot%3B%20call%20it%20whatever%20the%20analytics%20department%20wants%20%E2%80%94%20six%20shutout%20innings%20of%20bulk%20relief%20with%20eight%20punchouts%20and%20zero%20walks%20is%20filthy%20no%20matter%20what%20you%20name%20it%2C%20and%20Urquidy%20walked%20away%20with%20the%20win%20for%20his%20trouble.%20Grant%20Taylor%20worked%20the%20ninth%20for%20his%20seventh%20save%2C%20and%20while%20he%20wasn%26%23039%3Bt%20perfect%20%E2%80%94%20he%20issued%20a%20walk%20%E2%80%94%20the%20story%20of%20the%20day%20was%20simple%3A%20three%20Sox%20pitchers%20combined%20to%20hold%20Chicago%26%23039%3Bs%20north%20side%20team%20to%20two%20hits%20all%20afternoon.Clay%20Holmes%20was%20sharp%20for%20the%20Cubs%20too%2C%20allowing%20one%20run%20on%20six%20hits%20over%205%E2%85%93%20innings%20with%20two%20walks%20in%20his%20third%20start%20since%20the%20Cubs%20grabbed%20him%20at%20the%20deadline.%20His%20new%20teammate%20Tyrone%20Taylor%2C%20also%20acquired%20in%20that%20deal%2C%20had%20the%20Cubs%26%23039%3B%20only%20two%20hits%E2%80%94%20a%20leadoff%20double%20in%20the%20sixth%20that%20died%20at%20third%20base%20trying%20to%20advance%20station-to-station.%20That%26%23039%3Bs%20the%20difference%20in%20a%20nutshell%3A%20the%20Cubs%20got%20heroics%20that%20went%20nowhere%2C%20the%20Sox%20got%20production%20that%20counted.%2A%2AThe%20offense%20did%20just%20enough%2C%20and%20did%20it%20late.%2A%2AAndrew%20Benintendi%20broke%20the%20scoreless%20tie%20with%20an%20RBI%20single%20in%20the%20sixth%2C%20and%20Braden%20Montgomery%20%E2%80%94%20still%20looking%20like%20he%20belongs%20%E2%80%94%20delivered%20a%20two-run%20double%20off%20the%20glove%20of%20Michael%20Busch%20in%20the%20eighth%20%20to%20put%20it%20away.%20Miguel%20Vargas%20chipped%20in%20two%20hits%20and%20scored%20twice.%20Nine%20hits%2C%20three%20runs%2C%20and%20for%20one%20afternoon%2C%20a%20lineup%20that%20didn%26%23039%3Bt%20leave%20everybody%20on%20base%20%E2%80%94%202-for-9%20with%20runners%20in%20scoring%20position%20isn%26%23039%3Bt%20a%20masterpiece%2C%20but%20it%20held%20up.Give%20some%20credit%20to%20the%20glove%20too%3A%20Sam%20Antonacci%20made%20a%20leaping%20catch%20against%20the%20ivy%20to%20rob%20Alex%20Bregman%20in%20the%20seventh%20and%20keep%20the%20lead%20intact.%20That%26%23039%3Bs%20the%20kind%20of%20unsexy%2C%20winning-the-margins%20baseball%20we%26%23039%3Bve%20been%20begging%20to%20see%20all%20year.%2A%2ALet%26%23039%3Bs%20be%20honest%20about%20the%20whole%20trip.%2A%2AMonday%26%23039%3Bs%207-5%20and%20Tuesday%26%23039%3Bs%204-3%20were%20both%20losses%20that%20ended%20in%20Cubs%20walk-offs%20%E2%80%94%20the%20kind%20that%20get%20replayed%20on%20the%20back%20page%20all%20week.%20Wednesday%26%23039%3Bs%20win%20snapped%20an%20eight-game%20losing%20streak%20for%20the%20White%20Sox%20at%20Wrigley%20Field%20that%20dated%20back%20to%20August%202023%20%E2%80%94%20that%26%23039%3Bs%20not%20a%20small%20thing%2C%20that%26%23039%3Bs%20a%20long-overdue%20exorcism.%20And%20for%20the%20record%3A%20this%20brings%20the%20season%20series%20between%20these%20two%20clubs%20to%203-3%20%E2%80%94%20so%20don%26%23039%3Bt%20let%20anybody%20tell%20you%20the%20North%20Side%20owns%20this%20city.%20We%26%23039%3Bre%20even%2C%20and%20it%26%23039%3Bs%20still%20August.Nobody%20remembers%20a%20random%20Wednesday%20getaway%20game%20in%20the%20standings%20come%20October.%20But%20bullpen%20games%20that%20work%2C%20gloves%20that%20make%20plays%2C%20and%20a%20losing%20streak%20at%20that%20ballpark%20finally%20put%20down%20%E2%80%94%20that%26%23039%3Bs%20how%20you%20build%20something.%20Go%20Sox.%23whitesox%20%23wrigleyfield%20%23chicagocubs%20%23Cubs%20%23chicagowhitesox%20%23crosstown%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 (opens in a new tab)<\/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 role=\"listitem\" id=\"cff_1179788338543450_122117634339336733\" class=\"cff-item cff-link-item 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<strong role=\"heading\" aria-level=\"3\"><a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" >Chicago Sports Guru<\/a><\/strong>\n\t\t\t\t<span class=\"cff-story\">  is with Chicago Blackhawks and 2 others at Wrigley Field.<\/span>\n\t\t\t<\/div>\n\t\t\t\n<p class=\"cff-date\" > 4 weeks 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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=yZM2CmChS0vCPmYN_2M3SA&#038;_nc_tpa=Q5bMBQKod8ToHbeJEysh9LMyZMbCp7xThz8Y9NUKpciw-UBgSfAwImM443HszcVhTATi4JQY067NSpWsgw&#038;oh=00_AQJqDT_lPlpX1N2b5pZMIpsxS9WpUnsS7p1IQXm6EyPOPA&#038;oe=6AB2F53B\">\n\t\t\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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=yZM2CmChS0vCPmYN_2M3SA&#038;_nc_tpa=Q5bMBQKod8ToHbeJEysh9LMyZMbCp7xThz8Y9NUKpciw-UBgSfAwImM443HszcVhTATi4JQY067NSpWsgw&#038;oh=00_AQJqDT_lPlpX1N2b5pZMIpsxS9WpUnsS7p1IQXm6EyPOPA&#038;oe=6AB2F53B\" title=\"Chicago Sports Guru\" alt=\"Chicago Sports Guru\" width=40 height=40><\/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. CUBS WIN. And Wrigley did what Wrigley does \u2014 made us sweat for it, then made it worth it.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>4-3 over the White Sox last night, and if you left before that rain delay, I&#039;m sorry, you missed one of the better Crosstown finishes we&#039;ve had in years.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Here&#039;s how it went down: PCA opens the scoring with a leadoff bomb \u2014 his SECOND straight night starting a game with a homer, because apparently subtlety isn&#039;t in his vocabulary right now. Michael Busch follows with one of his own, and just like that the Cubs have back-to-back two-homer first innings against the Sox. That&#039;s not a coincidence, that&#039;s a lineup with its foot on the gas.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Then things got shaky. Kevin Gausman \u2014 making his first start at Wrigley since we got him at the deadline \u2014 did NOT have his best stuff. Two-out singles let the Sox creep back, Munetaka Murakami turned around a pitch for his 29th homer of the year to tie it, and a couple doubles in the fourth put Chicago&#039;s other team ahead. Rough way to introduce yourself to the home crowd. Then Gausman needed a trainer visit and left in the fifth with a hand cramp. Not the debut he wanted, but hang in there \u2014 one bad Wrigley night doesn&#039;t define a deadline arm.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Give the offense credit: down 3-2, Alex Bregman comes through with a two-out knock in the seventh to tie it right back up. Bregman&#039;s been that guy for us lately, and it showed up again when it mattered most.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Then the sky opened up. Well \u2014 almost. The tarp came out before a drop even fell, the grounds crew saw the radar and wasn&#039;t taking chances. 88 minutes standing around Wrigleyville in a rain delay during a tied Crosstown game is its own special kind of baseball purgatory. The crowd stuck around anyway, because that&#039;s what we do.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>When it resumed, this is where it got fun. Bottom of the ninth: Carson Kelly leads off with a double. One out later, they put PCA on with an intentional walk \u2014 the classic set-up move. Except it set up exactly the wrong matchup, because two outs in, here comes Bregman, and he rips one back up the middle. Ballgame. Cubs win it 4-3.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>That&#039;s the Cubs&#039; 13th walkoff win at Wrigley this season, with Bregman delivering the biggest hit twice in the same game \u2014 the tying knock in the seventh AND the game-winner in the ninth. Thirteen walkoffs. That&#039;s not luck, that&#039;s a team that knows how to finish.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>On the mound, Jacob Webb was the unsung hero \u2014 scoreless, picked up the win, and now he&#039;s rolling in high-leverage innings when it matters most. Trevor Richards took the hard-luck loss for the Sox after gutting through extra work.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>We&#039;re 74-53, sitting second in the NL Central, still chasing Milwaukee, but nights like this \u2014 gritty, rain-soaked, walked-off \u2014 are exactly the kind that build something bigger down the stretch. Crosstown ain&#039;t ov<a href=\"https:\/\/facebook.com\/151270145036897\">#Cubs<\/a>t<a href=\"https:\/\/facebook.com\/628628497192426\">#FlyTheW<\/a> <a href=\"https:\/\/facebook.com\/348232248618483\">#crosstown<\/a>s<a href=\"https:\/\/facebook.com\/490803590987624\">#wrigley<\/a>n<a href=\"https:\/\/facebook.com\/488764087838644\">#whitesox<\/a>i<a href=\"https:\/\/facebook.com\/145880325577220\">#Blackhawks<\/a> it out.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Go Cubs. Fly the W. \ud83d\udc3b\ud83d\udd35<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>#Cubs #FlyTheW #Crosstown #Wrigley #whitesox #Blackhawks\t\t\t<\/span>\n\t<span class=\"cff-expand\">... <button type=\"button\" class=\"cff-readmore\" aria-expanded=\"false\" style=\"color: #\"><span class=\"cff-more\">See More<\/span><span class=\"cff-less\">See Less<\/span><\/button><\/span>\n\n<\/div>\n\n\n<div class=\"cff-shared-link \" >\n\t<div class=\"cff-text-link cff-no-image\">\n\t\t\t\t\t<p class=\"cff-link-title\" >\n\t\t\t\t<a href=\"https:\/\/facebook.com\/100080969580797\" target=\"_blank\"  rel=\"nofollow noopener noreferrer\" style=\"color:#;\">Wrigley Field<\/a>\t\t\t<\/p>\n\t\t\n\t\t\t\t\t<p class=\"cff-link-caption\"  style=\"font-size:12px;\" >facebook.com<\/p>\n\t\t\n\t\t\t\t\t<span class=\"cff-post-desc\" ><\/span>\n\t\t\t\t\n\t<\/div>\n<\/div>\n\n\t<div class=\"cff-post-links\">\n\t\t\t\t\t<a class=\"cff-viewpost-facebook\" href=\"https:\/\/www.facebook.com\/1179788338543450\/posts\/122117634339336733\" title=\"View on Facebook\" target=\"_blank\" rel=\"nofollow noopener\" >View on Facebook<span class=\"cff-screenreader\"> (opens in a new tab)<\/span><\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117634339336733\" title=\"Share\" aria-expanded=\"false\" aria-haspopup=\"true\" >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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117634339336733\" 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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117634339336733\" 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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117634339336733&#038;title=%09%09%09%F0%9F%90%BB%F0%9F%94%B5%20CUBS%20WIN.%20CUBS%20WIN.%20And%20Wrigley%20did%20what%20Wrigley%20does%20%E2%80%94%20made%20us%20sweat%20for%20it%2C%20then%20made%20it%20worth%20it.4-3%20over%20the%20White%20Sox%20last%20night%2C%20and%20if%20you%20left%20before%20that%20rain%20delay%2C%20I%26%23039%3Bm%20sorry%2C%20you%20missed%20one%20of%20the%20better%20Crosstown%20finishes%20we%26%23039%3Bve%20had%20in%20years.Here%26%23039%3Bs%20how%20it%20went%20down%3A%20PCA%20opens%20the%20scoring%20with%20a%20leadoff%20bomb%20%E2%80%94%20his%20SECOND%20straight%20night%20starting%20a%20game%20with%20a%20homer%2C%20because%20apparently%20subtlety%20isn%26%23039%3Bt%20in%20his%20vocabulary%20right%20now.%20Michael%20Busch%20follows%20with%20one%20of%20his%20own%2C%20and%20just%20like%20that%20the%20Cubs%20have%20back-to-back%20two-homer%20first%20innings%20against%20the%20Sox.%20That%26%23039%3Bs%20not%20a%20coincidence%2C%20that%26%23039%3Bs%20a%20lineup%20with%20its%20foot%20on%20the%20gas.Then%20things%20got%20shaky.%20Kevin%20Gausman%20%E2%80%94%20making%20his%20first%20start%20at%20Wrigley%20since%20we%20got%20him%20at%20the%20deadline%20%E2%80%94%20did%20NOT%20have%20his%20best%20stuff.%20Two-out%20singles%20let%20the%20Sox%20creep%20back%2C%20Munetaka%20Murakami%20turned%20around%20a%20pitch%20for%20his%2029th%20homer%20of%20the%20year%20to%20tie%20it%2C%20and%20a%20couple%20doubles%20in%20the%20fourth%20put%20Chicago%26%23039%3Bs%20other%20team%20ahead.%20Rough%20way%20to%20introduce%20yourself%20to%20the%20home%20crowd.%20Then%20Gausman%20needed%20a%20trainer%20visit%20and%20left%20in%20the%20fifth%20with%20a%20hand%20cramp.%20Not%20the%20debut%20he%20wanted%2C%20but%20hang%20in%20there%20%E2%80%94%20one%20bad%20Wrigley%20night%20doesn%26%23039%3Bt%20define%20a%20deadline%20arm.Give%20the%20offense%20credit%3A%20down%203-2%2C%20Alex%20Bregman%20comes%20through%20with%20a%20two-out%20knock%20in%20the%20seventh%20to%20tie%20it%20right%20back%20up.%20Bregman%26%23039%3Bs%20been%20that%20guy%20for%20us%20lately%2C%20and%20it%20showed%20up%20again%20when%20it%20mattered%20most.Then%20the%20sky%20opened%20up.%20Well%20%E2%80%94%20almost.%20The%20tarp%20came%20out%20before%20a%20drop%20even%20fell%2C%20the%20grounds%20crew%20saw%20the%20radar%20and%20wasn%26%23039%3Bt%20taking%20chances.%2088%20minutes%20standing%20around%20Wrigleyville%20in%20a%20rain%20delay%20during%20a%20tied%20Crosstown%20game%20is%20its%20own%20special%20kind%20of%20baseball%20purgatory.%20The%20crowd%20stuck%20around%20anyway%2C%20because%20that%26%23039%3Bs%20what%20we%20do.When%20it%20resumed%2C%20this%20is%20where%20it%20got%20fun.%20Bottom%20of%20the%20ninth%3A%20Carson%20Kelly%20leads%20off%20with%20a%20double.%20One%20out%20later%2C%20they%20put%20PCA%20on%20with%20an%20intentional%20walk%20%E2%80%94%20the%20classic%20set-up%20move.%20Except%20it%20set%20up%20exactly%20the%20wrong%20matchup%2C%20because%20two%20outs%20in%2C%20here%20comes%20Bregman%2C%20and%20he%20rips%20one%20back%20up%20the%20middle.%20Ballgame.%20Cubs%20win%20it%204-3.That%26%23039%3Bs%20the%20Cubs%26%23039%3B%2013th%20walkoff%20win%20at%20Wrigley%20this%20season%2C%20with%20Bregman%20delivering%20the%20biggest%20hit%20twice%20in%20the%20same%20game%20%E2%80%94%20the%20tying%20knock%20in%20the%20seventh%20AND%20the%20game-winner%20in%20the%20ninth.%20Thirteen%20walkoffs.%20That%26%23039%3Bs%20not%20luck%2C%20that%26%23039%3Bs%20a%20team%20that%20knows%20how%20to%20finish.On%20the%20mound%2C%20Jacob%20Webb%20was%20the%20unsung%20hero%20%E2%80%94%20scoreless%2C%20picked%20up%20the%20win%2C%20and%20now%20he%26%23039%3Bs%20rolling%20in%20high-leverage%20innings%20when%20it%20matters%20most.%20Trevor%20Richards%20took%20the%20hard-luck%20loss%20for%20the%20Sox%20after%20gutting%20through%20extra%20work.We%26%23039%3Bre%2074-53%2C%20sitting%20second%20in%20the%20NL%20Central%2C%20still%20chasing%20Milwaukee%2C%20but%20nights%20like%20this%20%E2%80%94%20gritty%2C%20rain-soaked%2C%20walked-off%20%E2%80%94%20are%20exactly%20the%20kind%20that%20build%20something%20bigger%20down%20the%20stretch.%20Crosstown%20ain%26%23039%3Bt%20ov%23Cubst%23FlyTheW%20%23crosstowns%23wrigleyn%23whitesoxi%23Blackhawks%20it%20out.Go%20Cubs.%20Fly%20the%20W.%20%F0%9F%90%BB%F0%9F%94%B5%23Cubs%20%23FlyTheW%20%23Crosstown%20%23Wrigley%20%23whitesox%20%23Blackhawks%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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117634339336733%20-%20%0A%0A%09%0A%09%09%F0%9F%90%BB%F0%9F%94%B5%20CUBS%20WIN.%20CUBS%20WIN.%20And%20Wrigley%20did%20what%20Wrigley%20does%20%E2%80%94%20made%20us%20sweat%20for%20it%2C%20then%20made%20it%20worth%20it.4-3%20over%20the%20White%20Sox%20last%20night%2C%20and%20if%20you%20left%20before%20that%20rain%20delay%2C%20I%26%23039%3Bm%20sorry%2C%20you%20missed%20one%20of%20the%20better%20Crosstown%20finishes%20we%26%23039%3Bve%20had%20in%20years.Here%26%23039%3Bs%20how%20it%20went%20down%3A%20PCA%20opens%20the%20scoring%20with%20a%20leadoff%20bomb%20%E2%80%94%20his%20SECOND%20straight%20night%20starting%20a%20game%20with%20a%20homer%2C%20because%20apparently%20subtlety%20isn%26%23039%3Bt%20in%20his%20vocabulary%20right%20now.%20Michael%20Busch%20follows%20with%20one%20of%20his%20own%2C%20and%20just%20like%20that%20the%20Cubs%20have%20back-to-back%20two-homer%20first%20innings%20against%20the%20Sox.%20That%26%23039%3Bs%20not%20a%20coincidence%2C%20that%26%23039%3Bs%20a%20lineup%20with%20its%20foot%20on%20the%20gas.Then%20things%20got%20shaky.%20Kevin%20Gausman%20%E2%80%94%20making%20his%20first%20start%20at%20Wrigley%20since%20we%20got%20him%20at%20the%20deadline%20%E2%80%94%20did%20NOT%20have%20his%20best%20stuff.%20Two-out%20singles%20let%20the%20Sox%20creep%20back%2C%20Munetaka%20Murakami%20turned%20around%20a%20pitch%20for%20his%2029th%20homer%20of%20the%20year%20to%20tie%20it%2C%20and%20a%20couple%20doubles%20in%20the%20fourth%20put%20Chicago%26%23039%3Bs%20other%20team%20ahead.%20Rough%20way%20to%20introduce%20yourself%20to%20the%20home%20crowd.%20Then%20Gausman%20needed%20a%20trainer%20visit%20and%20left%20in%20the%20fifth%20with%20a%20hand%20cramp.%20Not%20the%20debut%20he%20wanted%2C%20but%20hang%20in%20there%20%E2%80%94%20one%20bad%20Wrigley%20night%20doesn%26%23039%3Bt%20define%20a%20deadline%20arm.Give%20the%20offense%20credit%3A%20down%203-2%2C%20Alex%20Bregman%20comes%20through%20with%20a%20two-out%20knock%20in%20the%20seventh%20to%20tie%20it%20right%20back%20up.%20Bregman%26%23039%3Bs%20been%20that%20guy%20for%20us%20lately%2C%20and%20it%20showed%20up%20again%20when%20it%20mattered%20most.Then%20the%20sky%20opened%20up.%20Well%20%E2%80%94%20almost.%20The%20tarp%20came%20out%20before%20a%20drop%20even%20fell%2C%20the%20grounds%20crew%20saw%20the%20radar%20and%20wasn%26%23039%3Bt%20taking%20chances.%2088%20minutes%20standing%20around%20Wrigleyville%20in%20a%20rain%20delay%20during%20a%20tied%20Crosstown%20game%20is%20its%20own%20special%20kind%20of%20baseball%20purgatory.%20The%20crowd%20stuck%20around%20anyway%2C%20because%20that%26%23039%3Bs%20what%20we%20do.When%20it%20resumed%2C%20this%20is%20where%20it%20got%20fun.%20Bottom%20of%20the%20ninth%3A%20Carson%20Kelly%20leads%20off%20with%20a%20double.%20One%20out%20later%2C%20they%20put%20PCA%20on%20with%20an%20intentional%20walk%20%E2%80%94%20the%20classic%20set-up%20move.%20Except%20it%20set%20up%20exactly%20the%20wrong%20matchup%2C%20because%20two%20outs%20in%2C%20here%20comes%20Bregman%2C%20and%20he%20rips%20one%20back%20up%20the%20middle.%20Ballgame.%20Cubs%20win%20it%204-3.That%26%23039%3Bs%20the%20Cubs%26%23039%3B%2013th%20walkoff%20win%20at%20Wrigley%20this%20season%2C%20with%20Bregman%20delivering%20the%20biggest%20hit%20twice%20in%20the%20same%20game%20%E2%80%94%20the%20tying%20knock%20in%20the%20seventh%20AND%20the%20game-winner%20in%20the%20ninth.%20Thirteen%20walkoffs.%20That%26%23039%3Bs%20not%20luck%2C%20that%26%23039%3Bs%20a%20team%20that%20knows%20how%20to%20finish.On%20the%20mound%2C%20Jacob%20Webb%20was%20the%20unsung%20hero%20%E2%80%94%20scoreless%2C%20picked%20up%20the%20win%2C%20and%20now%20he%26%23039%3Bs%20rolling%20in%20high-leverage%20innings%20when%20it%20matters%20most.%20Trevor%20Richards%20took%20the%20hard-luck%20loss%20for%20the%20Sox%20after%20gutting%20through%20extra%20work.We%26%23039%3Bre%2074-53%2C%20sitting%20second%20in%20the%20NL%20Central%2C%20still%20chasing%20Milwaukee%2C%20but%20nights%20like%20this%20%E2%80%94%20gritty%2C%20rain-soaked%2C%20walked-off%20%E2%80%94%20are%20exactly%20the%20kind%20that%20build%20something%20bigger%20down%20the%20stretch.%20Crosstown%20ain%26%23039%3Bt%20ov%23Cubst%23FlyTheW%20%23crosstowns%23wrigleyn%23whitesoxi%23Blackhawks%20it%20out.Go%20Cubs.%20Fly%20the%20W.%20%F0%9F%90%BB%F0%9F%94%B5%23Cubs%20%23FlyTheW%20%23Crosstown%20%23Wrigley%20%23whitesox%20%23Blackhawks%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 (opens in a new tab)<\/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 role=\"listitem\" id=\"cff_1179788338543450_122117421873336733\" class=\"cff-item cff-link-item 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<strong role=\"heading\" aria-level=\"3\"><a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" >Chicago Sports Guru<\/a><\/strong>\n\t\t\t\t<span class=\"cff-story\">  is with Chicago Cubs and Chicago White Sox at Wrigley Field.<\/span>\n\t\t\t<\/div>\n\t\t\t\n<p class=\"cff-date\" > 1 month 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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=yZM2CmChS0vCPmYN_2M3SA&#038;_nc_tpa=Q5bMBQKod8ToHbeJEysh9LMyZMbCp7xThz8Y9NUKpciw-UBgSfAwImM443HszcVhTATi4JQY067NSpWsgw&#038;oh=00_AQJqDT_lPlpX1N2b5pZMIpsxS9WpUnsS7p1IQXm6EyPOPA&#038;oe=6AB2F53B\">\n\t\t\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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=yZM2CmChS0vCPmYN_2M3SA&#038;_nc_tpa=Q5bMBQKod8ToHbeJEysh9LMyZMbCp7xThz8Y9NUKpciw-UBgSfAwImM443HszcVhTATi4JQY067NSpWsgw&#038;oh=00_AQJqDT_lPlpX1N2b5pZMIpsxS9WpUnsS7p1IQXm6EyPOPA&#038;oe=6AB2F53B\" title=\"Chicago Sports Guru\" alt=\"Chicago Sports Guru\" width=40 height=40><\/a>\n\t<\/div>\n<\/div>\n\n<div class=\"cff-post-text\" >\n\t<span class=\"cff-text\" data-color=\"\">\n\t\t## PCA Does It Again: Cubs Walk Off White Sox 7-5 in Crosstown Classic Opener<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Twelve times this season, the Cubs have won it in the final at-bat. This one might be the loudest of the bunch.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Pete Crow-Armstrong led off the bottom of the tenth, saw a 2-1 slider from White Sox reliever Hagen Smith, and put it into the right-field patio for a two-run walk-off. Cubs win, 7-5. Series opener in the bag. Wrigley \u2014 an hour after first pitch turned into a Crosstown classic in the literal and figurative sense \u2014 lost its mind.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>This wasn&#039;t a clean win. It was a Cubs win, which means it came with heartburn built in.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>PCA set the tone before most fans had found their seats, leading off the first with a homer, and Seiya Suzuki followed him out of the yard back-to-back to make it 2-0 before Luis Castillo could catch his breath. But Shota Imanaga \u2014 who&#039;s quietly been must-watch theater for all the wrong reasons this year \u2014 gave it right back, serving up a three-run bomb to Randal Grichuk. That&#039;s homer number 29 allowed by Imanaga this season, one off the major-league lead. Not exactly the ace-caliber control Cubs fans were promised, and it&#039;s a problem this front office can&#039;t paper over forever.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Nico Hoerner, who&#039;s been the steadiest heartbeat on this roster all year, punched the Cubs back in front in the fifth on a tapper that turned into two runs thanks to a Miguel Vargas throwing error and Ian Happ hustling home from first. Vintage Cubs opportunism \u2014 take what the other team gives you.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Then the bullpen did what parts of this bullpen have done too often in August: Ryan Zeferjahn, an August pickup from the Angels, coughed up a pinch-hit go-ahead shot to Andrew Benintendi in the eighth. That&#039;s five runs allowed in six outings since he arrived \u2014 not the impact the front office was hoping for.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Down to their last outs in the ninth, Hoerner delivered again, an RBI single to force extras, even though the Cubs left the bases loaded with the winning run 90 feet away. Cubs fans know that flavor of anxiety in our bones.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Jacob Webb erased it in the top of the tenth \u2014 22 straight scoreless appearances now, stranding the bases loaded himself to keep it a game. Then Crow-Armstrong made sure nobody remembered the stress.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>Final line on PCA: 4-for-5, a double, two homers, three RBI, a stolen base. That&#039;s back-to-back 30-30 seasons \u2014 the first player in Cubs franchise history to do it in consecutive years. Sammy Sosa hit 30-30 twice in a Cubs uniform, but never in back-to-back seasons. This kid just did what 150-plus years of Cubs baseball hadn&#039;t seen. He&#039;s 24.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>The bigger picture is murkier \u2014 Dansby Swanson and Edward Cabrera both went to the IL Monday, and at 73-53 the Cubs still trail Milwaukee by five games with six weeks to go. But for one night at Wrigley, none of that mattered. Just PCA, a curtain call, and a city that got to<a href=\"https:\/\/facebook.com\/115788078608424\">#GoCubsGo<\/a>d<a href=\"https:\/\/facebook.com\/628628497192426\">#FlyTheW<\/a>u<a href=\"https:\/\/facebook.com\/542168862470429\">#chicagocubs<\/a>a<a href=\"https:\/\/facebook.com\/151270145036897\">#Cubs<\/a> <a href=\"https:\/\/facebook.com\/488764087838644\">#whitesox<\/a>\ud83d\udc3b<a href=\"https:\/\/facebook.com\/167974620020317\">#chicagowhitesox<\/a>T<a href=\"https:\/\/facebook.com\/480675418654778\">#walkoff<\/a>c<a href=\"https:\/\/facebook.com\/509461909092419\">#PCA<\/a>ubs #Cubs #whitesox #chicagowhitesox #walkoff #PCA\t\t\t<\/span>\n\t<span class=\"cff-expand\">... <button type=\"button\" class=\"cff-readmore\" aria-expanded=\"false\" style=\"color: #\"><span class=\"cff-more\">See More<\/span><span class=\"cff-less\">See Less<\/span><\/button><\/span>\n\n<\/div>\n\n\n<div class=\"cff-shared-link \" >\n\t<div class=\"cff-text-link cff-no-image\">\n\t\t\t\t\t<p class=\"cff-link-title\" >\n\t\t\t\t<a href=\"https:\/\/facebook.com\/100080969580797\" target=\"_blank\"  rel=\"nofollow noopener noreferrer\" style=\"color:#;\">Wrigley Field<\/a>\t\t\t<\/p>\n\t\t\n\t\t\t\t\t<p class=\"cff-link-caption\"  style=\"font-size:12px;\" >facebook.com<\/p>\n\t\t\n\t\t\t\t\t<span class=\"cff-post-desc\" ><\/span>\n\t\t\t\t\n\t<\/div>\n<\/div>\n\n\t<div class=\"cff-post-links\">\n\t\t\t\t\t<a class=\"cff-viewpost-facebook\" href=\"https:\/\/www.facebook.com\/1179788338543450\/posts\/122117421873336733\" title=\"View on Facebook\" target=\"_blank\" rel=\"nofollow noopener\" >View on Facebook<span class=\"cff-screenreader\"> (opens in a new tab)<\/span><\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117421873336733\" title=\"Share\" aria-expanded=\"false\" aria-haspopup=\"true\" >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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117421873336733\" 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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117421873336733\" 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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117421873336733&#038;title=%09%09%09%23%23%20PCA%20Does%20It%20Again%3A%20Cubs%20Walk%20Off%20White%20Sox%207-5%20in%20Crosstown%20Classic%20OpenerTwelve%20times%20this%20season%2C%20the%20Cubs%20have%20won%20it%20in%20the%20final%20at-bat.%20This%20one%20might%20be%20the%20loudest%20of%20the%20bunch.Pete%20Crow-Armstrong%20led%20off%20the%20bottom%20of%20the%20tenth%2C%20saw%20a%202-1%20slider%20from%20White%20Sox%20reliever%20Hagen%20Smith%2C%20and%20put%20it%20into%20the%20right-field%20patio%20for%20a%20two-run%20walk-off.%20Cubs%20win%2C%207-5.%20Series%20opener%20in%20the%20bag.%20Wrigley%20%E2%80%94%20an%20hour%20after%20first%20pitch%20turned%20into%20a%20Crosstown%20classic%20in%20the%20literal%20and%20figurative%20sense%20%E2%80%94%20lost%20its%20mind.This%20wasn%26%23039%3Bt%20a%20clean%20win.%20It%20was%20a%20Cubs%20win%2C%20which%20means%20it%20came%20with%20heartburn%20built%20in.PCA%20set%20the%20tone%20before%20most%20fans%20had%20found%20their%20seats%2C%20leading%20off%20the%20first%20with%20a%20homer%2C%20and%20Seiya%20Suzuki%20followed%20him%20out%20of%20the%20yard%20back-to-back%20to%20make%20it%202-0%20before%20Luis%20Castillo%20could%20catch%20his%20breath.%20But%20Shota%20Imanaga%20%E2%80%94%20who%26%23039%3Bs%20quietly%20been%20must-watch%20theater%20for%20all%20the%20wrong%20reasons%20this%20year%20%E2%80%94%20gave%20it%20right%20back%2C%20serving%20up%20a%20three-run%20bomb%20to%20Randal%20Grichuk.%20That%26%23039%3Bs%20homer%20number%2029%20allowed%20by%20Imanaga%20this%20season%2C%20one%20off%20the%20major-league%20lead.%20Not%20exactly%20the%20ace-caliber%20control%20Cubs%20fans%20were%20promised%2C%20and%20it%26%23039%3Bs%20a%20problem%20this%20front%20office%20can%26%23039%3Bt%20paper%20over%20forever.Nico%20Hoerner%2C%20who%26%23039%3Bs%20been%20the%20steadiest%20heartbeat%20on%20this%20roster%20all%20year%2C%20punched%20the%20Cubs%20back%20in%20front%20in%20the%20fifth%20on%20a%20tapper%20that%20turned%20into%20two%20runs%20thanks%20to%20a%20Miguel%20Vargas%20throwing%20error%20and%20Ian%20Happ%20hustling%20home%20from%20first.%20Vintage%20Cubs%20opportunism%20%E2%80%94%20take%20what%20the%20other%20team%20gives%20you.Then%20the%20bullpen%20did%20what%20parts%20of%20this%20bullpen%20have%20done%20too%20often%20in%20August%3A%20Ryan%20Zeferjahn%2C%20an%20August%20pickup%20from%20the%20Angels%2C%20coughed%20up%20a%20pinch-hit%20go-ahead%20shot%20to%20Andrew%20Benintendi%20in%20the%20eighth.%20That%26%23039%3Bs%20five%20runs%20allowed%20in%20six%20outings%20since%20he%20arrived%20%E2%80%94%20not%20the%20impact%20the%20front%20office%20was%20hoping%20for.Down%20to%20their%20last%20outs%20in%20the%20ninth%2C%20Hoerner%20delivered%20again%2C%20an%20RBI%20single%20to%20force%20extras%2C%20even%20though%20the%20Cubs%20left%20the%20bases%20loaded%20with%20the%20winning%20run%2090%20feet%20away.%20Cubs%20fans%20know%20that%20flavor%20of%20anxiety%20in%20our%20bones.Jacob%20Webb%20erased%20it%20in%20the%20top%20of%20the%20tenth%20%E2%80%94%2022%20straight%20scoreless%20appearances%20now%2C%20stranding%20the%20bases%20loaded%20himself%20to%20keep%20it%20a%20game.%20Then%20Crow-Armstrong%20made%20sure%20nobody%20remembered%20the%20stress.Final%20line%20on%20PCA%3A%204-for-5%2C%20a%20double%2C%20two%20homers%2C%20three%20RBI%2C%20a%20stolen%20base.%20That%26%23039%3Bs%20back-to-back%2030-30%20seasons%20%E2%80%94%20the%20first%20player%20in%20Cubs%20franchise%20history%20to%20do%20it%20in%20consecutive%20years.%20Sammy%20Sosa%20hit%2030-30%20twice%20in%20a%20Cubs%20uniform%2C%20but%20never%20in%20back-to-back%20seasons.%20This%20kid%20just%20did%20what%20150-plus%20years%20of%20Cubs%20baseball%20hadn%26%23039%3Bt%20seen.%20He%26%23039%3Bs%2024.The%20bigger%20picture%20is%20murkier%20%E2%80%94%20Dansby%20Swanson%20and%20Edward%20Cabrera%20both%20went%20to%20the%20IL%20Monday%2C%20and%20at%2073-53%20the%20Cubs%20still%20trail%20Milwaukee%20by%20five%20games%20with%20six%20weeks%20to%20go.%20But%20for%20one%20night%20at%20Wrigley%2C%20none%20of%20that%20mattered.%20Just%20PCA%2C%20a%20curtain%20call%2C%20and%20a%20city%20that%20got%20to%23GoCubsGod%23FlyTheWu%23chicagocubsa%23Cubs%20%23whitesox%F0%9F%90%BB%23chicagowhitesoxT%23walkoffc%23PCAubs%20%23Cubs%20%23whitesox%20%23chicagowhitesox%20%23walkoff%20%23PCA%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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450%2Fposts%2F122117421873336733%20-%20%0A%0A%09%0A%09%09%23%23%20PCA%20Does%20It%20Again%3A%20Cubs%20Walk%20Off%20White%20Sox%207-5%20in%20Crosstown%20Classic%20OpenerTwelve%20times%20this%20season%2C%20the%20Cubs%20have%20won%20it%20in%20the%20final%20at-bat.%20This%20one%20might%20be%20the%20loudest%20of%20the%20bunch.Pete%20Crow-Armstrong%20led%20off%20the%20bottom%20of%20the%20tenth%2C%20saw%20a%202-1%20slider%20from%20White%20Sox%20reliever%20Hagen%20Smith%2C%20and%20put%20it%20into%20the%20right-field%20patio%20for%20a%20two-run%20walk-off.%20Cubs%20win%2C%207-5.%20Series%20opener%20in%20the%20bag.%20Wrigley%20%E2%80%94%20an%20hour%20after%20first%20pitch%20turned%20into%20a%20Crosstown%20classic%20in%20the%20literal%20and%20figurative%20sense%20%E2%80%94%20lost%20its%20mind.This%20wasn%26%23039%3Bt%20a%20clean%20win.%20It%20was%20a%20Cubs%20win%2C%20which%20means%20it%20came%20with%20heartburn%20built%20in.PCA%20set%20the%20tone%20before%20most%20fans%20had%20found%20their%20seats%2C%20leading%20off%20the%20first%20with%20a%20homer%2C%20and%20Seiya%20Suzuki%20followed%20him%20out%20of%20the%20yard%20back-to-back%20to%20make%20it%202-0%20before%20Luis%20Castillo%20could%20catch%20his%20breath.%20But%20Shota%20Imanaga%20%E2%80%94%20who%26%23039%3Bs%20quietly%20been%20must-watch%20theater%20for%20all%20the%20wrong%20reasons%20this%20year%20%E2%80%94%20gave%20it%20right%20back%2C%20serving%20up%20a%20three-run%20bomb%20to%20Randal%20Grichuk.%20That%26%23039%3Bs%20homer%20number%2029%20allowed%20by%20Imanaga%20this%20season%2C%20one%20off%20the%20major-league%20lead.%20Not%20exactly%20the%20ace-caliber%20control%20Cubs%20fans%20were%20promised%2C%20and%20it%26%23039%3Bs%20a%20problem%20this%20front%20office%20can%26%23039%3Bt%20paper%20over%20forever.Nico%20Hoerner%2C%20who%26%23039%3Bs%20been%20the%20steadiest%20heartbeat%20on%20this%20roster%20all%20year%2C%20punched%20the%20Cubs%20back%20in%20front%20in%20the%20fifth%20on%20a%20tapper%20that%20turned%20into%20two%20runs%20thanks%20to%20a%20Miguel%20Vargas%20throwing%20error%20and%20Ian%20Happ%20hustling%20home%20from%20first.%20Vintage%20Cubs%20opportunism%20%E2%80%94%20take%20what%20the%20other%20team%20gives%20you.Then%20the%20bullpen%20did%20what%20parts%20of%20this%20bullpen%20have%20done%20too%20often%20in%20August%3A%20Ryan%20Zeferjahn%2C%20an%20August%20pickup%20from%20the%20Angels%2C%20coughed%20up%20a%20pinch-hit%20go-ahead%20shot%20to%20Andrew%20Benintendi%20in%20the%20eighth.%20That%26%23039%3Bs%20five%20runs%20allowed%20in%20six%20outings%20since%20he%20arrived%20%E2%80%94%20not%20the%20impact%20the%20front%20office%20was%20hoping%20for.Down%20to%20their%20last%20outs%20in%20the%20ninth%2C%20Hoerner%20delivered%20again%2C%20an%20RBI%20single%20to%20force%20extras%2C%20even%20though%20the%20Cubs%20left%20the%20bases%20loaded%20with%20the%20winning%20run%2090%20feet%20away.%20Cubs%20fans%20know%20that%20flavor%20of%20anxiety%20in%20our%20bones.Jacob%20Webb%20erased%20it%20in%20the%20top%20of%20the%20tenth%20%E2%80%94%2022%20straight%20scoreless%20appearances%20now%2C%20stranding%20the%20bases%20loaded%20himself%20to%20keep%20it%20a%20game.%20Then%20Crow-Armstrong%20made%20sure%20nobody%20remembered%20the%20stress.Final%20line%20on%20PCA%3A%204-for-5%2C%20a%20double%2C%20two%20homers%2C%20three%20RBI%2C%20a%20stolen%20base.%20That%26%23039%3Bs%20back-to-back%2030-30%20seasons%20%E2%80%94%20the%20first%20player%20in%20Cubs%20franchise%20history%20to%20do%20it%20in%20consecutive%20years.%20Sammy%20Sosa%20hit%2030-30%20twice%20in%20a%20Cubs%20uniform%2C%20but%20never%20in%20back-to-back%20seasons.%20This%20kid%20just%20did%20what%20150-plus%20years%20of%20Cubs%20baseball%20hadn%26%23039%3Bt%20seen.%20He%26%23039%3Bs%2024.The%20bigger%20picture%20is%20murkier%20%E2%80%94%20Dansby%20Swanson%20and%20Edward%20Cabrera%20both%20went%20to%20the%20IL%20Monday%2C%20and%20at%2073-53%20the%20Cubs%20still%20trail%20Milwaukee%20by%20five%20games%20with%20six%20weeks%20to%20go.%20But%20for%20one%20night%20at%20Wrigley%2C%20none%20of%20that%20mattered.%20Just%20PCA%2C%20a%20curtain%20call%2C%20and%20a%20city%20that%20got%20to%23GoCubsGod%23FlyTheWu%23chicagocubsa%23Cubs%20%23whitesox%F0%9F%90%BB%23chicagowhitesoxT%23walkoffc%23PCAubs%20%23Cubs%20%23whitesox%20%23chicagowhitesox%20%23walkoff%20%23PCA%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 (opens in a new tab)<\/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 role=\"listitem\" id=\"cff_1179788338543450_122117340183336733\" class=\"cff-item cff-link-item 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<strong role=\"heading\" aria-level=\"3\"><a href=\"https:\/\/facebook.com\/1179788338543450\" target=\"_blank\" rel=\"nofollow noopener\" >Chicago Sports Guru<\/a><\/strong>\n\t\t\t\t<span class=\"cff-story\">  is with Chicago Cubs and Chicago White Sox at Wrigley Field.<\/span>\n\t\t\t<\/div>\n\t\t\t\n<p class=\"cff-date\" > 1 month 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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=yZM2CmChS0vCPmYN_2M3SA&#038;_nc_tpa=Q5bMBQKod8ToHbeJEysh9LMyZMbCp7xThz8Y9NUKpciw-UBgSfAwImM443HszcVhTATi4JQY067NSpWsgw&#038;oh=00_AQJqDT_lPlpX1N2b5pZMIpsxS9WpUnsS7p1IQXm6EyPOPA&#038;oe=6AB2F53B\">\n\t\t\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=5Kj3FRAgV3MQ7kNvwF258-g&#038;_nc_oc=Adrtxl9Xu1TVWy8JSPW00jVUxHcw0z-ibqycjxdpFZBXdrMck8mOKixU4E_-FY6lOVMe76r65ZNcf6W4xegThKYW&#038;_nc_zt=24&#038;_nc_ht=scontent-det1-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=yZM2CmChS0vCPmYN_2M3SA&#038;_nc_tpa=Q5bMBQKod8ToHbeJEysh9LMyZMbCp7xThz8Y9NUKpciw-UBgSfAwImM443HszcVhTATi4JQY067NSpWsgw&#038;oh=00_AQJqDT_lPlpX1N2b5pZMIpsxS9WpUnsS7p1IQXm6EyPOPA&#038;oe=6AB2F53B\" title=\"Chicago Sports Guru\" alt=\"Chicago Sports Guru\" width=40 height=40><\/a>\n\t<\/div>\n<\/div>\n\n<div class=\"cff-post-text\" >\n\t<span class=\"cff-text\" data-color=\"\">\n\t\t# Crosstown Chaos: Sox Come to the Friendly Confines With Both Sides Chasing October<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>There&#039;s a version of this rivalry that&#039;s just civic theater \u2014 bragging rights, a trophy nobody outside city limits cares about, a chance for CTA riders to talk trash on the Red Line. This isn&#039;t that year. Both of these teams are legitimately building playoff resumes, and that alone makes this the highest-stakes Cubs-Sox matchup since the two clubs met in the 1906 World Series \u2014 the only time these franchises have ever collided in October. That Cubs team went a ridiculous 116-36, capping it with a 48-6 tear to close the season, a modern win total nobody matched until the 2001 Mariners. Didn&#039;t matter. The White Sox, riding an 18-game surge and a team ERA around 2.13, stole it in six games anyway. That&#039;s the wound this rivalry was built on, and 120 years later it still hasn&#039;t fully closed.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>**So how&#039;d we get here?** The Sox are the story of the American League \u2014 65-58 and sitting in **first place** in the AL Central, up 5\u00bd games on Detroit, a stunning turnaround after a 102-loss teardown of a season in 2025. Nobody outside 35th Street saw that coming, and they&#039;re rolling into Wrigley off a sweep of the Tigers. Meanwhile the Cubs, at 72-53, were flying \u2014 nine wins in twelve, closing to within three of the Brewers \u2014 before the Cardinals did what Cardinals do this weekend at Wrigley, taking two of three. Sunday was the low point: an 11-4 loss, right-hander Edward Cabrera getting rocked for seven runs in 3\u2154 innings in his return from a hamstring strain, and worse, Dansby Swanson leaving with a left oblique injury on a third-inning swing. He&#039;s headed to the 10-day IL with an MRI pending. That Cubs cushion over Milwaukee is back out to five games with under 40 to play \u2014 the kind of number that keeps a fanbase up at night. We know that feeling. We&#039;ve built entire personalities around that feeling.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>**The Swanson hole.** This isn&#039;t a bench guy missing time \u2014 Swanson has started 119 of the Cubs&#039; 125 games this year and has played in at least 147 in each of his three full seasons on the North Side. Nico Hoerner slides over to shortstop to cover, with rookie Pedro Ramirez expected to soak up most of the reps at second. Counsell&#039;s right that &quot;there&#039;s no replacing Dansby,&quot; but this is exactly the kind of stretch where organizational depth either shows up or it doesn&#039;t.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>**The rematch.** Back in May at Rate Field, the Sox took two of three off the Cubs, capped by a 9-8 win in the finale \u2014 an early signal that this South Side team wasn&#039;t the pushover everyone had penciled in. Chicago owes them one, and with both AL and NL Central races tightening, this set carries real playoff-race weight on top of the usual pride.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>**The matchups:**<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>- **Mon, Aug 17 \u2013 8:05 PM ET:** Shota Imanaga (8-9, 3.74 ERA, 130 K) vs. Luis Castillo (4-9, 4.96 ERA, 101 K). Imanaga&#039;s been the steadiest arm in this rotation all year, and with the bullpen and defense adjusting to life without Swanson, this is exactly the kind of start where his command matters most.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>- **Tue, Aug 18 \u2013 8:05 PM ET:** Kevin Gausman (6-11, 4.53 ERA, 138 K) vs. TBD. Gausman, one of the two big rotation pickups the Cubs landed ahead of the August 3 trade deadline (along with Clay Holmes, from Toronto and the Mets respectively), against a Sox lineup that&#039;s been punishing mistakes all summer. National TV window on TBS.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>- **Wed, Aug 19 \u2013 2:20 PM ET, getaway day:** Clay Holmes (5-5, 2.56 ERA, 49 K) vs. TBD. Holmes has been the best of the three ERA-wise since arriving, and closing a series like this on a good note matters heading into the stretch run.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>**What I&#039;m watching for:** Whether the deadline pitching additions \u2014 Gausman and Holmes specifically \u2014 look like the difference-makers Jed Hoyer bet on when he moved prospects to get them. And whether Hoerner and Ramirez can keep the infield defense from bleeding runs while Swanson&#039;s out, because that defense has been a real strength all season.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/>**My take:** Cubs take two of three. Imanaga sets the tone Monday, the new arms prove their worth Tuesday and Wednesday, and Wrigley reminds everybody why the North Side owns this city even when the standings say the Sox have earned some respect this year. Go Cubs.<img class=\"cff-linebreak\" alt=\"\" aria-hidden=\"true\" \/><a href=\"https:\/\/facebook.com\/115788078608424\">#GoCubsGo<\/a> #ChicagoCubs <a href=\"https:\/\/facebook.com\/167974620020317\">#chicagowhitesox<\/a> <a href=\"https:\/\/facebook.com\/488764087838644\">#whitesox<\/a> <a href=\"https:\/\/facebook.com\/501791236533691\">#wrigleyfield<\/a>\t\t\t<\/span>\n\t<span class=\"cff-expand\">... <button type=\"button\" class=\"cff-readmore\" aria-expanded=\"false\" style=\"color: #\"><span class=\"cff-more\">See More<\/span><span class=\"cff-less\">See Less<\/span><\/button><\/span>\n\n<\/div>\n\n\n<div class=\"cff-shared-link \" >\n\t<div class=\"cff-text-link cff-no-image\">\n\t\t\t\t\t<p class=\"cff-link-title\" >\n\t\t\t\t<a href=\"https:\/\/media4.giphy.com\/media\/v1.Y2lkPTEyMGMwMTQ3Z2x4bmJraHJpZWpweWJyNjA2cTU3Z2Mwenk0b2Rsd21kaG9hNHdlNCZlcD12MV9naWZzX3NlYXJjaCZjdD1n\/26hirEPeos6yugLDO\/giphy.gif\" target=\"_blank\"  rel=\"nofollow noopener noreferrer\" style=\"color:#;\">media4.giphy.com<\/a>\t\t\t<\/p>\n\t\t\n\t\t\t\t\t<p class=\"cff-link-caption\"  style=\"font-size:12px;\" >media4.giphy.com<\/p>\n\t\t\n\t\t\t\t\t<span class=\"cff-post-desc\" ><\/span>\n\t\t\t\t\n\t<\/div>\n<\/div>\n\n\t<div class=\"cff-post-links\">\n\t\t\t\t\t<a class=\"cff-viewpost-facebook\" href=\"https:\/\/www.facebook.com\/1179788338543450_122117340183336733\" title=\"View on Facebook\" target=\"_blank\" rel=\"nofollow noopener\" >View on Facebook<span class=\"cff-screenreader\"> (opens in a new tab)<\/span><\/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%2Fwww.facebook.com%2F1179788338543450_122117340183336733\" title=\"Share\" aria-expanded=\"false\" aria-haspopup=\"true\" >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%2Fwww.facebook.com%2F1179788338543450_122117340183336733\" 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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450_122117340183336733\" 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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450_122117340183336733&#038;title=%09%09%09%23%20Crosstown%20Chaos%3A%20Sox%20Come%20to%20the%20Friendly%20Confines%20With%20Both%20Sides%20Chasing%20OctoberThere%26%23039%3Bs%20a%20version%20of%20this%20rivalry%20that%26%23039%3Bs%20just%20civic%20theater%20%E2%80%94%20bragging%20rights%2C%20a%20trophy%20nobody%20outside%20city%20limits%20cares%20about%2C%20a%20chance%20for%20CTA%20riders%20to%20talk%20trash%20on%20the%20Red%20Line.%20This%20isn%26%23039%3Bt%20that%20year.%20Both%20of%20these%20teams%20are%20legitimately%20building%20playoff%20resumes%2C%20and%20that%20alone%20makes%20this%20the%20highest-stakes%20Cubs-Sox%20matchup%20since%20the%20two%20clubs%20met%20in%20the%201906%20World%20Series%20%E2%80%94%20the%20only%20time%20these%20franchises%20have%20ever%20collided%20in%20October.%20That%20Cubs%20team%20went%20a%20ridiculous%20116-36%2C%20capping%20it%20with%20a%2048-6%20tear%20to%20close%20the%20season%2C%20a%20modern%20win%20total%20nobody%20matched%20until%20the%202001%20Mariners.%20Didn%26%23039%3Bt%20matter.%20The%20White%20Sox%2C%20riding%20an%2018-game%20surge%20and%20a%20team%20ERA%20around%202.13%2C%20stole%20it%20in%20six%20games%20anyway.%20That%26%23039%3Bs%20the%20wound%20this%20rivalry%20was%20built%20on%2C%20and%20120%20years%20later%20it%20still%20hasn%26%23039%3Bt%20fully%20closed.%2A%2ASo%20how%26%23039%3Bd%20we%20get%20here%3F%2A%2A%20The%20Sox%20are%20the%20story%20of%20the%20American%20League%20%E2%80%94%2065-58%20and%20sitting%20in%20%2A%2Afirst%20place%2A%2A%20in%20the%20AL%20Central%2C%20up%205%C2%BD%20games%20on%20Detroit%2C%20a%20stunning%20turnaround%20after%20a%20102-loss%20teardown%20of%20a%20season%20in%202025.%20Nobody%20outside%2035th%20Street%20saw%20that%20coming%2C%20and%20they%26%23039%3Bre%20rolling%20into%20Wrigley%20off%20a%20sweep%20of%20the%20Tigers.%20Meanwhile%20the%20Cubs%2C%20at%2072-53%2C%20were%20flying%20%E2%80%94%20nine%20wins%20in%20twelve%2C%20closing%20to%20within%20three%20of%20the%20Brewers%20%E2%80%94%20before%20the%20Cardinals%20did%20what%20Cardinals%20do%20this%20weekend%20at%20Wrigley%2C%20taking%20two%20of%20three.%20Sunday%20was%20the%20low%20point%3A%20an%2011-4%20loss%2C%20right-hander%20Edward%20Cabrera%20getting%20rocked%20for%20seven%20runs%20in%203%E2%85%94%20innings%20in%20his%20return%20from%20a%20hamstring%20strain%2C%20and%20worse%2C%20Dansby%20Swanson%20leaving%20with%20a%20left%20oblique%20injury%20on%20a%20third-inning%20swing.%20He%26%23039%3Bs%20headed%20to%20the%2010-day%20IL%20with%20an%20MRI%20pending.%20That%20Cubs%20cushion%20over%20Milwaukee%20is%20back%20out%20to%20five%20games%20with%20under%2040%20to%20play%20%E2%80%94%20the%20kind%20of%20number%20that%20keeps%20a%20fanbase%20up%20at%20night.%20We%20know%20that%20feeling.%20We%26%23039%3Bve%20built%20entire%20personalities%20around%20that%20feeling.%2A%2AThe%20Swanson%20hole.%2A%2A%20This%20isn%26%23039%3Bt%20a%20bench%20guy%20missing%20time%20%E2%80%94%20Swanson%20has%20started%20119%20of%20the%20Cubs%26%23039%3B%20125%20games%20this%20year%20and%20has%20played%20in%20at%20least%20147%20in%20each%20of%20his%20three%20full%20seasons%20on%20the%20North%20Side.%20Nico%20Hoerner%20slides%20over%20to%20shortstop%20to%20cover%2C%20with%20rookie%20Pedro%20Ramirez%20expected%20to%20soak%20up%20most%20of%20the%20reps%20at%20second.%20Counsell%26%23039%3Bs%20right%20that%20%26quot%3Bthere%26%23039%3Bs%20no%20replacing%20Dansby%2C%26quot%3B%20but%20this%20is%20exactly%20the%20kind%20of%20stretch%20where%20organizational%20depth%20either%20shows%20up%20or%20it%20doesn%26%23039%3Bt.%2A%2AThe%20rematch.%2A%2A%20Back%20in%20May%20at%20Rate%20Field%2C%20the%20Sox%20took%20two%20of%20three%20off%20the%20Cubs%2C%20capped%20by%20a%209-8%20win%20in%20the%20finale%20%E2%80%94%20an%20early%20signal%20that%20this%20South%20Side%20team%20wasn%26%23039%3Bt%20the%20pushover%20everyone%20had%20penciled%20in.%20Chicago%20owes%20them%20one%2C%20and%20with%20both%20AL%20and%20NL%20Central%20races%20tightening%2C%20this%20set%20carries%20real%20playoff-race%20weight%20on%20top%20of%20the%20usual%20pride.%2A%2AThe%20matchups%3A%2A%2A-%20%2A%2AMon%2C%20Aug%2017%20%E2%80%93%208%3A05%20PM%20ET%3A%2A%2A%20Shota%20Imanaga%20%288-9%2C%203.74%20ERA%2C%20130%20K%29%20vs.%20Luis%20Castillo%20%284-9%2C%204.96%20ERA%2C%20101%20K%29.%20Imanaga%26%23039%3Bs%20been%20the%20steadiest%20arm%20in%20this%20rotation%20all%20year%2C%20and%20with%20the%20bullpen%20and%20defense%20adjusting%20to%20life%20without%20Swanson%2C%20this%20is%20exactly%20the%20kind%20of%20start%20where%20his%20command%20matters%20most.-%20%2A%2ATue%2C%20Aug%2018%20%E2%80%93%208%3A05%20PM%20ET%3A%2A%2A%20Kevin%20Gausman%20%286-11%2C%204.53%20ERA%2C%20138%20K%29%20vs.%20TBD.%20Gausman%2C%20one%20of%20the%20two%20big%20rotation%20pickups%20the%20Cubs%20landed%20ahead%20of%20the%20August%203%20trade%20deadline%20%28along%20with%20Clay%20Holmes%2C%20from%20Toronto%20and%20the%20Mets%20respectively%29%2C%20against%20a%20Sox%20lineup%20that%26%23039%3Bs%20been%20punishing%20mistakes%20all%20summer.%20National%20TV%20window%20on%20TBS.-%20%2A%2AWed%2C%20Aug%2019%20%E2%80%93%202%3A20%20PM%20ET%2C%20getaway%20day%3A%2A%2A%20Clay%20Holmes%20%285-5%2C%202.56%20ERA%2C%2049%20K%29%20vs.%20TBD.%20Holmes%20has%20been%20the%20best%20of%20the%20three%20ERA-wise%20since%20arriving%2C%20and%20closing%20a%20series%20like%20this%20on%20a%20good%20note%20matters%20heading%20into%20the%20stretch%20run.%2A%2AWhat%20I%26%23039%3Bm%20watching%20for%3A%2A%2A%20Whether%20the%20deadline%20pitching%20additions%20%E2%80%94%20Gausman%20and%20Holmes%20specifically%20%E2%80%94%20look%20like%20the%20difference-makers%20Jed%20Hoyer%20bet%20on%20when%20he%20moved%20prospects%20to%20get%20them.%20And%20whether%20Hoerner%20and%20Ramirez%20can%20keep%20the%20infield%20defense%20from%20bleeding%20runs%20while%20Swanson%26%23039%3Bs%20out%2C%20because%20that%20defense%20has%20been%20a%20real%20strength%20all%20season.%2A%2AMy%20take%3A%2A%2A%20Cubs%20take%20two%20of%20three.%20Imanaga%20sets%20the%20tone%20Monday%2C%20the%20new%20arms%20prove%20their%20worth%20Tuesday%20and%20Wednesday%2C%20and%20Wrigley%20reminds%20everybody%20why%20the%20North%20Side%20owns%20this%20city%20even%20when%20the%20standings%20say%20the%20Sox%20have%20earned%20some%20respect%20this%20year.%20Go%20Cubs.%23GoCubsGo%20%23ChicagoCubs%20%23chicagowhitesox%20%23whitesox%20%23wrigleyfield%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 (opens in a new tab)<\/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%2Fwww.facebook.com%2F1179788338543450_122117340183336733%20-%20%0A%0A%09%0A%09%09%23%20Crosstown%20Chaos%3A%20Sox%20Come%20to%20the%20Friendly%20Confines%20With%20Both%20Sides%20Chasing%20OctoberThere%26%23039%3Bs%20a%20version%20of%20this%20rivalry%20that%26%23039%3Bs%20just%20civic%20theater%20%E2%80%94%20bragging%20rights%2C%20a%20trophy%20nobody%20outside%20city%20limits%20cares%20about%2C%20a%20chance%20for%20CTA%20riders%20to%20talk%20trash%20on%20the%20Red%20Line.%20This%20isn%26%23039%3Bt%20that%20year.%20Both%20of%20these%20teams%20are%20legitimately%20building%20playoff%20resumes%2C%20and%20that%20alone%20makes%20this%20the%20highest-stakes%20Cubs-Sox%20matchup%20since%20the%20two%20clubs%20met%20in%20the%201906%20World%20Series%20%E2%80%94%20the%20only%20time%20these%20franchises%20have%20ever%20collided%20in%20October.%20That%20Cubs%20team%20went%20a%20ridiculous%20116-36%2C%20capping%20it%20with%20a%2048-6%20tear%20to%20close%20the%20season%2C%20a%20modern%20win%20total%20nobody%20matched%20until%20the%202001%20Mariners.%20Didn%26%23039%3Bt%20matter.%20The%20White%20Sox%2C%20riding%20an%2018-game%20surge%20and%20a%20team%20ERA%20around%202.13%2C%20stole%20it%20in%20six%20games%20anyway.%20That%26%23039%3Bs%20the%20wound%20this%20rivalry%20was%20built%20on%2C%20and%20120%20years%20later%20it%20still%20hasn%26%23039%3Bt%20fully%20closed.%2A%2ASo%20how%26%23039%3Bd%20we%20get%20here%3F%2A%2A%20The%20Sox%20are%20the%20story%20of%20the%20American%20League%20%E2%80%94%2065-58%20and%20sitting%20in%20%2A%2Afirst%20place%2A%2A%20in%20the%20AL%20Central%2C%20up%205%C2%BD%20games%20on%20Detroit%2C%20a%20stunning%20turnaround%20after%20a%20102-loss%20teardown%20of%20a%20season%20in%202025.%20Nobody%20outside%2035th%20Street%20saw%20that%20coming%2C%20and%20they%26%23039%3Bre%20rolling%20into%20Wrigley%20off%20a%20sweep%20of%20the%20Tigers.%20Meanwhile%20the%20Cubs%2C%20at%2072-53%2C%20were%20flying%20%E2%80%94%20nine%20wins%20in%20twelve%2C%20closing%20to%20within%20three%20of%20the%20Brewers%20%E2%80%94%20before%20the%20Cardinals%20did%20what%20Cardinals%20do%20this%20weekend%20at%20Wrigley%2C%20taking%20two%20of%20three.%20Sunday%20was%20the%20low%20point%3A%20an%2011-4%20loss%2C%20right-hander%20Edward%20Cabrera%20getting%20rocked%20for%20seven%20runs%20in%203%E2%85%94%20innings%20in%20his%20return%20from%20a%20hamstring%20strain%2C%20and%20worse%2C%20Dansby%20Swanson%20leaving%20with%20a%20left%20oblique%20injury%20on%20a%20third-inning%20swing.%20He%26%23039%3Bs%20headed%20to%20the%2010-day%20IL%20with%20an%20MRI%20pending.%20That%20Cubs%20cushion%20over%20Milwaukee%20is%20back%20out%20to%20five%20games%20with%20under%2040%20to%20play%20%E2%80%94%20the%20kind%20of%20number%20that%20keeps%20a%20fanbase%20up%20at%20night.%20We%20know%20that%20feeling.%20We%26%23039%3Bve%20built%20entire%20personalities%20around%20that%20feeling.%2A%2AThe%20Swanson%20hole.%2A%2A%20This%20isn%26%23039%3Bt%20a%20bench%20guy%20missing%20time%20%E2%80%94%20Swanson%20has%20started%20119%20of%20the%20Cubs%26%23039%3B%20125%20games%20this%20year%20and%20has%20played%20in%20at%20least%20147%20in%20each%20of%20his%20three%20full%20seasons%20on%20the%20North%20Side.%20Nico%20Hoerner%20slides%20over%20to%20shortstop%20to%20cover%2C%20with%20rookie%20Pedro%20Ramirez%20expected%20to%20soak%20up%20most%20of%20the%20reps%20at%20second.%20Counsell%26%23039%3Bs%20right%20that%20%26quot%3Bthere%26%23039%3Bs%20no%20replacing%20Dansby%2C%26quot%3B%20but%20this%20is%20exactly%20the%20kind%20of%20stretch%20where%20organizational%20depth%20either%20shows%20up%20or%20it%20doesn%26%23039%3Bt.%2A%2AThe%20rematch.%2A%2A%20Back%20in%20May%20at%20Rate%20Field%2C%20the%20Sox%20took%20two%20of%20three%20off%20the%20Cubs%2C%20capped%20by%20a%209-8%20win%20in%20the%20finale%20%E2%80%94%20an%20early%20signal%20that%20this%20South%20Side%20team%20wasn%26%23039%3Bt%20the%20pushover%20everyone%20had%20penciled%20in.%20Chicago%20owes%20them%20one%2C%20and%20with%20both%20AL%20and%20NL%20Central%20races%20tightening%2C%20this%20set%20carries%20real%20playoff-race%20weight%20on%20top%20of%20the%20usual%20pride.%2A%2AThe%20matchups%3A%2A%2A-%20%2A%2AMon%2C%20Aug%2017%20%E2%80%93%208%3A05%20PM%20ET%3A%2A%2A%20Shota%20Imanaga%20%288-9%2C%203.74%20ERA%2C%20130%20K%29%20vs.%20Luis%20Castillo%20%284-9%2C%204.96%20ERA%2C%20101%20K%29.%20Imanaga%26%23039%3Bs%20been%20the%20steadiest%20arm%20in%20this%20rotation%20all%20year%2C%20and%20with%20the%20bullpen%20and%20defense%20adjusting%20to%20life%20without%20Swanson%2C%20this%20is%20exactly%20the%20kind%20of%20start%20where%20his%20command%20matters%20most.-%20%2A%2ATue%2C%20Aug%2018%20%E2%80%93%208%3A05%20PM%20ET%3A%2A%2A%20Kevin%20Gausman%20%286-11%2C%204.53%20ERA%2C%20138%20K%29%20vs.%20TBD.%20Gausman%2C%20one%20of%20the%20two%20big%20rotation%20pickups%20the%20Cubs%20landed%20ahead%20of%20the%20August%203%20trade%20deadline%20%28along%20with%20Clay%20Holmes%2C%20from%20Toronto%20and%20the%20Mets%20respectively%29%2C%20against%20a%20Sox%20lineup%20that%26%23039%3Bs%20been%20punishing%20mistakes%20all%20summer.%20National%20TV%20window%20on%20TBS.-%20%2A%2AWed%2C%20Aug%2019%20%E2%80%93%202%3A20%20PM%20ET%2C%20getaway%20day%3A%2A%2A%20Clay%20Holmes%20%285-5%2C%202.56%20ERA%2C%2049%20K%29%20vs.%20TBD.%20Holmes%20has%20been%20the%20best%20of%20the%20three%20ERA-wise%20since%20arriving%2C%20and%20closing%20a%20series%20like%20this%20on%20a%20good%20note%20matters%20heading%20into%20the%20stretch%20run.%2A%2AWhat%20I%26%23039%3Bm%20watching%20for%3A%2A%2A%20Whether%20the%20deadline%20pitching%20additions%20%E2%80%94%20Gausman%20and%20Holmes%20specifically%20%E2%80%94%20look%20like%20the%20difference-makers%20Jed%20Hoyer%20bet%20on%20when%20he%20moved%20prospects%20to%20get%20them.%20And%20whether%20Hoerner%20and%20Ramirez%20can%20keep%20the%20infield%20defense%20from%20bleeding%20runs%20while%20Swanson%26%23039%3Bs%20out%2C%20because%20that%20defense%20has%20been%20a%20real%20strength%20all%20season.%2A%2AMy%20take%3A%2A%2A%20Cubs%20take%20two%20of%20three.%20Imanaga%20sets%20the%20tone%20Monday%2C%20the%20new%20arms%20prove%20their%20worth%20Tuesday%20and%20Wednesday%2C%20and%20Wrigley%20reminds%20everybody%20why%20the%20North%20Side%20owns%20this%20city%20even%20when%20the%20standings%20say%20the%20Sox%20have%20earned%20some%20respect%20this%20year.%20Go%20Cubs.%23GoCubsGo%20%23ChicagoCubs%20%23chicagowhitesox%20%23whitesox%20%23wrigleyfield%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 (opens in a new tab)<\/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=\"Facebook Like Box for 1179788338543450\" 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=\"3e639b4f30\" data-cff-shortcode=\"{&quot;feed&quot;: &quot;1&quot;}\" data-post-id=\"268\" 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\" role=\"region\" aria-label=\"Twitter Feed\" 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=\"268\"  data-feed=\"1\" data-ctfintents=\"1\"  data-ctfneeded=\"-41\">\n    \n<div class=\"ctf-header  ctf-no-bio\" >\n    <a href=\"https:\/\/twitter.com\/chisportsguru\/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"chisportsguru on Twitter\" 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 aria-hidden=\"true\" focusable=\"false\" 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 aria-hidden=\"true\" focusable=\"false\" 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\" role=\"list\">\n   \t\t\n<div role=\"listitem\"  class=\"ctf-item ctf-author-chisportsguru ctf-new ctf-quoted\"  id=\"2085483350404337674\" >\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<h3 class=\"ctf-author-name-heading\" style=\"display:inline;margin:0;padding:0;font:inherit;color:inherit;\"><a href=\"https:\/\/twitter.com\/chisportsguru\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ctf-author-name\" >Chicago Sports Guru<\/a><\/h3>\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\/2085483350404337674\" class=\"ctf-tweet-date\" target=\"_blank\" rel=\"noopener noreferrer\" >6 Aug<\/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 aria-hidden=\"true\" focusable=\"false\" 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                                        MVP! MVP!<br \/>\n#MVP                                                        <\/p>\n            \t<\/div>\n\n\t<a href=\"https:\/\/twitter.com\/barstoolsports\/status\/2085482143887639030\" class=\"ctf-quoted-tweet\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t<span class=\"ctf-quoted-author-name\">Barstool Sports<\/span>\n\t\t\t<span class=\"ctf-quoted-verified\"><svg class=\"svg-inline--fa fa-check-circle fa-w-16\" aria-hidden=\"true\" focusable=\"false\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"check-circle\" 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<span class=\"ctf-quoted-author-screenname\">@barstoolsports<\/span>\n\t<p class=\"ctf-quoted-tweet-text\">MVP Play from PCA.<br \/>\n<br \/>\nThe Cubs just keep winning  <\/p>\n<\/a>\n\t\n\t<div class=\"ctf-tweet-actions\" >\n\t\t\n\t\t<a href=\"https:\/\/twitter.com\/intent\/tweet?in_reply_to=2085483350404337674&#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-hidden=\"true\" focusable=\"false\" 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 2085483350404337674<\/span>\n\t\t<\/a>\n\n\t\t<a href=\"https:\/\/twitter.com\/intent\/retweet?tweet_id=2085483350404337674&#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\" focusable=\"false\"><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 2085483350404337674<\/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=2085483350404337674&#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\" focusable=\"false\" 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 2085483350404337674<\/span>\n\t\t\t<span class=\"ctf-action-count ctf-favorite-count\"><\/span>\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<a href=\"https:\/\/twitter.com\/chisportsguru\/status\/2085483350404337674\" 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\">2085483350404337674<\/span>\n\t\t\t<\/a>\n\t\t\t<\/div>\n<\/div>\n<div role=\"listitem\"  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\" focusable=\"false\"><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 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<h3 class=\"ctf-author-name-heading\" style=\"display:inline;margin:0;padding:0;font:inherit;color:inherit;\"><a href=\"https:\/\/twitter.com\/cubszone\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ctf-author-name\" >Cubs Zone<\/a><\/h3>\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\" focusable=\"false\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"check-circle\" 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 class=\"ctf-screenreader\">Verified account<\/span><\/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 aria-hidden=\"true\" focusable=\"false\" 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\" aria-label=\"View @chisportsguru tweet media on Twitter\" class=\"ctf-tweet-text-media-wrap\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"image\" 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-hidden=\"true\" focusable=\"false\" 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\" focusable=\"false\"><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\">228<\/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\" focusable=\"false\" 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\">3610<\/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>    <\/div>\n    \n<div class=\"ctf-screenreader\" aria-live=\"polite\" aria-atomic=\"true\" data-ctf-feed-status><\/div>\n\n    <button type=\"button\" id=\"ctf-more\" class=\"ctf-more\" ><span>Load More<\/span><\/button>\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.5 - 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}]}}