Day.News — Local News. Real Community.
247 neighbors reading now

Davenport Day News

Nature, community, and a bright future.Davenport, FL Edition
general

WordPress.com Changelog: WordPress 7.0 and Content Repurposing Tools

HA
Harvey WaldenCommunity Member
4 days ago
WordPress.com Changelog: WordPress 7.0 and Content Repurposing Tools

May 22–June 4, 2026

May 22–June 4, 2026 Welcome back to the WordPress.com changelog! We have lots to update you on, including information about a new core version running on every WordPress.com site, how you can repurpose your written blog content in audio and visual forms, and so much more. Core WordPress 7.0 is here WordPress 7.0 (“Armstrong”) shipped on May 20, and your WordPress.com site has been automatically updated. The pieces you’ll experience right away: See what changed before you hit publish: Your post revisions now have visual markers to help you understand changes in a more intuitive way. Design your mobile menu like you design the rest of your site: Navigation overlays give the mobile experience its own dedicated editing canvas. Show different things on phone, tablet, and desktop: Responsive block visibility lets you pick which blocks appear on which device without writing CSS. More design pieces out of the box: New Breadcrumbs and Icon blocks, plus finer block-level controls for when you want a specific change. One place to manage your fonts: To use across every theme on your site. On WordPress.com, this release ships with our AI features already in place to assist you in the editor, with your favorite AI agent, and beyond, plus real-time collaboration on select plans, so multiple people can write in the same post at once. Reader One place to read Bluesky, Mastodon, and blogs Keeping up with your audience shouldn’t mean tab-hopping between different apps. Connect your Bluesky, Mastodon, or Fediverse accounts to the WordPress.com Reader and you can read those timelines next to the WordPress.com blogs you already follow — and like, repost, quote, and reply — in the Social Feeds section. You can write to those followers from the same place. Start with a short social post, and if you need more room, expand it into a full blog post without starting over. One spot to read what matters, react to it, and publish your own thoughts. Writing When you’re in the flow, the editor gets out of your way Sometimes you just want to write. Not pick a block, not configure a layout, not browse a sidebar — just write. Write is exactly that: one page, a blinking cursor, simple formatting, and nothing else. It’s in beta on every WordPress.com plan, including Free. Open Write, pick your site, and start typing. What you write is a real WordPress post — it lives alongside everything else, works with your theme, and you can open it in the full block editor whenever you need the rest of the toolkit. Reach the people who’d rather listen than read Whether your audience is commuting, multitasking, or simply prefers to learn through audio, your content can meet them there. Posts to Podcast turns a post you’ve already written into a two-host conversation episode, saves it to your Media Library, and queues a draft post with the audio and transcript so you can publish in a couple of clicks. One post, two ways for people to find you. Find it in your dashboard under Media → Create AI Podcast. Available on every WordPress.com site. P.S. If you want to host the podcast on WordPress.com instead, you can also set up podcasting with Jetpack Podcast and publish episodes from your site. Spin a post into a short social-ready video (experimental preview) Short-form video (like on Instagram and TikTok) is popular and engaging, but turning a blog post into one has meant needing a second tool, a video editor, or someone you pay. Feature Clips generates a short, vertical video based on your post content directly from the editor sidebar. Pick a suggestion drawn from your post, or write your own prompt to steer the look. Your clip lands in your Media Library, ready to share to Instagram via Jetpack Social or download as an MP4 for TikTok and YouTube Shorts. It generates short instrumental clips meant to tease your content. Available now on WordPress.com plans that support video uploads — Premium and up. You get ten generations per site per day, with a thumbs up / thumbs down feedback tool on each clip so you can easily send your thoughts back to our team. Settings and plans Shape your URLs (and four more settings) on every paid plan The structure of your URLs matters — for SEO, for sharing, for how users understand your site at a glance. That setting (called Permalinks) used to be locked behind higher plans. Now, every paid plugin-enabled WordPress.com plan (Personal, Premium, Business, and Commerce) can change permalink structure directly. Fixes and improvements We also shipped some reliability and polish updates across the WordPress.com experience: The Reader sidebar now shows your site’s custom domain instead of its free subdomain. Receipt amount, type, and date now show inline on your Billing History page at narrower widths.

