The Kinetic theme includes custom "Views" to render content on the homepage. Below is a description of the views and how to install and customize them.
The Homepage "Showcase Rotator" is a custom view to pull specific content to the SHOWCASE ROTATOR. This view pulls the lastest articles from the "Rotator" term in the taxonomy. The view can be customized as needed to pull from different taxonomies.
$thisPage = path_to_theme() . '/templates/rotator.php'; include ($thisPage);
This custom view will pull the latest articles to the homepage and put them in the JQuery rotator on the homepage.