Small fix:
- Relevanssi will now index pending and future posts. These posts are only shown in the admin search.
Small fix:
Not logged in. Log in to see your license details.
If you’re using category restriction dropdown on your search form, here’s a bit of code that you can add to your search results template to show how many hits were found and what the category is. If no category was selected, this’ll just show how many hits were found. <?php…
I have a term who name is for, example, Great Blue Trojans. The slug is GBT. I want to be able to search for ‘GBT’ and return all the posts with this term. When I search ‘Great Blue Trojans’ I get the hits. When I search GBT I do not….