Skip to content

Commit

Permalink
fixes intranet breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
kasprzyk-sz committed Oct 5, 2023
1 parent 880aac1 commit f8b0f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/plugins/vf-intranet-breadcrumbs/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@

}

if ( !is_home() && !is_archive('community-blog') && !is_archive('insites') && !is_archive('documents') && !is_archive('training') && !is_archive('events') && !is_archive('people') && !is_front_page() || is_paged() ) {
if ( !is_home() && !is_archive('community-blog') && !is_archive('insites') && !is_archive('documents') && !is_archive('training') && !is_archive('events') && !is_archive('people') && !is_page('past-training') && !is_front_page() || is_paged() ) {

echo '
<li class="vf-breadcrumbs__item">
Expand Down

0 comments on commit f8b0f6e

Please sign in to comment.