<?php /** * Template part for displaying a post's breadcrumb. * * @package kadence */ namespace Kadence; $item_type = get_post_type(); $elements = kadence()->option( $item_type . '_title_element_breadcrumb' ); $args = array( 'show_title' => true ); if ( isset( $elements ) && is_array( $elements ) ) { if ( isset( $elements['show_title'] ) && ! $elements['show_title'] ) { $args['show_title'] = false; } } kadence()->print_breadcrumb( $args );
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
above_title.php | File | 439 B | 0644 |
|
back_link.php | File | 480 B | 0644 |
|
breadcrumb.php | File | 454 B | 0644 |
|
categories.php | File | 1.56 KB | 0644 |
|
category.php | File | 1.35 KB | 0644 |
|
description.php | File | 408 B | 0644 |
|
excerpt.php | File | 206 B | 0644 |
|
info.php | File | 155 B | 0644 |
|
meta.php | File | 11.27 KB | 0644 |
|
search.php | File | 232 B | 0644 |
|
title.php | File | 254 B | 0644 |
|