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

Podcasting with PowerPress

CMDR Mitchcraft

Reading time: 1 minute

We are right in the middle of the “second wave” of podcasting.  If you’re a younger person (low to mid 20s) you may not realize just how popular podcasting was back in the 00’s.  It’s back, and bigger than ever, and most brands would benefit from having some sort of podcasting element on their site or blog.  And the easiest way to do that is with PowerPress – the de facto podcasting plugin for WordPress.

Why Podcasting?

Podcasting is, in a nutshell, a “passive medium”.  Unlike YouTube videos or blog posts, which must be actively watched, a podcast can be consumed while doing other things.  A lot of people I know consume podcasts during their exercise time, their daily commute, or while sitting at their desk working.

What is PowerPress?

PowerPress is an easy way to integrate an audio feed – with the proper setup – into your WordPress site.  It allows you to set up your show, add album art, and have a special feed simply for your podcasting episodes.

The video above is a 10 minute introduction to PowerPress – it’ll show you how to install the plugin, set up the basic options, and how to add a podcast episode.

  • A Look at The Best WordPress Contact Forms

    A Look at The Best WordPress Contact Forms

    Reading time: 5 minutes

    No site is complete without having a contact form of some kind on it. Whether you use it for lead generation, user submitted content, or just to have people stop and say hello, having a form visitors can easily fill out to send you a message is crucial.  WordPress is privileged to have an amazing…

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