Advertisement
Guest User

Untitled

a guest
Nov 14th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php
  2. /** Remove default Ultimatum loop */
  3.  
  4. remove_action( 'ultimatum_loop', 'ultimatum_standard_loop' );
  5. add_action('ultimatum_loop', 'tribecal_loop');
  6. function tribecal_loop() {
  7. ?>
  8. <div id="tribe-events-pg-template">
  9. <?php tribe_events_before_html(); ?>
  10. <?php tribe_get_view(); ?>
  11. <?php tribe_events_after_html(); ?>
  12. </div> <!-- #tribe-events-pg-template -->
  13. <?php
  14. }
  15.  
  16. ultimatum();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement