Advertisement
BakerMan

Calendar widget without the grid (ECP3)

Aug 13th, 2013
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Events Pro Mini Calendar Widget:
  4.  * modified to remove the grid and show only the list.
  5.  */
  6.  
  7. if ( !defined('ABSPATH') ) { die('-1'); } ?>
  8.  
  9. <?php $args = tribe_events_get_mini_calendar_args(); ?>
  10.  
  11. <div class="tribe-mini-calendar-wrapper">
  12.  
  13.     <!-- List -->
  14.     <?php tribe_get_view('widgets/mini-calendar/list'); ?>
  15.  
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement