How to move breadcrumbs to top of page.
- 
		Could someone please help with some instructions on how to move the bbPress breadcrumbs out of the bbPress content area to the top of my page? Following the instructions I found in this article: http://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#7-how-can-i-remove-all-the-breadcrumbs-from-the-templates-and-set-them-at-the-top-of-the-page, I created a template file in my theme titled bbpress.php. Then added a div with class=”truebreadcrumbs” and the styles as instructed, expecting the breadcrumbs to display in the new div I added. I can’t get this to work at all and wondering if I’m misunderstanding the html to add to the template. Namely `</pre> 
 <div class="truebreadcrumbs"></div>
 <pre>doesn't make much sense. Instead, I added<div class=”truebreadcrumbs”></div>`Any ideas? 
- The topic ‘How to move breadcrumbs to top of page.’ is closed to new replies.