Tagged: breadcrumbs
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?
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;
}
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