Date Filter
Allows you to filter module entries by date.
Usage
Shortcode:
[date_filter]
Parameters:
Parameters | Description |
---|---|
[class] (optional) | Add classes to the date filter |
[id] (optional) | Add an ID to the date filter |
[years] (optional) | Comma separated years (2001, 2002, 2005) or two years separated by dash (2000-2010) |
[year_format] (optional) | Accepts "range," "simple" (defalut: range) |
[show_all_option] (optional) | Show all dates |
[all_value= " "] | Enables Bootstrap Selectize |
[label] (optional) | |
[default_filters] (optional) |
Code Example:
<div class="row"> <div class="col-md-4"> [date_filter years="2010-2015" all_value=" "] </div> </div>
Please sign in to leave a comment.
0 Comments