admin bar Azure Azure DevOps Azure Key Vault C# Calendly Claude AI EasyWP Excel FluentSMTP Git GitHub GoDaddy Google Google DNS Google Forms Google Sheets HTTP Archive IP address Keap malware Microsoft 365 Namecheap oEmbed PHP Redirection plugin REST API robots.txt routine maintenance security SFTP shortcodes SMTP Visual Studio Windows WooCommerce Wordfence WordPress WordPress plugin wp-config.php WP File Manager XML XSS Yoast SEO YouTube
Search
Recent Posts
-
How to fix WordFence reporting an unscanned /.tmb/ directory
If you use Wordfence on a WordPress site that also uses WP File Manager or a similar plugin, you may receive a warning about an unscanned /.tmb/ directory. This guide explains the root cause of the issue, and how to handle it. The alert looks something like the following: 1 path was skipped for the… Read More
-
How to create a WordPress plugin ZIP file
Creating a WordPress plugin ZIP file makes it easy to share, install, or back up your plugin. Instead of manually copying files into the plugins folder, a ZIP package lets anyone upload the plugin directly through the WordPress dashboard. Keep in mind Recommended file structure The following structure ensures your plugin adheres to WordPress best… Read More
-
How to create a plugin directly on WordPress with a file manager
Normally you develop a plugin on your devbox and then upload the ZIP file to your WordPress site. However, sometimes it is useful to create a small plugin directly on your site using a file manager such as WP File Manager. For example, you need to write more complicated code than supported by a code… Read More
-
How to install a WordPress plugin by uploading its ZIP file
Normally you should install WordPress plugins through the plugin directory. This ensures you are getting the official build of the plugin. However, sometimes the developer may give you a ZIP file to upload instead. Keep in mind ⚠️Do not upload unknown plugins There are known cases of plugins stealing data or creating backdoors. Make sure… Read More
-
How to edit wp‑config.php on WordPress – 3 easy ways
The wp-config.php file is a core file on every WordPress installation. It serves as a configuration file for authentication, database, and server settings. To modify wp‑config.php, you must access the underlying file system of your WordPress installation. This guide directs you to three different ways. ⚠️ Backup your site now Always backup your site before… Read More
-
How to edit wp‑config.php with WP File Manager
This guide shows you how to edit wp-config.php with the WP File Manager plugin. WP File Manager is the most popular of the “file browser” category of plugins. These plugins provide an online interface for browsing and modifying files in the WordPress installation folder. ⚠️ Backup your site now Always make a backup before changing… Read More
-
How to install Claude Desktop
The Claude desktop app lets you access Claude AI right on your computer. You can install extensions to increase its capabilities, including extensions for managing your WordPress website. ⚠️ At the time of publication, Claude Desktop is beta software. The screenshots below may not match the current version of the software, which is evolving. Please… Read More
-
How to block attempted admin logins with WordFence
WordFence has the ability to automatically block IP addresses that attempt to sign into the WordPress website with a common administrator account name. Common admin usernames Tip: review Common administrator usernames attempted by hackers for a list of common admin usernames you can enter into WordFence. Instructions See also Read More
-
How to block Internet sites on Windows using the hosts file
A hosts file is a plain text file used by many operating systems to map hostnames (such as www.humanextended.com) to IP addresses (such as 63.250.43.134). Today, the vast majority of mapping is performed by the global domain name system (DNS), but the hosts file still exists on Windows as a local override. The hosts file… Read More