• Home
  • About Mitch
  • Speaking
  • Articles
  • Contact
  • Home
  • About Mitch
  • Speaking
  • Articles
  • Contact

Digital Strategist

WordPress Developer

Content Creator

Unapologetic Punk

Mitch Canter

  • X
  • Bluesky
  • GitHub
  • Twitch
  • YouTube
  • LinkedIn
Screencasts

Using a Child Theme in WordPress

CMDR Mitchcraft

Reading time: 1 minute

Most WordPress themes, by and large, are ready to go out-of-the-box.  Every now and then, however, we have to make changes to a theme that goes beyond the standard options and settings the theme gives us We may have to change a layout, add some content, or simply rearrange the elements on the theme; there are some things you just can’t use a radio button or check-box for.  If you’ve ever had to – or plan to – change your theme, it’s imperative you use a WordPress child theme.

A child theme takes the options, settings, and layout from a parent theme – a source theme – and allows you to overwrite elements as you see fit.  You can bring in all of the settings, but change a specific template to look and feel how you want – all while keeping the original theme’s files in tact.  And if that theme releases an update, you’ll get the benefits of the update without losing your customizations.  It’s a win-win!

https://www.youtube.com/watch?v=wnhvnioGg8I

child theme, WordPress
  • The Hidden WordPress Options Panel

    The Hidden WordPress Options Panel

    Reading time: 1 minute

    Did you know that there’s a hidden options panel in WordPress? It’s one page you can visit that will allow you to set every single option available to you on your site – even some of the hidden ones that are set via plugins and/or other functions.

    WordPress
  • BlogInfo – One Tag with a Whole Lot of Awesomeness

    BlogInfo – One Tag with a Whole Lot of Awesomeness

    Reading time: 1 minute

    One of the most versitile tags in my arsenal that WordPress gives me is a fun little tag called <?php bloginfo(); ?>.  By itself, it’s not much fun, but when you add in a variable, it can tell you anything you need to know about your blog.  Like what, you ask? name description admin_email url…

    WordPress