I was wondering if there was a way to make the search only look for the first letter in the posts title, basically let’s say my search query is www.mysite.com/?s=q I’d like to get all posts that start with the letter “Q”. Is this possible?
Thanks in advance.
I know it is too late but I hope it is going to help someone in the future
You can add a filter to posts_where and add a regexp to limit it to the first letter. WordPress documentation for posts_where