Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nimble3

    (@nimble3)

    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;
    Thread Starter slfedesna

    (@slfedesna)

    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.

    Plugin Author Nimble3

    (@nimble3)

    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.

    AlistairWilliams

    (@alistairwilliams)

    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.

    https://www.alistairwilliamsdesign.com/midnightburner/blog/#all

    cheers
    Al

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Read More->’ is closed to new replies.