Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created November 16, 2018 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrykooij/b6a7dc42821765b79154a929b9298fe9 to your computer and use it in GitHub Desktop.
Save barrykooij/b6a7dc42821765b79154a929b9298fe9 to your computer and use it in GitHub Desktop.
<?php /** Place this in your-theme/wp-car-manager/listings/filters/ **/ ?>
<div class="wpcm-filter wpcm-filter-color">
<label><?php _e( 'Color', 'wp-car-manager' ); ?></label>
<select name="color" data-placeholder="<?php _e( 'All', 'wp-car-manager' ); ?>">
<option value="blue"><?php _e( 'Blue', 'wp-car-manager' ); ?></option>
<option value="black"><?php _e( 'Black', 'wp-car-manager' ); ?></option>
</select>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment