Category: Title
-
How To Restrict WordPress Search to Titles Only
In this blog we will learn about how to restrict WordPress to search by title only. We can hook into WordPress using `posts_where` hook and then modify the query to search by post title using `post_title LIKE` You can watch the above video for the demo.