• Resolved hir88en

    (@hir88en)


    How to add wpadverts search bar to the site title?

    For buy & sell sites like amazon, Etsy, OLX, Ebay, etc
    Its very common to add search bar on top of all pages.

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    how to add the search bar depends mainly on your theme or the page builder you are using, as far as the code that generates the search bar goes you can use the [adverts_list] shortcode like this

    
    [adverts_list search_bar="enabled" show_results="0" redirect_to="https://example.com/"]
    

    where https://example.com/ is a link to a page with the [adverts_list] shortcode that can show the search results, or you can just use a simple HTML form like this

    
    <form action="https://example.com/" method="get">
    <input type="text" name="query" placeholder="Keyword ..." />
    <input type="text" name="location" placeholder="Location ..." />
    <input type="submit" value="Search" />
    </form>
    
Viewing 1 replies (of 1 total)
  • The topic ‘Search bar’ is closed to new replies.