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

  • 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
  • Custom Branded Google Search With WordPress

    Custom Branded Google Search With WordPress

    Reading time: 5 minutes

    I’ve been playing around with some really cool features in WordPress lately.  With my site, and a few others i’ve been working on, I’ve been toying with the “Page Template” feature that allows me to customize which elements show up on a page (like, a sidebar, specific headers, a footer, etc).  But, while working specifically…

    Tutorial, WordPress