Basic Card Style
Basic card style feeds display a default header, date, and description, with a button to read the full article inside of a card. Use Style 1 for no images and Style 2 to enable images. If you have no image uploaded a default image of big red will be used. This style uses the Article Image, not the Thumbnail Image. All basic card style feeds work in central and side columns.
Style 3 Basic Card Style - (No Images)
May 15th, 2025
A new component has been added to create status badges. Badges can be seamlessly integrated into cards, tables, headings, and more to enhance visual clarity and user experience....
View ArticleMay 6th, 2025
Due to recent changes in how emails are handled, we’ve identified issues affecting some Modern Campus forms wherein sent emails upon form submission are failing to be delivered...
View ArticleMar 24th, 2025
The Web CMS (Modern Campus CMS) will be unavailable for up to 48 hours starting at 7 PM Friday, March 28, through Sunday, March 30, due to scheduled maintenance. During this time,...
View Article<?php
// id of the news addon, required
$config['newsid'] = '45';
// number of articles to be shown in the feed, required
$config['articles'] = '3';
// style to use when formatting the feed on the page, required
$config['style'] = '1';
// load the functions we need and show the feed based on above settings
include_once ('/var/www/html/_resources/php/news_v2/functions.php');
echo news_display_feed($config);
?>
Style 4 - Basic Card Style (With Image Caps)

May 15th, 2025
A new component has been added to create status badges. Badges can be seamlessly integrated into cards, tables, headings, and more to enhance visual clarity and user experience....
View Article
May 6th, 2025
Due to recent changes in how emails are handled, we’ve identified issues affecting some Modern Campus forms wherein sent emails upon form submission are failing to be delivered...
View Article
Mar 24th, 2025
The Web CMS (Modern Campus CMS) will be unavailable for up to 48 hours starting at 7 PM Friday, March 28, through Sunday, March 30, due to scheduled maintenance. During this time,...
View Article<?php
// id of the news addon, required
$config['newsid'] = '45';
// number of articles to be shown in the feed, required
$config['articles'] = '3';
// style to use when formatting the feed on the page, required
$config['style'] = '4';
// load the functions we need and show the feed based on above settings
include_once ('/var/www/html/_resources/php/news_v2/functions.php');
echo news_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.