Adding breadcrumbs to pages

Posted in: Newsmag
Post count: 21

Hi,

Can you please let me how I can add Breadcrumbs to the template called page.php. I want it to display there and do not want to use the Pagebuilder+title or pagebuilder+pagination+title templates.
Thanks.

Post count: 6535

Hi

To display the breadcrumbs on default template you need to add this code in page.php like here: http://screencast.com/t/VKc4DR0Euhttp://screencast.com/t/cqps7urucfAj

<div class="td-page-header td-pb-padding-side">
     <?php echo td_page_generator::get_page_breadcrumbs(get_the_title()); ?>
</div>

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.