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

  • WordPress Plugin: Author Spotlight

    WordPress Plugin: Author Spotlight

    Reading time: 2 minutes

    I’ve been doing a lot of looking into using WordPress as a multi-author website/blog lately.  A few of my clients have requested the need to handle (elegantly) multiple authors, so (being fresh on my mind) I feel inclined to share. One of the coolest plugin combinations I’ve come across recently is using Author Spotlight and…

    Tutorial, WordPress
  • 5 Essential WooCommerce Extensions, Add-Ons & Plugins

    5 Essential WooCommerce Extensions, Add-Ons & Plugins

    Reading time: 2 minutes

    WooCommerce is one of the most powerful WordPress eCommerce solutions on the market. Out of the box, it does everything you’d expect an eCommerce system to do: Host products Have a scannable product listing Take orders for products Accept payments through PayPal Allow people to use coupons But, sometimes, you need to think outside of…

    WordPress