Facebook Pixel Large Date Card Style Calendar Feeds | Western Kentucky University

Large Date Card Style


Large Date Cards display in a grid with a large date to the left of the card, and the title, location, and time of the event to the right. These cards come in two styles that select the background color of the date, light gray or WKU red with white text. These cards are not approved for side column use. If you want date style cards in a side column look at Small Date Card Style Feeds.


 

Style 2 Large Date Cards (Gray)

When selecting number of articles to display, try to use an even number to keep the grid full.


Spring 2025 Graduating Seniors Exhibition
  • Location: Main Gallery, 2nd Floor FAC
  • Time: All Day
View Event
Hilltopper Fieldhouse Final Beam Raising
  • Location: Avenue of Champions across from the Preston Center
  • Time: 1:30pm
View Event
WKU Baseball vs. Evansville
  • Location: Nick Denes Field
  • Time: 6:00pm
View Event
Spring 2025 Graduating Seniors Exhibition
  • Location: Main Gallery, 2nd Floor FAC
  • Time: All Day
View Event

<?php

// id of the calendar Add-On, required
$config['calendarid'] = '147';

// number of events to be shown in the feed, default 3
$config['events'] = '4';

// style to use when formatting the feed on the page, required
$config['style'] = '2';

// load the functions we need and show the feed based on above settings
include_once ('/var/www/html/_resources/php/calendar_v2/functions.php');
echo calendar_display_feed($config);

?>

 


 

Style 3 Large Date Cards (WKU Red)

When selecting number of articles to display, try to use an even number to keep the grid full.


Spring 2025 Graduating Seniors Exhibition
  • Location: Main Gallery, 2nd Floor FAC
  • Time: All Day
View Event
Hilltopper Fieldhouse Final Beam Raising
  • Location: Avenue of Champions across from the Preston Center
  • Time: 1:30pm
View Event
WKU Baseball vs. Evansville
  • Location: Nick Denes Field
  • Time: 6:00pm
View Event
Spring 2025 Graduating Seniors Exhibition
  • Location: Main Gallery, 2nd Floor FAC
  • Time: All Day
View Event

<?php

// id of the calendar Add-On, required
$config['calendarid'] = '147';

// number of events to be shown in the feed, default 3
$config['events'] = '4';

// style to use when formatting the feed on the page, required
$config['style'] = '3';

// load the functions we need and show the feed based on above settings
include_once ('/var/www/html/_resources/php/calendar_v2/functions.php');
echo calendar_display_feed($config);

?>



Need Assistance?

The WKU ITS Service Desk is here to help. Give us a call, chat with a representative online, use the Self-Help Knowledge Base and more.

Get Help

 Last Modified 10/31/24