• 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

WP-Dogecoin

CMDR Mitchcraft

Reading time: 1 minute

What is WP-Dogecoin?

This plugin allows you to add your Dogecoin donation address to the bottom of your blog posts – automatically!

How To Install WP-Dogecoin

== If you’re installing this plugin from inside WordPress, skip to Step 5 ==
1: Download the plugin from the WordPress Repository
2: Unzip the plugin
3: Upload the plugin directory through FTP to your /wp-content/plugins directory
4: Activate the plugin through ‘Plugins’
5: Head to the options page titled WPDC Settings
6: Add your address to the text box.

WP-Dogecoin FAQs

Q: Can I change the styles?
A: YES! The box style uses the ‘.wpdc_box’ class. The tooltip is a hyperlink that can be changed by targeting ‘.wpdc_small a’.

Changelog

0.1: Initial Version

Download WP-Dogecoin

Download WP-Dogecoin

  • Post Ordering Made Easy

    Post Ordering Made Easy

    Reading time: 1 minute

    I love using WordPress’ built in custom post types.   I’ve used them for sliders, directories, galleries, and pretty much anything else I can think to use them for.  The one gripe I have, however, is that I can’t manually set the order of the posts.  Just like typical blog posts, I have to arrange…

    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