Hi,
Please open index.php, single.php ,page.php etc file in text editor
and find below line.
get_template_part(‘weblizar’,’breadcrumbs’); ?>.
Replace it with the
//get_template_part(‘weblizar’,’breadcrumbs’); ?>
<div id=”breadcrumbs”><?php learndash_breadcrumbs() ?></div>
Save the changes.
NOTE: Please make copy of all related file in child theme so that, you will not loss the chnages on theme update.
Thanks.
Here is what it looks like I before I follow the steps:
https://drive.google.com/a/five-startech.com/file/d/0B6gQiqZIow9nT0RBdzVURmhoRm8/view?usp=sharing
Here’s what it looks like after I follow the steps:
https://drive.google.com/file/d/0B6gQiqZIow9nTFFGaTZwN0ZCeWs/view?usp=sharing
I would really like for the page title to stay there, as it is in the “before” picture. In other words, I would like the breadcrumbs under the h2 sized “LEVEL 1.”
Is that possible?
Hi,
Please undo all the change that instructed before.
Make child theme and create weblizar-breadcrumbs.php in child theme directory.
Now copy code from LINK and paste to weblizar-breadcrumbs.php that you created in child theme directory.
Save the changes.
Thanks.
That is pefect! Thank you so much…I really appreciate your help!