BakerMan

Hack for Geoff's theme (TEC 2.0.11) (Nimble)

Mar 17th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  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>
Add Comment
Please, Sign In to add comment