Notifications
Clear all

wpForo 1.x.x [Closed] Shortcode PHP / Breadcrumb

2 Posts
2 Users
0 Likes
563 Views
Posts: 2
Topic starter
(@alexsmoothwebsites)
New Member
Joined: 4 years ago

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
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 4 years ago

Hi @alexsmoothwebsites,

Below is provided a function that prints the breadcrumb.

<?php WPF()->tpl->breadcrumb(WPF()->current_object) ?>