Add function to filter pins by travelers using or

This commit is contained in:
Markus Ankenbrand 2017-02-23 00:35:56 +01:00
parent 8f732baf0b
commit 2b6a2645d4
2 changed files with 13 additions and 0 deletions

View file

@ -37,6 +37,7 @@
<div style="clear: both; float: left; display: block; position: relative;margin-top: 20px;">
<a class="button" style="color:white" id="travelers-filter-button">Filter</a>
<a class="button" style="color:white" id="travelers-reset-button">Reset</a>
<input type="checkbox" id="toggle-and-or" />
</div>
<?php wp_link_pages('before=<div class="clear"></div><p class="page-links">' . __( 'Pages:', 'hitchcock' ) . ' &after=</p>&seperator= <span class="sep">/</span> '); ?>