How to Exclude Pages from WordPress Search Results
Today I want to share with you a quick and easy tutorial on how to exclude pages from WordPress search results. By default, WordPress will include your site’s pages in its search results. For most...
View ArticleHow to Include Custom Post Types in WordPress Search Results
This tutorial is a follow up post from my post on how to exclude pages from WordPress search results. In this tutorial today, we will learn how to include custom post types in WordPress search results...
View ArticleHow to Enable HTTP Strict Transport Security (HSTS) in WordPress
I embarked on moving my WordPress site completely to SSL, and part of that process was using the HTTP Strict Transport Security (HSTS) header on the site. With all of the security breaches that we have...
View ArticleHow to Leverage Browser Caching in WordPress via .htaccess
One of the best ways to improve the speed and performance of your WordPress site is to leverage browser caching. By leveraging browser caching, you can reduce the number of HTTP requests that the...
View ArticleHow to Remove Empty Paragraph Tags from Shortcodes in WordPress
Sometimes when you add WordPress shortcodes in your content, empty paragraph tags are added too! That’s frustrating. You need to remove those empty p tags to prevent your content from being distorted....
View ArticleHow to Include Custom Post Types in WordPress Archive Pages
This tutorial on how to include custom post types in WordPress archive pages is related to my previous article on how to include custom post types in WordPress search results. We’ll learn how to get...
View Article