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

The Hidden WordPress Options Panel

CMDR Mitchcraft

Reading time: 1 minute

Did you know that there’s a hidden options panel in WordPress?

It’s one page you can visit that will allow you to set every single option available to you on your site – even some of the hidden ones that are set via plugins and/or other functions.

http://www.mydomain.com/wp-admin/options.php

Navigating here will show you any options, ACF (Advanced Custom Fields) options, SEO options (if you have a plugin installed for it), and a slew of other hidden options (denoted by the _ before them).

So, what can you change here? Everything that’s not greyed out. But the better question is what should you change here. With great power comes great responsibility, so if you’re not sure what an option is, it’s best to leave it alone.

And if you break your website because you were fiddling with options? Well, maybe you should take a backup first!

  • How to Make a Royally Awesome Author Template in WordPress

    How to Make a Royally Awesome Author Template in WordPress

    Reading time: 7 minutes

    I’ve been trying some new stuff with my client’s websites as of late.  I wanted something where a multi-blog site could get the most out of as few plugins as possible, and still have a really awesome way to display their author’s main information.  But, the information they ask for doesn’t have everything.  What about…

    Tutorial, WordPress
  • Easy Javascript ToolTips in WordPress

    Easy Javascript ToolTips in WordPress

    Reading time: 1 minute

    A client needed a simple way to preserve real estate on the sidebar, but still have the ability to display their policies at a quick glance.  I found a plugin on the repository that uses the TipTip jquery script and condenses it down into a simple-to-use shortcode (complete with button on the editing screen). The…

    WordPress