carlosdel123 Hi
Maybe the layout you're using doesn't include the breadcrumb block yet.
You can backup this file on your site: ROOT/templates/gk_blank/layouts/blocks/breadcrumb.php
and replace with attached file (unzip first)
Then edit the layout you're using, for example, if you're using the default layout, you edit file: ROOT/templates/gk_blank/layouts/default.php
Add this line of code to call the breadcrumb block:
<?php echo GKTemplate::renderBlock('breadcrumb') ?>
to the place you wish.