Explore Topics
Azure Azure DevOps Azure Key Vault C# Calendly Excel Firefox Git GoDaddy Google Google Forms Google Sheets Google Workspace HTTP Archive IP address JavaScript macOS Microsoft 365 Microsoft Edge Microsoft Teams oEmbed PHP PowerShell REST API robots.txt RSS security SFTP shortcodes spam Square Square Online Visual Studio VPS WHM Windows WooCommerce Wordfence WordPress WordPress plugin wp-config.php WP File Manager XSS Yoast SEO Zelle
Recent Posts
-
Store a secret in Azure Key Vault
Once you’ve created an Azure Key Vault, you need to store a secret in it (such as a shared password or API key). If you haven’t created the vault yet, see How to create an Azure Key Vault. If you’ve already stored the secret and need to grant access, see How to grant access to… Read More
-
A shortcode to display content only if the user is logged in to WordPress
Why? You want to show content only to a signed in user. Usage Shortcode The following is the source code of the logged_in shortcode for displaying content only if the current user is logged in. Lines beginning with a # character are comments that get ignored by WordPress. We provide comments in detail so you… Read More
-
Create an Azure Key Vault
An Azure Key Vault is used manage secrets such as API keys, passwords, and other sensitive information. An Azure subscription is required, but anyone can sign up for a free subscription to create a key vault. Once your key vault is created, you can make it accessible to humans (so they can fetch passwords and… Read More
-
How to get your SFTP credentials for a WordPress site on EasyWP (Namecheap)
Follow these instructions to get temporary or permanent SFTP credentials to your WordPress website hosted on EasyWP. SFTP stands for Secure File Transfer Protocol. It’s a standard for securely transferring files between your computer and a web server You can use an SFTP client like FileZilla to upload, download, or edit your WordPress files directly. Steps… Read More
-
Add your IP address to an Allow List on GoDaddy so you can post JavaScript without XSS blocking
Why Background (optional) XSS (cross-site scripting) is an attack where a hacker tricks a website into running harmful code in the browser. For example, a hacker may inject a script that asks a visitor for their password. Often the script is posted to the site through an online form that takes text input (such as… Read More
-
Delegate access to your GoDaddy website to a consultant or vendor
When you delegate access, you give permission to another person to manage your GoDaddy products such as your website. You should always delegate instead of sharing your account password. Delegation is safer because you can revoke access later without changing your password. Instructions See also Reference Read More
-
Export WordPress pages to XML for inspection or migration
Step-by-step instructions for exporting a WordPress site to XML to inspect hidden fields or migrate content to another site. Read More
