##Prerequisites
- Install Sublime Text 2 (any decent text editor will do)
##Setup Steps
- Fork the GitHub Repo onto your GitHub account. (Icon at the top of the screen)
- Open a command prompt
##Prerequisites
##Setup Steps
| <?php | |
| /* | |
| ////////////// SNIPPET FROM LIST.PHP | |
| In the conditional below, I removed " || !tribe_get_all_day() ". Both of the conditionals were returning nothing, | |
| so the second one ("not true") was catching my event. My event has the same dates, but different times. | |
| */ | |
| ?> | |
| <?php if (tribe_is_multiday()): ?> | |
| <tr> |
| <?php | |
| // Check if results should be filtered | |
| $search_filter = $_REQUEST["search_filter"]; | |
| $search_keyword = $_REQUEST["search_keyword"]; | |
| $search_instrument = $_REQUEST["search_instrument"]; | |
| $search_doctype = $_REQUEST["search_doctype"]; | |
| echo "<br />search_filter: " . $search_filter; | |
| echo "<br />search_keyword: " . $search_keyword; | |
| echo "<br />search_instrument: " . $search_instrument; |