Created
November 16, 2018 12:27
-
-
Save barrykooij/b6a7dc42821765b79154a929b9298fe9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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