0
EXAMPLE:
<form action="/" method="get">
<input class="form-control mr-md-4" type="search" placeholder="Digite aqui oque deseja..." aria-label="Search" name="s" id="search" value="<?php the_search_query(); ?>">
<button type="submit"><i class="fas fa-search fa-1x" style="color: #3498db;"></i></button>
</form>
IT SENDS THE URL LIKE THIS: site.com/? s=SEARCH TERM
BUT I WANT TO LEAVE IT AT THAT: site.com/? s=SEARCH TERM & ref=app
WITH THE &ref=app at the end of the URL
But then it sends like this: page.php? ref=app? s=TERM.
– Matheus Vitor
It worked, thank you!
– Matheus Vitor
for nothing!......
– lvr7