WordPress Admin

Delve into the WordPress admin interface, covering essential tasks, settings, and user management. Learn about the dashboard, user roles, and how to efficiently navigate and configure your WordPress site from the admin panel.

CommandBar for WordPress

Navigating the WordPress dashboard can be a chore. It can take several clicks just to edit a post. What if you could magically jump to where you want to be with a simple key command? It’s absolutely possible with a plugin called CommandBar.

The LoginPress plugin.

LoginPress: Secure and Style Your WordPress Login Page

Although it’s easy to overlook, the WordPress Login Page is an important part of your site. It provides a prime opportunity to display your branding but can also be a serious security vulnerability.

With LoginPress, you can apply custom styling to your WordPress Login Page to proudly feature your brand’s logo and design. Plus, it includes several key features to keep hackers away. Here’s how to put it to work on your site.

WP Admin Pages pro

WP Admin Pages Pro Review: Create a Custom WordPress Dashboard

If you’re building websites for clients, you want them to have the best experience possible. And beyond building a great-looking site for them on the front-end, that also means creating a user-friendly backend dashboard experience for them, too.

WP Admin Pages Pro is a plugin that helps you do just that, giving you a variety of ways to create an improved, custom dashboard for your clients (or for your own website, too!).

Setting IP Restrictions to the WordPress Login Page

Protecting your WordPress site from hackers can be rather difficult. In fact, there is no one-solution that guarantees a 100% safe and secure site.

Studies show that tens of thousands of websites are hacked daily. Although securing your own site and the data it holds is top priority, it’s also equally important to keep your visitors’ data safe as well. Sites that don’t take proper security measures tend to face a decrease in traffic over time as they lose their credibility. This statement holds true even more in the case of e-commerce sites.

Do You Know How Easy it is to Sniff WordPress Login Credentials?

WordPress security is one of those very important topics that many people talk about but few actually take seriously.

I understand why, most users just can’t visualise things enough in order to comprehend the value of taking the necessary steps to secure their site.

In this article I’ll explain how easy it might be to hack your WordPress site.

How to Remove Image Sizes in WordPress

In an earlier post about image sizes in WordPress, we had shown you a way to choose which image sizes are available for choosing when you’re inserting an image in a post or page.

Today, we are posting a more complete solution where you can actually tell WordPress which image sizes it should or should not generated, and then choose which ones are available in the media uploader/image insertion screen.

How to Change Order or Posts or Custom Post Types in the Dashboard

In the WordPress dashboard, posts are displayed in the ‘latest first’ order. This also applies to pages and custom post types. However it is also easy to change this order if you wish to do so. It might be more practical for example, to have them display according to their title, in ascending order.

How to Enable TinyMCE for Post Excerpts Box

Here’s some neat code that will enable TinyMCE within your excerpts box. You can now insert links and other HTML into your excerpts.

This code should be inserted into your theme’s functions.php, or better still create a plugin out of it.

How To Remove Media Upload Buttons in Post Editor

In the WordPress admin screen, when working in the post or page editor, you will see some media upload buttons above the TinyMCE editor. If you would like to hide them from your client, for example to disable the upload of such files, you can follow the steps in this post.