WordPress include tags, categories and taxonomies in search results
Many times we need to search by associated tags, category or custom taxonomy names . But WordPress doesn't provide these by default. Therefore, we need to make our own results page which include the default search including tags, categories and custom taxonomy names. In this article, we learn a tech..