• 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
Announcements

I’m Open Sourcing My Core Theme

CMDR Mitchcraft

Reading time: 2 minutes

The last few posts I’ve made on here were diving into the introductions of a Responsive Design (and I plan on finishing that series – work and life got the best of me), but since I started writing those I’ve taken the liberty upon myself to rewrite the boilerplate that I use on nearly every site I design and develop.  I’ve added functions here and there, but I’ve reached a bit of a stall as to what else I could do for it.

So, I’m turning it loose to see how other people use it.

Starting today, you can now download a copy of my “SNV Core Theme”.  It’s meant to be used as a child theme because I’m able to update it straight from the GitHub source – meaning, once I make an update, I can push it out automatically to everyone using it even though it’s not hosted on the repository.

Directions

Direct Download (Stable)

  1. You can click on this link to download the theme.
  2. Unzip it and upload it to your ‘wp-content/themes’ folder -OR- use the theme installer inside WordPress
  3. Activate
  4. You’ll need to create a child theme if you want to preserve the initial formatting.  Locate the folder name in your ‘themes’ folder – this is what you will use to define the Parent Theme in your child theme’s style.css file.
    (for more information on child themes, visit the WordPress Codex)

From Git

Use the command:
[code]
git clone git@github.com:studionashvegas/SNV-Core-Theme.git
[/code]
to clone the repo.  Pull as needed.

Forking

Please, PLEASE fork this if you’re into this sort of thing.  You can visit the main repository site on GitHub. I’d love to see what other people are doing with this, and (if it’s OK) we may merge the changes into the main theme.  The layout is, for the most part, finished; now, I’m working on functionality!

Enjoy!

  • 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
  • Go Update W3 Total Cache, WPTouch, and AddThis RIGHT NOW!

    Go Update W3 Total Cache, WPTouch, and AddThis RIGHT NOW!

    Reading time: 1 minute

    If you’ve updated your plugins in the last 24 hours, go straight back into your website and do it again – there’s a chance you may have downloaded some infected plugins that were hacked into the repository. According to WordPress.org, the plugins AddThis, W3 Total Cache, and WPTouch were infected with a backdoor that lets…

    WordPress