Skip to content
  • Home
  • About Mitch
  • Speaking
  • Articles
  • Contact
  • Home
  • About Mitch
  • Speaking
  • Articles
  • Contact

Digital Strategist

WordPress Developer

Content Creator

Unapologetic Punk

Mitch Canter

  • Threads
  • Instagram
  • Bluesky
  • LinkedIn
  • GitHub
  • Twitch
  • YouTube
WordPress

WordPress 4.1 Release Candidate Available

CMDR Mitchcraft

Reading time: 1 minute

Just in time for Christmas, the amazing WordPress contribution team is getting geared up to release WordPress 4.1 on December 16. Right now, we can settle for the “WordPress 4.1 Release Candidate”

In case you missed it, here’s what to expect from WordPress 4.1:

  • A new theme, Twenty Fifteen. It’s more blog focused, and is very much designed for mobile as well as desktop.
  • A new “distraction free writing mode” – basically, it removes all of the stuff around your writing window so you can focus on your content.
  • Language pack installation from the backend.  This is crucial as non-English downloads of WordPress are now surpassing downloads of the English version.
  • Images now have a new inline editor.

And for the developers:

  • Query enhancements (specifically to meta, date, comment, and taxonomy queries).
  • “A single term shared across multiple taxonomies is now split into two when updated.”
  • A better way for themes to handle “Title Tags”
  • Enhancements to the Customizer API – this should hopefully standardize themes in using it for options panels (and, thusly, stripping out a lot of the option fluff that comes with themes)

For the full story, visit the WordPress blog – and if you’re feeling brave, why not take the new version for a spin!

  • 50 Days to a Better Blog–Day 8: Proper Permalinks

    50 Days to a Better Blog–Day 8: Proper Permalinks

    Reading time: 3 minutes

    This post is the eighth of an ongoing series entitled “50 Days to a Better WordPress Blog”.  During this time, Mitch will be providing small snippits of code, plugins, and things you can do to make your blog more attractive, attain new readers, and keep old ones coming back time and time again. You can…

    WordPress
  • Easy Javascript ToolTips in WordPress

    Easy Javascript ToolTips in WordPress

    Reading time: 1 minute

    A client needed a simple way to preserve real estate on the sidebar, but still have the ability to display their policies at a quick glance.  I found a plugin on the repository that uses the TipTip jquery script and condenses it down into a simple-to-use shortcode (complete with button on the editing screen). The…

    WordPress