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!

  • 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
  • How to set up multiple “layouts” in a post loop (a la TechCrunch)

    How to set up multiple “layouts” in a post loop (a la TechCrunch)

    Reading time: 3 minutes

    I’ve seen a lot of hateful comments on TechCrunch regarding their new design.  I’m going to officially go on-record and say that (from a design standpoint) I really like where they’re going with the new style.  But, beyond that, under the surface, there’s a few other things that appear to be going on (I say…

    WordPress