Hey! So I’ve been getting slaughtered on my site as “nothing is there” because when people search, the custom post types don’t come up first.
I’ve found the solution to that:
Custom Search Template in Genesis showing Results grouped by Post Types
Which would be great, but it’s not displaying what my post_type is – “Events” or “Upcoming Events” – it’s displaying “tribe_events”.
While I reviewed this solution:
https://theeventscalendar.com/knowledgebase/renaming-views/
I don’t want to rename my slugs, etc; I just want the first results pulling from tribe_events to be called “Events” or “Upcoming Events” instead of my current solution of // RESULTS:
http://okgamers.com/?s=injustice
Is there a bit of code you can point me at to slip into the search page loop there or entirely new page code; whatever it takes, to get that “Events post first in search, and labeled clearly” like the “Recipes” example?