Skip to content

Commit

Permalink
fix: le-persone 404 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Cate55 authored Dec 14, 2023
1 parent a45c863 commit c3d9492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/breadcrumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ protected function add_items() {
$this->add_term_archive_items();
} else if ( is_author() ) {
$this->items[] = "<a href='".home_url("la-scuola")."'>".__("Scuola", "design_scuole_italia")."</a>";
$this->items[] = "<a href='".home_url("la-scuola/persone")."'>".__("Le persone", "design_scuole_italia")."</a>";
$this->items[] = "<a href='".home_url("la-scuola/le-persone")."'>".__("Le persone", "design_scuole_italia")."</a>";
$this->add_user_archive_items();
} else if ( get_query_var( 'minute' ) && get_query_var( 'hour' ) ) {
$this->add_minute_hour_archive_items();
Expand Down

0 comments on commit c3d9492

Please sign in to comment.