Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › breadcrumbs › Reply To: breadcrumbs
October 23, 2014 at 10:38 pm
#833
Participant
Hello,
This is normal behavior of breadcrumbs in Elvyre theme. Everything is working ok.
You need to modify functions.php file in order to achieve the breadcrumbs functionality as you have written above. The breadcrumbs code is generated in theme’s functions.php at about line 479. It starts with:
if (!function_exists('pi_breadcrumbs')) {
Robert