List Style
Basic list style feeds display a default header, date, and description, with a button to read the full article. Use Style 1 for no thumbnails and Style 2 to enable thumbnail images if they are available. Style 2 with thumbnails is not compatible with side columns at certain device widths, use Style 1 if you want to display this feed in a side column.
Style 1 Basic List Style - (No Thumbnails)
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, you will not be able to access the CMS or make edits....
View ArticleOct 16th, 2024
There are two new components, integrated with the CourseLeaf system that allow you to easily display accurate, up-to-date details directly from the WKU Course Catalog....
View ArticleJul 31st, 2024
Style 4 cards have been updated slightly to meet the latest accessibility standards....
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 2 - Basic List Style (With Thumbnails)

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, you will not be able to access the CMS or make edits....
View Article
Oct 16th, 2024
There are two new components, integrated with the CourseLeaf system that allow you to easily display accurate, up-to-date details directly from the WKU Course Catalog....
View Article
Jul 31st, 2024
Style 4 cards have been updated slightly to meet the latest accessibility standards....
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'] = '2';
// 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.