cesardpaz
11/10/2018 - 12:33 AM

Formulario de busqueda

WP search form - formulario

Get search term

get_search_query()

Searchform

<form method="get" action="<?php echo get_home_url(); ?>">
    <input type="text" name="s" placeholder="">
    <button type="submit">Buscar</button>
</form>