Little-Known WordPress Shortcuts and Tricks

If at any point during the day you find yourself typing wp-admin, you should definitely check out this article. Contained within are a few useful WordPress tips that will actually save you time as well as a couple of tricks to impress anyone who’s looking!

WordPress is pretty awesome as it is, but when combined with some little-known secrets, it turns into a powerhouse for your website. To start off right, here’s a list of WordPress shortcuts and tricks.

WordPress keyboard shortcuts

Most of you already know the Cmd or Ctrl + A/Z/S/P… shortcuts that are used to select, save, undo/redo, etc.

But the WordPress editor also features a selection of other shortcuts, some of which cover general functions, while others control block actions.

For example, you can toggle Fullscreen mode by pressing Cmd + Shift + Option + F (Ctrl + Shift + Alt + F) – useful if you want to quickly jump to your WP dashboard. Pressing Cmd + Shift + Option + M (Ctrl + Shift + Alt + M) switches between the visual and code editor, letting you take a quick look or grab a part of your layout and paste it elsewhere.

Ctrl + Option + O on a Mac or Alt + Shift + O on Windows will open the Block List View and Cmd + Option + Y (Ctrl + Alt + Y) will insert a new block after the selected one. If you want to insert a new block after the selected block, you can use Cmd + Option + T (Ctrl + Alt + T).

Cmd + Shift + D or Ctrl + Shift + D will duplicate your selected block so you can quickly try variations or add new content.

Ctrl + Option + N navigates to the next part of the editor, while Ctrl + Option + P will take you to the previous part (Alt + Shift + N or Alt + Shift + P for Windows users).

The Settings bar can be toggled on or off with Cmd + Shift + , on a Mac while Ctrl + Shift + , does the same in Windows.

All these shortcuts are useful to know but you don’t have to memorise them, because it turns out there’s also a shortcut to all shortcuts? While in the WP editor, if you press Option + Control + H on a Mac or Alt + Shift + H in Windows you can bring up a pop-up containing all the available keyboard shortcuts. Pretty neat!

And if your WordPress website gets a lot of comments, you can even speed up the moderation process with the help of some handy keyboard shortcuts. You first need to enable them in the Users -> Profile section of your dashboard.

Use A to approve, U to unapprove, D to delete, R to reply, Q for quick edit, J for next comment, K for previous comment and Z to undo the deletion of a comment.

Using Markdown in WordPress

Markdown is a plain-text markup language created by John Gruber and Aaron Swartz and intended as a “true structured text format.” Today, Markdown is widely used on many platforms thanks to its visual appeal and ease of use. It helps bloggers (and not only) with streamlining the creation process — simple additions to the syntax can create block elements and format text into anything you can think of.

And you can definitely use Markdown in WordPress. The next time you’re using the Gutenberg Editor, type a few # signs before your text to turn it into a heading! That’s because anything you write using Markdown gets parsed and outputted as HTML based on the syntax you use.

The official documentation is a great place to become familiar with this language.

Screen options

There is a pretty discrete menu in the WordPress dashboard that can prove helpful and it has certainly been the location of Evrika! moments for many WP beginners. We’re referring to the Screen Options menu and it can be accessed in the top right corner of several sections of your WordPress dashboard.

If you click on this menu, you’ll be able to configure the view of that particular admin area page. With the help of checkboxes, you can add or hide new sections and elements to your menus, adjust pagination or show advanced properties. Whenever you’re looking to add something custom to your menus, pull down the Screen Options menu, you might just find what you are looking for!

Where to find WordPress’ screen options menu

An important note here is that Screen Options are saved in cookies & database and are stored per user. So this basically means that your own specific layout will be accessible from different devices, which is pretty cool if you ask us!

Update WordPress URLs while locked out of WP-admin

Maybe you were trying to move your website and something went terribly wrong or perhaps you just messed up some configuration when updating your WP URLs. Regardless of the cause, the effect is that you cannot access your admin area or just get sent back to your old website.

The good news is this: if you have FTP access to your website, there’s a secret way back in. 🕵️

If you can access your functions.php file you can paste two lines of code and recover your access:

update_option( 'siteurl', 'http://yoursite.com' );

update_option( 'home', 'http://yoursite.com' );

