Good day all,
I'm hoping to find out how to search only selected custom fields in a particular category, the form below is what I'm using to search this particular cat.:
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label for="s" class="assistive-text"><?php _e( 'Search', 'twentyeleven' ); ?></label>
<input type="text" class="field" name="s" id="s" placeholder="<?php esc_attr_e( 'Search catalogue', 'twentyeleven' ); ?>" />
<!-- <input type="hidden" value="21" name="cat" id="scat" />-->
<input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Go', 'twentyeleven' ); ?>" />
</form>
How can I specify particular custom fields within this cat??
Thanks in advance,
SL chai