qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -8,7 +8,9 @@ | ... | @@ -8,7 +8,9 @@ |
| 8 | 8 | ||
| 9 | function get_breadcrumb() { | 9 | function get_breadcrumb() { |
| 10 | global $post; | 10 | global $post; |
| 11 | echo '<a href="'.home_url().'" rel="nofollow">Home</a>'; | 11 | echo '<a href="'.home_url().'" rel="nofollow">'; |
| 12 | _e('Home','msf'); | ||
| 13 | echo '</a>'; | ||
| 12 | echo '<span> / </span>'; | 14 | echo '<span> / </span>'; |
| 13 | if (is_category() || is_single()) { | 15 | if (is_category() || is_single()) { |
| 14 | the_category(' / '); | 16 | the_category(' / '); | ... | ... |
-
Please register or sign in to post a comment