How-To Guides

Explore Topics

Azure Azure DevOps Azure Key Vault Claude AI Excel Git GitHub GoDaddy Google Google Forms Google Sheets Google Workspace HTTP Archive IP address JSON Linux llms.txt macOS malware Microsoft Teams Microsoft Word oEmbed OpenAI PHP Redirection plugin robots.txt security SFTP shortcodes Square Square Online sudo Visual Studio Code VPS WHM Windows WooCommerce Wordfence WordPress WordPress plugin wp-config.php WP File Manager Yoast SEO YouTube Zelle

Recent Posts

  • Build a good backup strategy for your WordPress website

    A robust backup strategy is essential for protecting your WordPress website from data loss, server failures, malware, and human error. This guide walks you through key considerations and best practices to ensure your site can be restored quickly and safely when needed. 1. Start with your hosting provider Many WordPress hosting providers include backup and… Read More

  • Toggle visibility of rows in Excel without right-clicking or a macro

    In the following worksheet, the top three rows contain step-by-step instructions. This is nice for new users but might be a little much for experienced users. An experienced Excel user can highlight the rows and click Hide. This works on all platforms but is not very user friendly. Another option is to write a macro… Read More

  • Find my Keap App ID (Application ID)

    A Keap App ID (also called an Application ID) is a unique identifier for your Keap CRM account. It is used for: The process of finding your App ID depends on your edition of Keap. Keap Pro, Max, and Ultimate If you don’t see a profile icon in the lower-left corner, you are probably using… Read More

  • Set a custom icon for your WordPress site

    A website icon, also known as a favicon, is the small image that appears next to your site’s name in browser tabs, bookmarks, and search results. It’s a simple but powerful way to reinforce your brand and make your site look more professional. Changing the icon in WordPress is easy and does not require a plugin: Step… Read More

  • Find the last updated date of a WordPress plugin

    The last updated date of a WordPress plugin is the date the plugin last received an update in the wordpress.org plugin directory. You can use this date to help assess whether a plugin has been abandoned. The last updated date is set whenever the developer publishes an update, including simple updates to indicate compatibility with… Read More

  • Update WordPress plugins without breaking your site

    Keeping your WordPress plugins up to date is essential for security, performance, and compatibility. However, updating plugins without a proper strategy can lead to broken features, site downtime, or data loss. In this guide, we’ll walk you through a safe and reliable process to update WordPress plugins. About automatic updates WordPress supports automatic updates. This… Read More

  • Generate a personal access token in Azure DevOps

    Personal Access Tokens (PATs) are a secure way to authenticate into Azure DevOps when using tools like Git, REST APIs, or third-party integrations. This guide will walk you through the process of creating one. Once you have one, try using it in C# with our example How to connect to Azure DevOps with a personal… Read More

  • Change the name of a WordPress site

    In WordPress, the site title is the name of the WordPress site. It is displayed in several places including: The site tagline is closely related to the title. It consists of a short phrase that describes the site. Like the title, the tagline is shown in various places depending on the theme. For example, many… Read More

  • Common administrator usernames attempted by hackers

    If you monitor the security logs of your website, you will likely see many attempts to sign into the site with common administrator usernames, e.g., “admin”, “administrator”, etc. These sign-in attempts are from hackers attempting to identify admin accounts they can subsequently attack. Tip: Rename your real administrator accounts so they are not immediately identifiable… Read More

  • Block IP addresses with WordFence

    Wordfence is a WordPress security plugin that implements firewall features including IP blocking. IP blocking refers to blocking traffic from a specific IP address or network so it cannot reach the website. Instructions Reference See also Read More