Is there any way that I can eliminate the searchbutton-function?
Christian Cox told me following in another thread:
"You can eliminate the search button by creating a list of links that include the correct URL parameters. If you would like to create a separate ticket to address this once the rest of the View is functioning as expected, we can discuss the modifications that would be required."
I am trying to make a search-engine that searches the first letter in the title of a post. The problem is, that when I choose a letter, I afterwards will have to click the search-button to execute the search. I would like the search to execute when I click one of the letters indstead.
Link to the search-engine: hidden link
I am confident that Christian Cox - or any of the Toolset team can help with a working solution.
Where I've added anchor link and passed the URL param "wpv_post_search". Now, when you click on the character it will load the associated results with character as expected and you are free to remove the search button now.
I'm sorry but I have to know exactly where to put this code. Is it in one of the Views I've created (with massive help from Christian 😉 or is it in some kind of PHP or Javascript?
Afterwards I need to know where to put the shortcode in order to activate it.