Advertisement
BakerMan

Shoehorn a Submit Event link to the tribe calendar buttons

May 2nd, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1. <span class='tribe-events-calendar-buttons'>
  2.     <!-- change abc.com/events/community/add to whatever is appropriate in your case -->
  3.     <a class='tribe-events-button-off' href='http://abc.com/events/community/add'> Submit Event </a>
  4.     <a class='tribe-events-button-off' href='<?php echo tribe_get_listview_link(); ?>'><?php _e('Event List', 'tribe-events-calendar'); ?></a>
  5.     <a class='tribe-events-button-on' href='<?php echo tribe_get_gridview_link(); ?>'><?php _e('Calendar', 'tribe-events-calendar'); ?></a>
  6. </span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement