You need to modify the amdhas theme’s file.
in includes/amdhas-setings.php line# 319
REPLACE
echo get_category_parents($cat, TRUE, ' ' . $amdhas . ' ');
WITH
$cat_bread = get_category_parents($cat, TRUE, ' ' . $amdhas . ' ');
echo is_wp_error($cat_bread)?"":$cat_bread;
Thanks, that worked.
It’s nice to know it was the theme I selected and not just me.
Does it work with most themes? Should I change my parent theme?
It is showing my individual posts, but categories don’t list and the bread crumbs list Home > site name instead of Home > Portfolio > site name.
Categories are not showing because portfolio post type has terms not categories 🙂
We will add a new function get_term_parents() in the next update, so if anyone’s theme breadcrumbs mis-behave like yours, he can FIX it only by replacing the function name.
Hi there, I have a similar issue on my website. Tried finding the code but can’t. Can you help me out please? not sure what the issue is.
http://www.alistairwilliamsdesign.com/midnightburner/blog/#all
cheers
Al