How do I show breadcrumbs when sidebar is not applied?

Posted the breadcrumbs in the wrong template page, moved to the correct page after suggestion from WebElaine to check which template was being used by placing:

<!-- <?php global $template; print_r($template); ?> -->

In the header.php file, which allowed me to view the template being used via source.