• hi, FYI,

    breadcrumbs.php have one issue :

    <a href="<?php echo esc_url( home_url( '/' ) ); ?>"> <?php echo esc_html__( 'Home', 'proficia' ); ?>

    missing </a> on this line (line 30),
    should be:

    <a href="<?php echo esc_url( home_url( '/' ) ); ?>"> <?php echo esc_html__( 'Home', 'proficia' ); ?></a>

    it make <a href="blogurl"></a> in every end of tag (<section>, <div>, etc)

    thanks

    • This topic was modified 6 years, 1 month ago by antohuang.
  • The topic ‘Breadcrumb issue’ is closed to new replies.