Jun 24, 2020 8:04 am
Does anyone know the PHP code I'd need in order to integrate WPForo breadcrumbs into my website? Or a shortcode that will do the same?
1 Reply
Jun 25, 2020 12:00 pm
Below is provided a function that prints the breadcrumb.
<?php WPF()->tpl->breadcrumb(WPF()->current_object) ?>