hands-typing-compressed

10 Things You Might Not Know About WordPress

One of WordPress’ most powerful features is its simplicity. Mainly due to the text-editor-like post editing dashboard, anyone familiar with MS Word or Pages can jump right in and start publishing on the web. While this simplicity is awesome, some super powerful WordPress features get hidden away behind the scenes.

Today, I wanted to dig up a few of these hidden gems. These features are not immediately obvious and can improve all sorts of WordPress workflows. Some of these tips will be more helpful for developers while others will be better for bloggers, but any WordPress user should find something useful here for their work.

1. Turn Off Upload Folder Organization

If you have ever delved into the WordPress uploads folder, you might be familiar with the yearly/monthly folder organization structure. For performance reasons, this organization structure is important  on sites with lots of images. But, what if you’re making a simple five pager and you don’t want the deeply nested organization? Not to worry, it can be turned off from the WordPress admin panel.

2. Empty the Trash Automatically

Removing a lot of posts from WordPress can be a real pain. First, you must navigate through the paginated All Posts dashboard, then move the posts to the trash, then empty the trash. With this simple line in one’s wp-config file, the WordPress trash will automatically clear its self after X number of days:

define( 'EMPTY_TRASH_DAYS', 1 );

3. The Template Hierarchy & Custom Maintenance Pages

If you’ve worked with theme files before, you may have encountered the WordPress Template Hierarchy. The template hierarchy establishes which template file is loaded depending on what’s available within the theme. For example, custom page templates work because of the WordPress Template Hierarchy. If a custom page template exists, it will be loaded. Otherwise, the default page template will be loaded. If you’ve never seen the Visual Overview graphic, it’s worth checking out.

When WordPress goes into maintenance mode, it will check for a maintenance.php file within your theme. If one exists, it will be loaded! You can customize your maintenance.php file just like any other template file.

4. Full-Screen Editing Mode

Admittedly, I am much more of a WordPress user/evangelist than a blogger. While I do write and blog a lot, it’s never been my sole focus. This would probably explain why I had never used WordPress’ full-screen post editing mode; until now. If the idea of removing distractions and losing oneself in the writing process sounds enjoyable, definitely give WordPress’ full-screen editing tool a try.

5. Enable/Use Keyboard Shortcuts

WordPress has keyboard shortcuts for both for the text editor and comment moderation! Anyone who spends any time in either of these areas of the dashboard will surely benefit from taking a look through the documentation. Using keyboard shortcuts, particularly for comment moderation, can save loads of time!

http://codex.wordpress.org/Keyboard_Shortcuts
http://en.support.wordpress.com/visual-editor/

6. WordPress’ Default Image Quality is 82%

Update: Since publishing this article, WordPress reduced the default image quality to 82%! Thanks, Karl, for the comment and the heads up!

Yes, it’s true! WordPress’ default compression setting for images is 90%. What this means is, only when WordPress resizes an image for you, the JPEG quality is set to 90%. Depending on the situation, 90% might be perfect. But, perhaps you’re working on a portfolio site and your client wants to feature their work in it’s finest glory! Or on contrary, maybe you’re working on an image heavy magazine site that’s having trouble with page load speeds. There are many situations where 90% quality is too high!

To change this setting, you can add the following line to your theme’s functions.php file.

add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );

Or, this plugin will add a slider to the media settings page.

7. Change Users without Logging Out

This code snippet will allow you to change which user you are logged in as. This tip is particularly useful on multisite installations when one needs to swap from one admin account to another.

$user_id = 4;
wp_set_auth_cookie( $user_id );

Pretty cool, eh?

8. Don’t Break on Domain Switch

I haven’t had a chance to test this trick yet, but if it works like it is supposed to, it will certainly earn a permanent spot in my WordPress tool belt. Moving a WordPress website to a new domain is a bit of a pain. WP-CLI has made this process a bit easier. But let’s be honest, it’s still a hassle! With the line of code below in your wp-config file, WordPress will attempt to load on a new domain regardless of what’s in the settings. This means you can log in and change the site address and URL right from the WordPress dashboard. Depending on the site content, you may still need to do a serialized search and replace for hard coded URLs and things like that. But this code snippet should, at least, keep your site from breaking while you figure out those details.

define('RELOCATE',true);

9. oEmbed

oEmbed was one of those terms I was familiar with — in the sense that I have heard it many times before — but didn’t know what it was. To paraphrase the codex: in a nutshell, all you need to do to embed something into a post or page is to post the URL to it into your content area. That means, instead of digging through a youtube page for the embed code, just copy/paste the URL. It doesn’t just work for YouTube videos, there are tons of services available including Twitter, Imgur, Instagram, Scribd, Vimeo, and many others!

Update: As of 4.4 you can also embed other WordPress posts within a post!

10. There is a Boilerplate Generator For Just About Anything

Do you generate unique salts for your all of your WordPress installs? I didn’t think so, me neither until now!

There are countless generators out there that will automate many of the more cumbersome WordPress coding tasks. There is a salt generator and a whole website dedicated to generators for boilerplate WordPress tasks like creating custom post types, menus, theme feature support, and much much more!

As a long-time WordPress user, I was genuinely surprised at how many hidden features/tricks were out there. Surely this list only scratches the surface. What tricks have you discovered about WordPress. Any favorites?

It would be totally gnaw-some if you could share this post with your friends.
Robby McCullough's Bio

6 Comments

  1. Christine on April 19, 2016 at 5:27 pm

    Great post, thanks!



    • Robby McCullough on April 22, 2016 at 2:40 pm

      Thank you! 🙂



  2. karl peschel on April 21, 2016 at 9:30 am

    Nice info, but you should edit the bit about image compression now that WP 4.5 is out.



    • Robby McCullough on April 22, 2016 at 2:34 pm

      Hey Karl. Thanks for the message. I believe the image compression is still set at 90%. Is it not? I found a thread/feature proposal from a few months ago to reduce it:

      https://make.wordpress.org/core/2016/02/22/proposal-increase-the-default-image-compression-in-wordpress/

      Responsive images will help overall with image performance, but one can still squeeze out a bit more by increasing the amount of compression (if I understand it correctly, haha).



      • karl peschel on April 22, 2016 at 4:22 pm

        WP 4.5 changed the default compression from 90 to 82. Now any WP created image will be smaller in filesize. http://www.wpbeginner.com/news/whats-new-in-wordpress-4-5/ and other posts talk about it.



        • Robby McCullough on April 22, 2016 at 9:54 pm

          Huh! Sure enough, you’re totally right. Thanks for the heads up. Article is updated. 🙂



Our Newsletter

Our newsletter is personally written and sent out about once a month. It's not the least bit annoying or spammy.
We promise.

Try Beaver Builder Today

It would be totally gnaw-some if you could share this post with your friends.

Related articles

How to Restrict Content in Beaver Builder

How To Add Content Restriction in Beaver Builder

Wondering how to restrict content in Beaver Builder? If you run an online business built around premium content or educational…

Read More...
Best WordPress Black Friday deals

Best WordPress Black Friday Deals (2023)

Hey Beaver Builders! Are you looking for the best WordPress deals for this holiday season and Black Friday? We reached…

Read More...
How to Redirect a WordPress Page

How to Redirect a WordPress Page (Manually and Using a Plugin)

In this article, we’ll dig into what redirects are and why you might need or want to use them. We'll...

Read More...

Join the community

We're here for you

There's a thriving community of builders and we'd love for you to join us. Come by and show off a project, network, or ask a question.

Since 2014

Build Your Website in Minutes, Not Months

Join Over 1 Million+ Websites Powered By Beaver Builder.