to identify if we are on blog index or detail page.
When on detail page: On page load, the header slideshow is hidden, allowing
for JS at bottom of page to update the image and then show main image in
header slideshow without flashing content while image is updated.
*/
var el = document.querySelector('body');
var className = false ? "blog-detail" : "blog-index";
if (el.classList) { el.classList.add(className); }
else { el.className += " " + className; }
Tag: Fall
There’s something special about autumn in Kansas. As the air turns crisp and the fields take on golden tones, farms across the state open their gates to share the season’s best traditions. From pumpkin patches and corn mazes to cider mills and fall festivals, there are countless opportunities to…
Read More
PEAK FALL FOLIAGE IN KANSAS Kansas' fall foliage is usually most visible just before and after Halloween in late October and early November. The northern half of the state will begin to see leaves change in early to mid-October (October 10-17), while the trees located in the southern half will start…
Read More
Nestled in the heartland of America, Kansas boasts a thriving agricultural landscape that not only sustains its inhabitants but also welcomes visitors with open arms. The state's rich heritage in farming has paved the way for a vibrant agritourism industry, drawing in curious travelers from near and…
Read More