After doing that, you’ll be able to log in and your first order of business should be to go to Settings -> General in your dashboard and updating the URLs to their correct form. Then delete the added code and you should be good to go.

Bypass PHP fatal errors

Similarly to the topic above, let’s assume your theme has suffered a fatal error and you aren’t able to access your website. No frontend access, no WP Admin access and not even FTP. Is it time to say goodbye?

No, it’s not, but you do need to have the Twenty Twenty-One theme installed on your website. Not active, just installed.

If you do, you’ll need to type yoursite.com/wp-admin/customize.php?theme=twentytwentyone in the address bar and click Activate & Publish. In the preview mode, files from the current active theme are not loaded and this means you can bypass the PHP error, fix it and then re-activate your main theme.

Paste a link, create a link

Pasting a link directly inside the body

As obvious as this one sounds, it turns out many WordPress users didn’t know about it and it’s quite handy in case you have a lot of links to insert. In the editor, if you select some text you can turn it into link by simply pasting the link onto the selection. Unexpectedly pleasant outcome!

Allow user registration on your website

If WordPress has the option to manage users, it makes sense to take full advantage of it. In the Settings -> General section of your WP dashboard you can enable the membership option by ticking the Anyone can register checkbox.

You also get the option to select what role is to be attributed to new users. Better stick with Subscriber at first, since you can always change roles later on.

Turn off the Gutenberg fullscreen mode

Getting out of Gutenberg’s full screen view

Do you find yourself in a constant back-and-forth between your editor and the WP dashboard? We know we do sometimes!

There’s an easy option to eliminate this inconvenience and it’s hidden behind the three dots in the top right corner of your editor page. Turning off the Fullscreen mode will open up the familiar WordPress menu on the left and you can access everything from one page.

How to save and reuse your layouts

Sometimes you’ll need to reuse certain layouts and there’s a few ways you can do this in WordPress:

  • Use the Copy All Content option in the editor (it’s under the three dots in the top right corner) and then paste it in your other post or page;
  • Save your block or group as reusable blocks, then insert them from the Reusable tab in the Block Inserter

Blocksy Pro’s Content Blocks

If you’re a Blocksy Pro user, saving and reusing your layouts is as easy as pie, with the help of our Content Blocks functionality.

Simply go into your Blocksy dashboard and create a new Content block. Add your design and save it. Using its ID and the conditional display module, you can have this block be displayed dynamically throughout your website!

Convert Categories to Tags and vice versa

WordPress users sometimes confuse tags with categories but even if a mistake was made and one or the either got created, there’s a quick fix for it. In the dashboard, under Tools -> Import you’ll find the option to install the Categories and Tags Converter. Doing so will allow you to selectively convert tags into categories or categories into tags.

The satisfaction you feel when your flow is fluent and your hands are skilful — now that’s something else, isn’t it? Knowing a few WordPress tricks is incredibly useful if you need to move fast and be effective in your work.

Remove the pre-publish checklist

WordPress’ publishing checklist

There are moments when you feel uncertain about a decision, but at some point, publishing an article stops being one of them. Luckily, for those who prefer to hit Publish and move on there is the option to remove the pre-publish checklist that is standard for WordPress posts. In the editor preferences, accessible by clicking the three dots in the top right corner of your screen, you can turn off this publishing option. When your time is precious, every little bit counts.

Quicker access to WP-admin

Here’s another tip that will shave some time off your daily actions.

If you don’t want to type yoursite.com/wp-admin you can just type yoursite.com/admin and you will be redirected to your login page.

Even if you’re not going for the 100-metre dashboard race, it is still a cool trick and pretty useful when you have to do it 20 times per day!

Access secret options screen

Proceed at your own peril 🙂

This is a really obscure WordPress trick! It works, but it only works as intended only if you know your way around it. Included on this page are options for your entire website so you definitely shouldn’t edit anything unless you really know what each option does and what modifying its value will do.

To access this hidden page you need to type yourwebsite.com/wp-admin/options.php in your address bar. You can use it for simple options, but you’ll need other methods to edit more complex options, like serialised arrays, for example.

Nevertheless, it is an interesting method to get information about your website, plugins and setup and might come in handy in some specific cases.

That’s all we have for now and this list is in no way complete so we might be back with updates. In the meantime, what are your favourite WordPress tips and tricks? Want to share them with the rest of us?

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *