I am using the woo_breadcrumbs function and need to insert the name of the curent custom post type. Currently it is showing the home page + category, Home -> Category
. Is there a simple way to call the name of the current Custom-Post-Type and insert it between home and category? The function inside the admin-fuction.php
file in functions folder.
Thanks!!