Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Breadcrumbs › Reply To: Breadcrumbs
July 8, 2015 at 9:34 am
#3301
Keymaster
Breadcrumbs has fallback text when you don’t enter anything so design doesn’t break. In this case it won’t break so I removed fallback from code.
If anyone want to this, code is in functions.php. Lines 523-525 should be deleted:
if(empty($pre_breadcrumbs)){
$pre_breadcrumbs = __('You are here:', 'pi_framework');
}