Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. echo do_shortcode('[events_calendar]');
  2.  
  3. <?php
  4. echo EM_Events::output(array('scope'=>'tomorrow', 'limit'=>10, ));
  5. ?>
  6.  
  7. <?php
  8. echo EM_Events::output(array('scope'=>'tomorrow', 'limit'=>10, 'format'=>'
  9.  
  10. <div>#_EVENTNAME</div>
  11. <div>#_EVENTDATES</div>
  12. {has_location}
  13. <div>#_LOCATIONNAME</div>
  14. {/has_location}
  15.  
  16. '));
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement