404 admin bar Azure Azure DevOps Azure Key Vault C# Claude AI EasyWP Excel Firefox Git GitHub GoDaddy Google Google DNS Google Forms Google Sheets HTTP Archive IP address Keap macOS malware metadata Microsoft Edge Microsoft Teams oEmbed OpenAI PHP phpMyAdmin Redirection plugin robots.txt security SFTP shortcodes Square Online Visual Studio Windows WooCommerce Wordfence WordPress WordPress plugin wp-config.php WP File Manager Yoast SEO YouTube
Search
Recent Posts
-
Generate a HAR file in Firefox
A HAR file (HTTP Archive) is a file format that records the interactions between your web browser and a website. It captures detailed information such as each network request and response. HAR files are often requested by developers and support teams to diagnose bugs and other issues. Typically, you will be asked to generate a Read More
-
Duplicate a page in WordPress using the block editor
There is no built-in “copy a page or post” option in WordPress. You can either install a plugin or copy the contents manually. These instructions show you how to copy the contents using the block editor (also known as Gutenberg). You still need to manually copy metadata if needed, but the contents are easy to Read More
-
Generate a HAR file in Microsoft Edge
A HAR file (HTTP Archive) is a file format that records the interactions between your web browser and a website. It captures detailed information such as each network request and response. HAR files are often requested by developers and support teams to diagnose bugs and other issues. Typically, you will be asked to generate a Read More
-
Exclude your IP address from Google Analytics
As a website owner, you should exclude your own IP address(es) from Google Analytics to keep the data clean and accurate. When you’re working on your website such as testing pages, fixing bugs, etc., Google Analytics can count all that activity as if it were from real visitors. This can mess up your stats, making Read More
-
Edit wp‑config.php with FileZilla
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. It is commonly modified to enable debugging and other advanced options. To modify wp-config.php, you must access the underlying file system containing the WordPress installation. There are various ways to access this Read More
-
Edit wp‑config.php on GoDaddy
On occasion you need to change your WordPress configuration file (wp-config.php). GoDaddy offers two ways for you to edit the file. The easiest way is to use the online File Browser offered by GoDaddy. Alternately, you can get SFTP credentials from GoDaddy and connect to your website with a client such as FileZilla. Instructions SFTP Read More
-
Stop auto-filling the password box on the WooCommerce Edit Account page
This code is designed to disable browser autofill for password fields on the WooCommerce “Edit Account” page for logged-in users. It does this by setting the autocomplete attribute of password fields to “new-password” using JavaScript. Why? A bad experience occurs when the browser auto-fills the password box on this page. The password box is supposed to remain blank unless the person wants to change Read More
-
Redirect to a confirmation page when using an embedded Calendly calendar
The redirection option supported by Calendly is not a great experience because it warns the user about the redirection. However, if you are using an embedded calendar, you can add a short script to redirect to a different page without the warning. Read More
-
Send WordPress emails through Microsoft 365 with FluentSMTP
FluentSMTP is a free and open-source mail plugin for WordPress. It configures WordPress to send emails through an external mail service such as Microsoft 365 or Gmail. WordPress does have the ability to send emails directly, but an external service tends to have greater reliability and capacity. FluentSMTP can connect to many different email services; Read More
-
A shortcode to display the billing company name of a user on a WooCommerce WordPress site
Use this WordPress shortcode to display the name of the user’s company on a page. This shortcode is implemented as a snippet that you can use with FluentSnippets, WP Code, and other code snippet plugins. Usage Note: You can easily change the hx_ prefix by adjusting the code. As a best practice, you should always Read More
