Title: replace breadcrumbs
Last modified: August 30, 2016

---

# replace breadcrumbs

 *  Resolved [fivestarfisher](https://wordpress.org/support/users/fivestarfisher/)
 * (@fivestarfisher)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/replace-breadcrumbs/)
 * How can I replace the Guardian theme breadcrumbs with breadcrumbs from a plugin?
   The plugin page says to add
 * ‘<div id=”breadcrumbs”><?php learndash_breadcrumbs() ?></div>’
 * to the header.php file, but that puts the breadcrumbs at the top of the page (
   and keeps the Guardian breadcrumbs). I’d like theLearnDash breadcrumbs to be 
   in the same place as the theme’s breadcrumbs.
 * Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/replace-breadcrumbs/#post-6818069)
 * 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.
 *  Thread Starter [fivestarfisher](https://wordpress.org/support/users/fivestarfisher/)
 * (@fivestarfisher)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/replace-breadcrumbs/#post-6818121)
 * 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](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](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?
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/replace-breadcrumbs/#post-6818127)
 * 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 ](http://pastebin.com/tpcxPAeH)and paste to weblizar-
   breadcrumbs.php that you created in child theme directory.
 * Save the changes.
 * Thanks.
 *  Thread Starter [fivestarfisher](https://wordpress.org/support/users/fivestarfisher/)
 * (@fivestarfisher)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/replace-breadcrumbs/#post-6818137)
 * That is pefect! Thank you so much…I really appreciate your help!
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/replace-breadcrumbs/#post-6818158)
 * Hi,
 * Most Welcome.
 * Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘replace breadcrumbs’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/guardian/4.66/screenshot.png)
 * Guardian
 * [Support Threads](https://wordpress.org/support/theme/guardian/)
 * [Active Topics](https://wordpress.org/support/theme/guardian/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/guardian/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/guardian/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/replace-breadcrumbs/#post-6818158)
 * Status: resolved