How To Guides

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 make a user an administrator in WordPress

    This guide will walk you through the steps to change a user’s role to Administrator in WordPress. Administrators have full access to the site, including settings, plugins, themes, and user management. Before you continue Be careful assigning this role. The administrator role grants full control over your website including plugins and user data. An administrator can destroy… Read More

  • How to safely autorespond with Contact Form 7

    Contact Form 7 (abbreviated as CF7) is a popular WordPress plugin that lets you define a form for people to contact you. You typically configure it to send an email to you (or a designated email address) containing the form fields submitted by the visitor. You can also configure it to send a second email… Read More

  • How to 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

  • How to 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

  • How to 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

  • How to 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

  • How to 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

  • How to 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

  • How to 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

  • How to 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