Change search keywords to job type
-
Hello,
Im trying to change the search keywords to a drop down menu to search job type as in permanent, temporary or contract, as I have no use for the keyword search,
`<div class=”search_keywords”>
<label for=”search_keywords”><?php _e( ‘Keywords’, ‘wp-job-manager’ ); ?></label>
<input type=”text” name=”search_keywords” id=”search_keywords” placeholder=”<?php esc_attr_e( ‘Keywords’, ‘wp-job-manager’ ); ?>” value=”<?php echo esc_attr( $keywords ); ?>” />
</div>Ive managed to get it working for the job location but not the job type, any ideas would be greatly appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change search keywords to job type’ is closed to new replies.