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
-
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
-
How to 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
-
How to 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 user agent is wrapped in a block element. For inline use such as within a paragraph, set inline to true: Code How it… Read More
-
How to 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. Instructions Read More
-
How to 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
-
How to find the syndicated feeds of a WordPress website
A WordPress website has feeds for all posts, posts in a category, posts with a tag, posts by an author, all comments, and comments on a specific post. Read More
-
How to manually delete a theme from WordPress using the file system
You can delete WordPress themes through the admin dashboard, which is the safe and preferred way of deleting themes. However, if this is not possible, you can manually delete a theme by deleting its folder in WordPress. ⚠️ Customizations will be lost This process will also delete any customizations you have made to the theme,… Read More
-
How to remove a theme from WordPress
This guide explains how to safely remove a WordPress theme that you no longer need. Removing unused themes can improve site performance and security. ⚠️ Customizations will be lost Be aware that removing a theme will permanently delete any customizations you have made to the theme. This includes any changes made to functions.php. To avoid… Read More