Viewing File: /home/rtsgrob/ww6/wp-content/themes/synergia/searchform.php

<form role="search" method="get" class="searchform" id="searchform-<?php echo esc_attr(rand(0, 1000)); ?>" action="<?php echo esc_url( home_url( '/' ) ); ?>">
	<label class="screen-reader-text"><?php esc_html_e( 'Search for:', 'synergia' ); ?></label>
	<div class="input-holder clearfix">
		<input type="search" class="search-field" placeholder="<?php esc_attr_e( 'Search...', 'synergia' ); ?>" value="" name="s" title="<?php esc_attr_e( 'Search for:', 'synergia' ); ?>"/>
		<button type="submit" class="qodef-search-submit"><?php echo synergia_select_icon_collections()->renderIcon( 'fa-search', 'font_awesome' ); ?></button>
	</div>
</form>
Back to Directory File Manager