Spread the word
Keep Reading

Related Announcements

Coffee with Commissioner Chad Davis - Winter Haven Chamber Event
general
HAHarvey Walden
2 days ago

Coffee with Commissioner Chad Davis - Winter Haven Chamber Event

Create a Website Account - Manage notification subscriptions, save form progress and more.    Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community. Agenda Facility Submit Event Print Email Event Subscription View RSS Feeds Select on Calendar Expand Collapse Previous Next Down Up Map Share Show more Agenda $(window).on("load", function () { $('.icalDescription').urlToLink({ target: '_blank' }); }); var currentTextBox = null; var currentDatePicker = null; function hidePopup() { return currentDatePicker && currentDatePicker.hidePopup(); } //This method is called to handle the onclick and onfocus client side events for the texbox function showPopup(sender, e) { //this is a reference to the texbox which raised the event //see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender); // hide previous pop-up if open textBox !== currentTextBox && hidePopup(); currentTextBox = textBox; } function dismissHook(e) { return (e.keyCode === 27 || e.keyCode === 9) && hidePopup(); } function handleKeydown(e) { dismissHook(e) || searchTextHook(e); } //this handler is used to set the text of the TextBox to the value of selected from the popup function dateSelected(sender, args) { if (currentTextBox != null) { //currentTextBox is the currently selected TextBox. Its value is set to the newly selected //value of the picker currentTextBox.value = args.get_newValue(); } } //this function is used to parse the date entered or selected by the user function parseDate(sender, e) { if (currentDatePicker != null) { var date = currentDatePicker.get_dateInput().parseDate(sender.value); var dateInput = currentDatePicker.get_dateInput(); if (date == null) { date = currentDatePicker.get_selectedDate(); } var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat()); sender.value = formattedDate; } } function clearPostBack() { Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack); $('.icalDescription').urlToLink({ target: '_blank' }); } function redrawContentCalendar() { Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack); if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '') raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, ''); else raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, ''); blockMenuSpawn = false; } function previousFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev'); } function nextFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext'); } order+='ModuleContent\n' Live Edit // Election Headquarters250 S. Broadway Ave.Bartow, FL 33830 Elections Operations Center70 Florida Citrus Blvd.,Winter Haven, FL 33880 Email: [email protected] 

00
general
general
HAHarvey Walden
2 days ago

Cold Case Homicides

Cold Case Homicides From June 2008 until June 2019, the Polk County Sheriff's Office Homicide Unit maintained a 100% clearance rate on all homicides investigated within the PCSO jurisdiction. The two most recent unsolved homicides - those of Shay Collins in June 2019 and Alphonsa Payne in May 2020 - are listed here along with all other unsolved homicides back to 1961. Our Cold Case Unit is dedicated to solving these homicides and bringing justice to these victims' families. Can you help? Click the links below to view information about unsolved Polk County Homicides. Photos are included if available. If you have any information concerning an unsolved homicide, please contact the Bureau of Criminal Investigations at 863-298-6379 or send an email to [email protected]. Or to remain anonymous and be eligible for a CASH REWARD contact Heartland Crime Stoppers at 1-888-400-TIPS (8477). Anonymity is guaranteed! Unsolved homicides listed include: Ronette Peterson (1986), Rose Oliver (1974), Sandra L. Johnson (1989), Sandra Shiver (1988), Shabreon "Shay" Collins (2019), Tan Johnson Brown AKA Brownell Johnson (1973), Thomas Craft (1980), Valorie Lowman (1973), Vann Catherine Lee (1992), Vincent Bartley (1981), Vivian Patrick Kendrick (1975), William "Bubblegum" Johnson (1994), Willie Lee Robinson (no date specified), Yascara "Jackie" Yturradle (2007), and Zachary Durham (2007).

00
general
general
HAHarvey Walden
2 days ago

Polk County Sheriff's Office News & Investigations

