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)
Dec 13th, 2021
The maximum file size of binary files such as videos files, audio files, PowerPoint presentations, PDFs, and other media has been reduced to 50mb....
View ArticleNov 3rd, 2021
Watch the new video tutorial on Headings. Learn more about headings and their purpose, how to add and order them, as well as tips for finding them and troubleshooting the Final...
View ArticleOct 4th, 2021
Pages containing a Known Problem in the Accessibility portion of Final Check will not be able to publish until they are resolved....
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)

Dec 13th, 2021
The maximum file size of binary files such as videos files, audio files, PowerPoint presentations, PDFs, and other media has been reduced to 50mb....
View Article
Nov 3rd, 2021
Watch the new video tutorial on Headings. Learn more about headings and their purpose, how to add and order them, as well as tips for finding them and troubleshooting the Final...
View Article
Oct 4th, 2021
Pages containing a Known Problem in the Accessibility portion of Final Check will not be able to publish until they are resolved....
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.
Some of the links on this page may require additional software to view.