Hi all,
I have created a navigation based on categories.
Using this approach, displays something like this: archive for category: {category} below the main navigation
in archive.php I have changed the following
/*
* $description = is_tag() ? tag_description() : category_description();
* echo avia_title(array('title' => avia_which_archive(), 'subtitle' => $description));
*/
?>
Doing this, removes the breadcrumb completely.
Now my question is if there a way exist to left the small breadcrumb "You are here > ..... > "
Thanks in advance














