Hi,
I have a search function on my site and when searching for all Venues, the result is always the latest post instead of a list of posts. The search is no different from the one used for searching Organizers, which works fine.
Here are the codes:
Search for tribe_venue (does not work properly – displays only last post entry as upcoming event):
<form class="search-form" id="searchform2" method="get" action="/”>
<input type="text" name="s" id="s2" placeholder="Alla scener" class="textbox" value="” />
Search for tribe_organizer (works just fine – displays list of tribe_organizers):
<form class="search-form" id="searchform3" method="get" action="/”>
<input type="text" name="s" id="s3" placeholder="Alla liveklubbar" class="textbox" value="” />
What could the problem be?