ephrem
Member
Posted 6 months ago #
Hello there,
Could you please let me know whether we can Reverse the order of the breadcrumb trail. That is i want it to display as shown below:
Blog > Home instead of Home > Blog.
Please advise.
Thanks and Regards,
Maria Ignatius Ephrem.J
PM, Wafy Technologies Pvt. Ltd.
http://wordpress.org/extend/plugins/breadcrumb-navxt/
The third parameter into bcn_display is a boolean for whether or not to reverse the output, so just call bcn_display(false, true, true); rather than bcn_display();.
ephrem
Member
Posted 6 months ago #
Thank you mtekk for solving my problem :)
ephrem
Member
Posted 6 months ago #