Skip to content

Instantly share code, notes, and snippets.

@stegel
Last active June 23, 2018 16:51
Show Gist options
  • Save stegel/e9e24efc7af83331f6cf8ab0d1fb8bf1 to your computer and use it in GitHub Desktop.
Save stegel/e9e24efc7af83331f6cf8ab0d1fb8bf1 to your computer and use it in GitHub Desktop.
<?php
/**
* The search-form template.
*
* @package Avada
* @subpackage Templates
*/
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
exit( 'Direct script access denied.' );
}
?>
<form role="search" class="searchform fusion-search-form" method="get" action="<?php echo esc_url_raw( home_url( '/' ) ); ?>">
<div class="fusion-search-form-content">
<?php echo facetwp_display( 'facet', 'content' ); ?>
<div style="display:none"><?php echo facetwp_display( 'template', 'example' ); ?></div>
<button class="fwp-submit" data-href="/asd-wp/search-results/">Submit</button>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment