Is it possible to move the Breadcrumbs to the footer ?
Hi,
Yes, it is possible.
Edit footer.php, find this code:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
Below, add this code:
<?php echo avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true)); ?>
Edit custom.css or Quick CSS and add this code:
#socket .breadcrumb.breadcrumbs.avia-breadcrumbs {
float: right;
}
Regards,
Ismael