Hello,
The "Page Title" module type display isn't listed when creating a custom breadcrumb.
In custom_breadcrumbs_common.inc changed
function _custom_breadcrumbs_allowed_display($display) {
// @todo Changes needed for D7?
$allowed_display_types = array('page', 'calendar', 'image_gallery');
to
function _custom_breadcrumbs_allowed_display($display) {
// @todo Changes needed for D7?
$allowed_display_types = array('page', 'page_with_page_title', 'calendar', 'image_gallery');
Closed: outdated
2.0
custom_breadcrumbs_views