How To Guides

admin bar Azure Azure DevOps Azure Key Vault Claude AI DNS Excel FileZilla Firefox FluentSMTP Git GitHub GoDaddy Google Google Analytics HTTP Archive IP address Keap metadata Microsoft 365 Microsoft Edge Microsoft Teams Microsoft Word Namecheap oEmbed OpenAI PHP phpMyAdmin Redirection plugin routine maintenance security SFTP shortcodes SMTP VPS WHM Windows WooCommerce Wordfence WordPress WordPress plugin wp-config.php WP File Manager XML Yoast SEO

Search

Recent Posts

  • Connect to Azure DevOps with a personal access token in C#

    In this article, we’ll show you how to connect to Azure DevOps (ADO) with C# using a Personal Access Token (PAT). A Personal Access Token acts like a secure key that allows your application to connect to ADO without exposing your username and password. A PAT is safer than basic authentication because a PAT can Read More

  • A WordPress shortcode to show content only if the post has been updated

    This WordPress shortcode allows you to display specific content only when a post or page has been modified after its original publication date. This is useful for calling attention to the fact that changes have occurred. It also provides more flexibility than the built-in Modified Date block, which is capable of selectively hiding itself, but Read More

  • A shortcode to display the admin email of a WordPress website

    This simple shortcode displays the administrator email address of a WordPress website. You can render the email address as plain text or as a mailto: link. Usage Shortcode The hx_admin_email shortcode is a custom snippet that displays the administrator email address anywhere shortcodes are supported, such as in posts, pages, or widgets. This site uses Read More

  • A shortcode to show the site title in WordPress

    This is a simple yet useful shortcode for displaying the title of your WordPress site. It is useful when you do not want to hardcode the title. It retrieves the value specified in Settings > General > Site Title. Usage Note: you can change the prefix when you setup the shortcode. Shortcode How it works Read More

  • Flush (clear) the cache of your GoDaddy-hosted WordPress site

    If you are having unexplainable troubles with your GoDaddy website, such as: Clearing your GoDaddy cache may resolve the issue. Instructions Reference Read More

  • Where to find WordPress forums for support

    WordPress has a large ecosystem with users and developers around the world. Here are a few forums you can visit to get help and talk about WordPress. wordpress.org Forum Description Installing WordPress Need help or have questions while setting up WordPress? This is the spot for you. Fixing WordPress This forum is for questions and Read More

  • Redirect URLs on WordPress with the Redirection plugin

    Redirection is an important tool to preserve your SEO ranking and visitor experience. It is most commonly used to send people to the correct page after a URL has changed, or a page has been deleted. If you don’t have redirection, the person or search engine will get a 404 (page not found) error. WordPress Read More

  • A shortcode to show the user agent string received by WordPress

    This shortcode returns the user agent received by WordPress when a browser requests a page. A user agent is a string that identifies the browser making the request. Usage By default, the output is wrapped in a block element. To avoid this, set inline to true. This allows you to use the shortcode in a Read More

  • Automatically adjust to daylight savings time in WordPress

    If your WordPress time is not automatically adjusting to daylight savings time, you may have your time zone set to a UTC offset rather than a city name. When set to a city name, WordPress automatically applies daylight savings time for that city. How to select a city-based time zone Frequently Asked Questions Read More

  • Select the best city for the time zone in WordPress

    In WordPress, you can select either a region/city or a UTC offset for the time zone of the website. The advantage of a city is that WordPress will automatically adjust the time for daylight savings time based on that city. If you instead select a specific UTC offset, WordPress cannot adjust automatically. Many large cities Read More