Despite numerous injuries and some inconsistent quarterback play, the Kansas City Chiefs’ offense has generally held its own this season and remains a solid unit. Whether it be running the football, executing on third downs or moving the chains in general, Andy Reid and Matt Nagy’s unit is succeeding more than most of the NFL.
One area, however, has lagged behind the rest of the sport. Coming into Week 7’s play, Kansas City ranked 29th in red zone touchdown percentage at 38.9. That seemed to be a point of emphasis coming into the bye week, and the results of whatever self-scouting process Reid and company did during that time off are positive right now.
The Chiefs delivered a much more inspiring red zone performance in Sunday’s win over the San Francisco 49ers. When asked why that was the case, Reid responded with a simple answer: Kansas City stayed out of its own way.
“No, we did it,” Reid said. “The place we did well was on no penalties. That ends up being important when you get down there and you don’t take anything away from yourself. That’s kind of hurt us in the last few games. But it was a great scheme. It was schemes that we used in there. The guys executed well in there, so all around it was good.”
Advertisement
With four scores on five red zone trips in Week 7, the Chiefs upped their percentage of touchdowns to 47.8 and their ranking to 25th in football. With a good game or two over the next few weeks, gunning for a spot outside the bottom 10 seems well within reach (the 21st and 22nd teams are tied at 52.4%). Weeks 8 and 9 against the Las Vegas Raiders and Tampa Bay Buccaneers might differ, though, considering those defenses hold respective ranks of 21st and 10th in red zone efficiency surrendered.
Even more impressive is how the Chiefs found success in the red zone. They didn’t have a single passing touchdown on the afternoon, so it was generally the same commitment to the run that got them into the end zone. Including plays that featured penalties, here’s how each scoring sequence unfolded:
Quarterback Patrick Mahomes, as he has all season, tipped his cap to the rushing attack for stepping up.
“I think execution,” Mahomes said. “Obviously, we were able to run the football. That was big. That’s a really good defensive line and the O-line stepped up and we were able to run it down there. We found a way to get in the end zone and when you get in the end zone, you get points on the board. Now it’s about cleaning up the turnovers and [I] think if we could do that, we can start hitting our stride.”
With running back Kareem Hunt back to being a human battering ram and wideouts Mecole Hardman and Xavier Worthy getting unleashed as horizontal speed threats, Kansas City suddenly looked effective in the last 20 yards again. Time will tell whether this holds up but for one game, touchdowns were somewhat pain-free once Mahomes led the offense to scoring position.
Advertisement
Sometimes, less is more. That appeared to be the key in Week 7.
Read More: Four Takeaways from the Chiefs’ 28-18 Win Over the 49ers
Multiple chances of strong thunderstorms this week for Kansas City
Advertisement
TODAY WAS IMPACT DAY FOR THE RAIN THAT MOVED OUT FOR THE NIGHT THOUGH. METEOROLOGIST PETE GRIGSBY JOINING ME NOW PETE. A VERY RAINY DAY AHEAD. A KIND OF A CHILL RAIN THOUGH BEFORE THESE STORMS ROLL IN. IT WAS, BUT IT WAS VERY GENTLE, KIND OF A LIGHT TO MODERATE RAINFALL AT MOST. AND YOU KNOW WHAT? IT’S WELL NEEDED RAINFALL. THOSE YOU SOUTH OF I-670. SOME OF YOU GOT POCKETS OF ABOUT A HALF AN INCH TOTAL FOR TODAY. NOT BAD. FARTHER NORTH, NOT AS MUCH, BUT STILL THE NUMBERS ARE FAIRLY IMPRESSIVE WITH SOMETHING THAT REALLY DIDN’T PRODUCE A MAJOR THUNDERSTORM. A HEAVY DOWNPOURS LIKE THAT. SO WE LIKE THAT. BUT HOWEVER, THINGS ARE ABOUT TO CHANGE AS WE DEAL WITH SOMETHING TOTALLY DIFFERENT WHEN IT COMES TO TUESDAY AND WEDNESDAY. WE MADE THEM ALERT DAYS BECAUSE SEVERE WEATHER THREATS, MOSTLY IN THE AFTERNOONS AND EVENING HOURS FOR BOTH DAYS, ANYTHING FROM WIND, HAIL, DAMAGING HAIL. OF COURSE, A LARGE SIZE AND TORNADIC THREAT IS ALSO INVOLVED WITH THAT. AS WE GET MORE INFORMATION IN, ESPECIALLY THROUGH TOMORROW, WE CAN FINE TUNE IT, ESPECIALLY WHAT WE CAN BE STACKING THE SHOW WITH. WHAT’S MORE IMPORTANT. OKAY, THAN KEEPING AN ALERT ON THIS. ALL OF EASTERN KANSAS AND MISSOURI. LOOK HOW MUCH REAL ESTATE THAT COVERS, ESPECIALLY FOR TUESDAY AND COME WEDNESDAY, IT REALLY DOESN’T CHANGE THAT MUCH. IT’S JUST KIND OF MIGRATES SLIGHTLY TO THE EAST. SO NO DOUBT TWO DAYS TO KEEP A CLOSE EYE OUT AND KEEP IT TUNED RIGHT HERE ON CHANNEL NINE FOR UPDATES. A QUIET, BEAUTIFUL NIGHT. SO DON’T WORRY ABOUT ANYTHING OVERNIGHT TONIGHT. WE’RE COMFORTABLE 69 DEGREES. OUR WIND FLOW ABOUT 16 MILES AN HOUR, AND TOMORROW MORNING WILL START OUT ABOUT 64 TO 65 FOR YOUR MORNING START HEADING FOR A VERY NICE COMFORTABLE AFTERNOON. AND THEN TUESDAY WILL BE THE KEY DAY TO KEEP AN EYE OUT. MORE ABOUT THAT OF COURSE YOUR NINE DAY FORECAST. THAT’S ALL COMING UP IN OUR KMBC NINE NEWS APP HELPS YOU STAY AHEAD OF THE RAIN. GET ALERTS SENT STRAIGHT TO YOUR PHONE AND TRACK STORMS IN REAL TIME. WITH O
First Alert Meteorologist
Advertisement
After a round of beneficial rain Sunday, the focus now shifts to a more active stretch of weather across the Kansas City area.Tuesday and Wednesday are both Alert Days, with multiple chances for thunderstorms developing across eastern Kansas and western Missouri.Storms are most likely during the afternoon and evening hours both days, when conditions will be more favorable for stronger development.The main threats will be strong wind gusts and large hail, and there is also a tornado risk that cannot be ruled out.This setup covers a large part of the region, so much of the Kansas City metro could see impacts at some point during this stretch. Timing and specific impacts will become clearer as we get closer.Conditions stay quiet and warm through Monday before storm chances increase.The bottom line is to stay weather aware and make sure alerts are enabled on your phone as we head into midweek.
Advertisement
KANSAS CITY, Mo. —
After a round of beneficial rain Sunday, the focus now shifts to a more active stretch of weather across the Kansas City area.
Tuesday and Wednesday are both Alert Days, with multiple chances for thunderstorms developing across eastern Kansas and western Missouri.
Advertisement
Storms are most likely during the afternoon and evening hours both days, when conditions will be more favorable for stronger development.
The main threats will be strong wind gusts and large hail, and there is also a tornado risk that cannot be ruled out.
This setup covers a large part of the region, so much of the Kansas City metro could see impacts at some point during this stretch.
Timing and specific impacts will become clearer as we get closer.
Conditions stay quiet and warm through Monday before storm chances increase.
Advertisement
The bottom line is to stay weather aware and make sure alerts are enabled on your phone as we head into midweek.
Advertisement
`;
}
function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}
function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;
function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});
var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}
function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}
var location = { zip: window.DEFAULT_ZIPCODE };
Advertisement
try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}
var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;
if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}
function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;
var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);
Advertisement
if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.kmbc.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘mobile-weather’, “https://www.kmbc.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}
function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;
var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}
var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}
var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}
Advertisement
var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}
var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}
function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;
Advertisement
if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);
for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex
`;
}
function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}
function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;
Advertisement
function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});
var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}
function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}
Advertisement
var location = { zip: window.DEFAULT_ZIPCODE };
try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}
var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;
if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}
function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;
Advertisement
var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);
if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.kmbc.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘sidelist-weather’, “https://www.kmbc.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}
function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;
var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}
var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}
Advertisement
var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}
var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}
var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}
function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;
if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);
for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex
KANSAS CITY, Mo. — Detectives are on the scene of a stabbing in downtown Kansas City that left one person dead Sunday morning, according to the Kansas City Police Department.
At about 9:15 a.m., officers were called to the area of East 11th Street and Grand Boulevard on a reported cutting.
Dispatch later confirmed with FOX4 that one person had been killed in the attack.
The scene of a deadly stabbing in downtown Kansas City on Sunday, April 12, 2026.
The scene of a deadly stabbing in downtown Kansas City on Sunday, April 12, 2026.
The scene of a deadly stabbing in downtown Kansas City on Sunday, April 12, 2026.
The scene of a deadly stabbing in downtown Kansas City on Sunday, April 12, 2026.
The scene of a deadly stabbing in downtown Kansas City on Sunday, April 12, 2026.
At this time, there is no confirmed information about a suspect or whether they are in custody.
Police have blocked off the area to continue with their investigations.
Advertisement
This is a developing story. Stay tuned to FOX4 News for the latest updates and information.
These eight Kansas destinations deserve a place on your bucket list. In Lucas, the Garden of Eden, Bowl Plaza, and the Grassroots Art Center make the town one of the state’s most unusual art stops. In Hutchinson, the Cosmosphere and Strataca pair space exploration with an underground salt mine in a way few places can match. Together, these places highlight the history and character that make Kansas worth exploring.
Abilene
Downtown Abilene, Kansas.
The last stop on the Chisholm Trail should be on your bucket list of places in Kansas to make sure you visit. Right off Interstate 70, this town is steeped in history, which is on display at the Dickinson County Heritage Center. Here, you’ll learn about the county’s famous former residents, including Abilene’s former town Marshal Wild Bill Hickok and Joseph McCoy, who brought hundreds of thousands of cattle to Abilene in the 1860s, making Abilene into a booming cowtown. While there, take a spin on the 1901 C.W. Parker Carousel, believed to be the oldest operating Parker carousel in existence.
Over the decades, Abilene stayed in the public eye as its most famous son, Dwight D. Eisenhower, earned his first general star during World War II. Take time to explore the Eisenhower Presidential Library, Museum and Boyhood Home.
Named one of the Eight Wonders of Kansas for its architecture, the Seelye Mansion was built in 1905 and is open for guided tours. Most of the home’s furnishings were purchased the year before at the 1904 St. Louis World’s Fair. Visitors can even bowl on the 1904 Box Ball Alley that was purchased at the fair. Guided tours take guests through the Georgian-style mansion and offer a glimpse into early 20th-century life.
Advertisement
Two oversized Western landmarks make a bold statement in Abilene: a massive spur stands 28 feet high, balanced on its ends to form an arch, and weighs about a ton; it held the title of the World’s Largest Spur from Guinness World Records until 2017. The town is also home to the World’s Largest Belt Buckle, which measures 19 feet 10½ inches wide and 13 feet 11¼ inches tall, not including its frame.
Are you ready to do a little time traveling? Along the brick streets of downtown, 25 bronze plaques make up the Historic Hays Walking Tour, offering glimpses of local life and colorful characters, including Wild Bill Hickok, Buffalo Bill Cody, and General George Armstrong Custer.
The travel into the past continues at Fort Hays State Historic Site, where the original blockhouse, guardhouse, and officers’ quarters of this Army Fort, which was established in 1867, remain. Exhibits tell the stories of the Buffalo soldiers, enlisted men, officers’ wives, and laundresses.
To take a real leap into the past, stop by the Sternberg Museum of Natural History, which houses more than three million paleontology, zoology, and geology specimens that document life and environments in the Great Plains region of North America.
Dodge City
Boot Hill Museum in Dodge City, Kansas. Image credit: GemStocksy / Shutterstock.com
A Kansas bucket list would not be complete without including Dodge City, the Wild West history the Queen of the Cowtowns. The Boot Hill Museum is open year-round, but the summer season is when the quiet, little open-air and indoor complex, designed to replicate the rowdy 1870s Old West, comes alive. Gunfights take place outside, while Can Can Girls twirl their skirts on stage at the Long Branch Saloon. Visitors can also visit the General Store and Boot Hill Cemetery.
Stop by the visitor’s center and pick up a map of the Dodge City Trail of Fame walking tour. As you remain on the lookout for sidewalk medallions and statuary, enjoy the Western-themed shops and restaurants along the way.
Although Dodge City’s history is rooted firmly in the Old West, the town has more to offer. The Carnegie Center for the Arts is an architectural landmark in downtown. The distinctive two-story brick building showcases turn-of-the-century flair and is a work of art in itself. Today, it is home to the Dodge City Area Arts Council and has gallery space for local artisans.
Advertisement
Lecompton
Constitution Hall in Lecompton, Kansas. Editorial credit: William Silver / Shutterstock.com
Known as the Civil War birthplace and where slavery began to die, Lecompton was the only official capital of Kansas Territory from 1855 to 1861 and played a central role in the Bleeding Kansas conflict over slavery. To understand the pivotal role that Kansas played in the Civil War, you’ll want this town on your bucket list.
Two museums will take you back in time and walk you through how and why the state earned the moniker “Bleeding Kansas.” The Territorial Capital Museum occupies the building begun in 1855 as the intended Kansas territorial capitol. After that project was abandoned, it became Lane University. One of the exhibits at this museum covers Dwight D. Eisenhower’s parents, who met and got married when they were students there.
Constitution Hall, built in 1856, served as the meeting place for the pro-slavery Lecompton Constitutional Convention in 1857. It is the oldest wood-frame building in Kansas to still stand in its original location. Among the artifacts on display are a bound volume of the 1855 Statutes of Kansas Territory, written by proslavery legislators and called the “Bogus Laws” by antislavery men; a candle box in which John Calhoun buried fake ballots that were cast in a vote for the Lecompton Constitution; and an office safe owned by Charles Robinson, the first Governor of Kansas.
A tour of this little town that made a big impact on the nation includes the Lecompton city jail, a replica of the fortified home of Colonel Henry Titus, the site of the Battle of Fort Titus, and the Kansas River Water Trail.
Council Grove
Horseback riders in a parade in Council Grove, Kansas. Image credit Mark Reinstein via Shutterstock
Getting to Council Grove takes the visitors through the gorgeous rolling Flint Hills and celebrates the town’s history and outdoor beauty.
Just outside of the city limits is the Council Grove Lake, complete with nature trails for hiking and an all-terrain vehicle trail. There’s a swimming beach, campgrounds, and boat ramps. Council Grove is on the Flint Hills National Scenic Byway, which offers incredible views of the native grasses and flowers of the tallgrass prairie, one of the last remaining such landscapes left in the world.
Council Grove has a vibrant downtown that ties its past as a rendezvous on the Santa Fe Trail with modern preservation. Pick up a brochure of 25 historic sites, including the Post Office Oak, where travelers would leave messages; the Last Chance Store, aptly named, it was the last chance to pick up supplies before getting to Santa Fe; and the Kaw Mission Historic Site and Museum.
Advertisement
You can grab a bite to eat at one of the 25 historic sites. Hays House Restaurant, built in 1857, is widely promoted as the oldest continuously operating restaurant west of the Mississippi.
Lucas
The Garden of Eden in Lucas, Kansas. (Editorial credit: Robert D Brozek / Shutterstock.com.)
A quirky arts oasis in the middle of the prairie, Lucas is a Grassroots Art community.
The Garden of Eden is a visionary sculpture stone log cabin. Internationally known as a prime example of the Grassroots Art genre, the home was sculpted by a Civil War veteran who is interred in a glass-top coffin in a self-built mausoleum on site.
Lucas has also been nationally recognized for having the quirkiest restroom. Bowl Plaza has an entire building shaped like a toilet tank. You enter through a raised toilet lid, after doing your business, have a seat on the benches in the plaza that represent a curved toilet seat, or walk along the path that represents an unrolled roll of toilet paper. Detailed mosaics cover this quirky bathroom, inside and out.
Several galleries are found around town, including Switchgrass Art Coop and the Grassroots Art Center, which has developed the Great Post Rock Limestone Courtyard, an exhibit to celebrate the architectural, historical, and cultural value of post rock limestone.
Fort Scott
Historic building in downtown Fort Scott, Kansas. Image credit Sabrina Janelle Gordon via Shutterstock
Whether you’re into shopping and dining, history, the arts, or the great outdoors, Fort Scott should be on your list of places to check out.
The Gordon Parks Museum tells the story of the renowned photographer, filmmaker, writer, poet, and composer, who became the first African-American photojournalist to work for LIFE magazine and the first African-American to direct a major Hollywood production. A self-guided tour will take you along The Learning Tree Film Scene and Sign, where The Learning Tree was filmed.
Advertisement
Fort Scott National Historic Site preserves the story of a U.S. Army frontier fort from the 1840s. The site includes 20 historic structures; some original buildings and some reconstructions built on their original foundations. They are furnished to reflect life during the fort’s early years. Through interpretive exhibits, period furnishings, living history programs, and artillery demonstrations, visitors experience the daily routines of soldiers stationed there.
Throughout Fort Scott are 52 homes that showcase the Victorian architecture. You can pick up a brochure from the Visitor Information Center and take a self-guided tour to see amazing structures that sprang up on the Kansas prairie between 1842 and 1919.
End a day of exploring the downtown, which features boutiques, antique stores, and plenty of places to choose for a bite to eat.
Hutchinson
Downtown Hutchison, Kansas. Image credit: Jslater316 via Wikimedia Commons.
With a waterpark, a zoo, museums, the Cosmosphere, and much more, you might need to take a few trips to Hutchinson before you cross it off your bucket list.
The Cosmosphere International Science Education Center and Space Museum tells the story of the U.S. and former Soviet space race through its collection of artifacts. The museum also houses spacecraft flown in all three early manned spaceflight programs, the Mercury Liberty Bell 7, the Gemini X, and the Apollo 13 Odyssey.
From outer space to deep underground, visit the Strataca, the Kansas Underground Salt Museum. Journey 650 feet into the depths of an active salt mine that has been operational since the 1920s. Tours provide a glimpse into the history and geology of salt mining.
Advertisement
Between outer space and the salt mines are many more sites to see and things to do. Head over to downtown, where you’ll find boutiques, shops, a riverwalk, a water spray park, and plenty of green spaces. The antique lover will be in paradise as they get lost in one of the state’s largest owner-operated antique districts.
Cross it off your bucket list
Some of these eight places might need a weekend stay or a few visits before you’ve explored them enough to cross them off your bucket list.
These Kansas towns showcase the surprising variety of experiences found across the state, blending frontier history, Civil War landmarks, quirky art, and unique attractions. From Abilene’s Eisenhower legacy and Dodge City’s Wild West roots to Lecompton’s role in the fight over slavery and Council Grove’s Santa Fe Trail heritage, each destination offers a strong sense of place. Visitors can also explore natural history in Hays, discover grassroots art in Lucas, step into frontier military life in Fort Scott, or experience both space exploration and underground salt mining in Hutchinson.