• Resolved joseconstela

    (@joseconstela)


    Is it possible to make searches from any html’s input?

    My theme doesn’t supports widgets where I want to place the search bar, so I’m trying to create a child theme, place a <input> element and make it work with this plugin.

    Thanks.

    • This topic was modified 6 years, 6 months ago by joseconstela.
Viewing 1 replies (of 1 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hi,

    You can use a shortcode to display the search form. Paste following code in your child theme instead the HTML <input> you mentioned:

    <?php echo do_shortcode('[wcas-search-form]'); ?>

    Best
    Damian Góra

Viewing 1 replies (of 1 total)
  • The topic ‘Custom form / input’ is closed to new replies.