Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26173

    Is it possible to move the Breadcrumbs to the footer ?

    #129569

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumbs location’ is closed to new replies.