Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1284998

    Single Blog Page

    _____

    Breadcrumb Trail says:

    Du er her: Start/Nyheder/Nyheder/Nyhed

    I get NYHEDER twice.
    Nyheder=Blog

    Nyheder (1) = links to my blog page, want to keep this!
    Nyheder (2) = links to category page, want to REMOVE this link, makes no sense

    can you help?

    #1285002

    Fix found in the FORUM:
    add_filter(‘avia_breadcrumbs_args’, ‘avia_remove_cat_breadcrumb’, 10, 1);
    function avia_remove_cat_breadcrumb($args){
    $args[‘show_categories’] = “”;
    return $args;
    }

    #1285140

    Hi thomaslanger_dk,

    Glad you got it working for you! :)

    But be careful, there can be a permalink conflict since you have the page and the category with the same slug.

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.