breadcrumb links not working in FF
-
I have created breadcrumb links and they work fine on all browsers for pages within the website, however, they don’t seem to work on the blog side in FF and mobile(have to open a new window in a droid).
whether I hard code it or us
<a href="<?php echo esc_url( home_url( '/' ) ); ?> ">Home</a>
for example, the link doesn’t work in FF.I’m thinking it may have something to do with the <div> container its in as I can make a regular link outside of this <div>
Any help debugging would greatly appreciated!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘breadcrumb links not working in FF’ is closed to new replies.