Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d9899466
authored
2023-11-09 15:56:39 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
qa
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
7baa5d92
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
wp-content/themes/msf-child/inc/breadcrumb.php
wp-content/themes/msf-child/inc/breadcrumb.php
View file @
d989946
...
...
@@ -8,7 +8,9 @@
function
get_breadcrumb
()
{
global
$post
;
echo
'<a href="'
.
home_url
()
.
'" rel="nofollow">Home</a>'
;
echo
'<a href="'
.
home_url
()
.
'" rel="nofollow">'
;
_e
(
'Home'
,
'msf'
);
echo
'</a>'
;
echo
'<span> / </span>'
;
if
(
is_category
()
||
is_single
())
{
the_category
(
' / '
);
...
...
Please
register
or
sign in
to post a comment