FEATURE Transforming repertoire into the front page — fixing SINGLE breadcrumb
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-09-01 14:54:36 +02:00
parent 10603dbb1b
commit e0c395180d

View File

@ -40,7 +40,6 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
<li><a href="<?php echo $frontPageUrl ?>"><?php echo $frontPageTitle ?></a></li>
<li><a href="<?php echo $searchPageUrl ?>"><?php echo $searchPageTitle ?></a></li>
<?php if ($currentPage) : ?>
<li><a href="<?php echo get_post_permalink($currentPage->ID) ?>" aria-current="location" aria-disabled="true"><?php echo $currentPage->post_title ?></a></li>