Welcome to the Polk County Sheriff's Office News Room, where the Public Information Officers (PIO's) post all of the information that they release to the news media. PIO's act as liaisons between news media organizations and the Sheriff's Office. The PIO's routinely release timely and accurate information and Crime Stoppers bulletins, and respond to routine and 'breaking news' media inquiries. News releases and Crime Stoppers information can be found on this page. PCSO's full-time Public Information Officers are Carrie Horstman, Brian Bruchey, and Julianna Rivera. The Public Information Officers can be reached by sending an e-mail collectively at [email protected]. Recent news releases include: Feb 19, 2026 - Cleaning business owner arrest; Feb 18, 2026 - Lake Wales Charter school incident; Feb 17, 2026 - Illegal alien hit-and-run suspect in Mulberry; Feb 16, 2026 - Bartow teacher arrest and 5-acre fire from backyard burn-pit; Feb 16, 2026 - Fake DCF employee attempted child removal; Feb 13, 2026 - PCSO Operation Bloodline drug trafficking bust.

00
Community Remembrances

Simpson Park Juneteenth Celebration - Lakeland

2 days ago

"Create a Website Account - Manage notification subscriptions, save form progress and more.    Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community. Agenda Facility Submit Event Print Email Event Subscription View RSS Feeds Select on Calendar Expand Collapse Previous Next Down Up Map Share Show more Agenda $(window).on("load", function () { $('.icalDescription').urlToLink({ target: '_blank' }); }); var currentTextBox = null; var currentDatePicker = null; function hidePopup() { return currentDatePicker && currentDatePicker.hidePopup(); } //This method is called to handle the onclick and onfocus client side events for the texbox function showPopup(sender, e) { //this is a reference to the texbox which raised the event //see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender); // hide previous pop-up if open textBox !== currentTextBox && hidePopup(); currentTextBox = textBox; } function dismissHook(e) { return (e.keyCode === 27 || e.keyCode === 9) && hidePopup(); } function handleKeydown(e) { dismissHook(e) || searchTextHook(e); } //this handler is used to set the text of the TextBox to the value of selected from the popup function dateSelected(sender, args) { if (currentTextBox != null) { //currentTextBox is the currently selected TextBox. Its value is set to the newly selected //value of the picker currentTextBox.value = args.get_newValue(); } } //this function is used to parse the date entered or selected by the user function parseDate(sender, e) { if (currentDatePicker != null) { var date = currentDatePicker.get_dateInput().parseDate(sender.value); var dateInput = currentDatePicker.get_dateInput(); if (date == null) { date = currentDatePicker.get_selectedDate(); } var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat()); sender.value = formattedDate; } } function clearPostBack() { Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack); $('.icalDescription').urlToLink({ target: '_blank' }); } function redrawContentCalendar() { Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack); if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '') raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, ''); else raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, ''); blockMenuSpawn = false; } function previousFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev'); } function nextFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext'); } order+='ModuleContent\n' Live Edit // Election Headquarters250 S. Broadway Ave.Bartow, FL 33830 Elections Operations Center70 Florida Citrus Blvd.,Winter Haven, FL 33880 Email: [email protected] "

City Commission Agendas - 2026

3 days ago

""

City Commission Agendas - 2021

3 days ago

""

Davenport City Commission Meeting Minutes Available Online

3 days ago

"Minutes are available the following business day after approval."

Davenport City Commission Meeting Minutes Available Online

3 days ago

"Minutes are available the following business day after approval."

Community Guidelines
  • Share local celebrations and life transitions.
  • Maintain a respectful and supportive tone.
  • Verify event details before posting.
  • No commercial advertising in announcements.
Upcoming Local Events
Jul30

Major League Pickleball

ESPN Wide World of Sports Complex
Oct31

Safe Street Halloween Event

Downtown Davenport
Dec31

Kid’s New Year’s Eve

LEGOLAND Florida Resort
Feb14

Valentine's Day in Central Florida

University of Central Florida

Celebrate Together

Sharing announcements helps build a stronger, more connected community.

Post Yours

Have a milestone to share with your community? Let everyone know.

Create Announcement