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
Uncategorized

Theme Release: Downbeat 2.0

CMDR Mitchcraft

Reading time: 2 minutes

A long time ago, I released a version of my core WordPress theme, called Parthenon.  It was well received, but I ended up making so many changes to it that I eventually scrapped that theme – and the name – in favor of something more fitting to it’s purpose: to be the baseline for my client’s themes.  Thus, I created Downbeat about 2 years ago, and started building my client’s websites on top of it.

And it was good – it was built on the Skeleton framework, and was even modified to fit 1200px wide sites with 0 problems.

I read online a few days ago that Skeleton 2.0 was released, and I *really* like how slim this framework is – even more so than it was.

So, if you’re looking for a nice, lightweight theme to use as the starter for your web projects, may I suggest… Downbeat 2.0!

About Downbeat 2.0

Really, there’s a few theme enhancements, but this theme is meant for 2 things:

  1. Rapid prototyping for wireframes and mockups
  2. To be used as a child theme and built on top of

There are a few functions built in, but mostly ones that I use for my client’s to give them some freedom in customizing their experience:

  • Custom excerpt lengths (full, short, medium, long)
  • Use of tags
  • Use of Footer Widgets
  • Layout (Left Sidebar, Right Sidebar, Full Width)
  • Logo Upload
  • …and more!

Get Downbeat 2.0

Head over to the Github Repository to download / fork the theme (and if you fork it and make it better, let me know and I may merge in the changes!).  If you’re happy with how it is, you can also use:

git clone git@github.com:studionashvegas/Downbeat-2.0.git downbeat

…and clone it right into your wp-content/themes folder (I added the ‘downbeat’ at the end to ensure that you have a clean theme folder to work with)

Thoughts?

I’d love to hear your thoughts on the theme – as far as I know it’s one of the first ones using the new Skeleton 2.0 additions, and I’ve been extremely happy with Skeleton over the past two years.

  • Foursquare vs. Gowalla… annnnnd fight!

    Foursquare vs. Gowalla… annnnnd fight!

    Reading time: 5 minutes

    <script type=”text/javascript”>function initMenus() {    $(‘ul#accordion li ul’).hide();    $.each($(‘ul#accordion’), function(){        $(‘#’ + this.id + ‘.expandfirst ul:first’).show();    });    $(‘ul#accordion li h2.widgettitle’).click(        function() {            var checkElement = $(this).next();            var parent = this.parentNode.parentNode.id;             if($(‘#’ + parent).hasClass(‘noaccordion’)) {                $(this).next().slideToggle(‘normal’);                return false;            }            if((checkElement.is(‘ul’)) && (checkElement.is(‘:visible’))) {                if($(‘#’ + parent).hasClass(‘collapsible’)) {                    $(‘#’ + parent + ‘ ul:visible’).slideUp(‘normal’);                }                return false;           …

    Tutorial, WordPress
  • Be a Uniter, Not a Divider

    Be a Uniter, Not a Divider

    Reading time: 2 minutes

    *I work in WordPress for my day job, but a reminder that my posts and thoughts are my own.* A word of advice to anyone in management – whether it’s a C-suite, mid-level manager, or even someone who just has people under them that see them as a mentor. Be someone who unites, not someone…

    WordPress