Hi Matthias,
i try to use it. but i did not find out how i can handed over parameters to the function like in
<?php new_breadcrumbs(' » ',2,true,2);
.
i try to do this:
<?php show_breadcrumbs(' » ',2,true,2);
without any success. in that way the show_breadcrumbs() function did not show anything and if i use this:
<?php show_breadcrumbs(' » ',1,true,2);
the function shows the root level entries also, but i want only shows entries of the second level and above.
Stefan