Hide Your wp-login Page from Bots
Hide your WordPress site’s wp-login.php page from bots. Redirect to your site’s 404 page, or to an alternative frontend login form.
Hide your WordPress site’s wp-login.php page from bots. Redirect to your site’s 404 page, or to an alternative frontend login form.
Migrate a WordPress website to a new web server. Make a backup, copy to the new server, restore the backup and update all the links.
Learn how to create a simple custom WordPress plugin. Add functionality to your website, regardless of which theme is installed.
Customise the standard WordPress login page for the admin area of your website. Change the logo & background image without a plugin.
By default, the WordPress REST API is enabled. This can cause your website to leak user contact data. Disable the REST API without a plugin.
Learn how to create a custom WordPress shortcode that you can use on your site. Easily make reusable snippets with parameters and tidy code.
When you start a new WordPress website, one of the first things you’ll want to do is choose a base theme, and then create a child theme. This is quite easy to do and it’s worth doing it right.
Keeping your theme’s functions.php file clean and well organised will mean you can do more with your WordPress site, without getting lost.
Add Google Analytics and Facebook Pixel to your WordPress website, without needing to add a yet another third-party plugin.
Change the default WordPress sender name and email address from wordpress@example.org to something like hello@example.com.
A simple code snippet for WordPress 5.5. Update jQuery from 1.12.4 to jQuery 3.5.1 by making this small change to your theme’s functions.php.
Speed up Contact Form 7 pages on your WordPress site by only including reCaptcha JaveScript and CSS on pages that need it.