Custom Layout Breadcrumbs

how to add breadcrumbs in custom layout page?

I've searched, but it doesn't help.

Please help

In the custom controller please use

fn_add_breadcrumb('my_page_parent', "categories.catalog");
fn_add_breadcrumb('my_page');

Hi!

how to add breadcrumbs in custom layout page?

I've searched, but it doesn't help.

Please help

Please use the fn_add_breadcrumb function at your custom controller, to add breadcrumbs. You can check the code of this function in the app/functions/fn.common.php file, for the details.

In the custom controller please use

fn_add_breadcrumb('my_page_parent', "categories.catalog");
fn_add_breadcrumb('my_page');

Hi!

Please use the fn_add_breadcrumb function at your custom controller, to add breadcrumbs. You can check the code of this function in the app/functions/fn.common.php file, for the details.

Hi.

Thank you for reply

I added in top-sales.php in controllers/frontend folder

but did not work

I don't know what's wrong.

Thank you.

function fn_add_breadcrumb('Home', "Top Sales");

function fn_add_breadcrumb('top-sales');

Please make sure that the corresponding layout page (the default or specific one) has the Breadcrumbs block with the Active status

P.S. The second parameter should be breadcrumb URL