View difference between Paste ID: 3EtivyxL and 84189F7p
SHOW: | | - or go back to the newest paste.
1
<!-- Find this line -->
2
<div class="navlink tribe-previous"><?php tribe_previous_event_link(); ?></div>
3
<!-- Change the div to a span -->
4
<span class="navlink tribe-previous"><?php tribe_previous_event_link(); ?></span>
5
6
<!-- Find this line -->
7
<div class="navlink tribe-next"><?php tribe_next_event_link(); ?></div>
8
<!-- Change the div to a span -->
9
<span class="navlink tribe-next"><?php tribe_next_event_link(); ?></span>