I need to filter my search result alphabetically for example
at the head of the search result page there will be list of letters
A – B – C – …. – Z – ALL
and when I click on any letter the result show me the posts that only start with that letter
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
in the search.php on your theme
before the loop add
and then add your links
like that when u click on any letter the search result will be filtered to the posts that only starts with this letter