Breadcrumb issue
-
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
- The topic ‘Breadcrumb issue’ is closed to new replies.