BUG? Collections link in Breadcrumb
-
In archive-sell_media_item.php I think there is a mistake in the code:
echo '<li><a href="'. site_url( 'collections' ). '" title="' . __( 'Collections', 'sell_media' ) . '">' . __( 'Collections', 'sell_media' ) . '</a> <span class="raquo">»</span> </li>';
site_url should read site_url( ‘all-collections’ )
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘BUG? Collections link in Breadcrumb’ is closed to new replies.