Breadcrumbs
This type of secondary navigation that reveals the user’s location in a website (or web application) is required on every TCU site and should display beneath the header on each page.
Web Standards WordPress Theme
You may establish additional settings in the Settings menu. Click on Settings, then Reading, then Breadcrumbs settings

<?php
if ( function_exists( 'tcu_breadcrumbs_list' ) ) {
tcu_breadcrumbs_list();
}
?>