Trailing slash at the end of last url
-
Hi, how we can add trailing slash at current item url?
I’ve solved this by mannualy modifying in file class-flexy-breadcrumb-trail.php
lines like:
$current_url = home_url(add_query_arg(array(),$wp->request));
to:
$current_url = trailingslashit(home_url(add_query_arg(array(),$wp->request)));
Without trailing slash at last item, this is a bug, google console screaming about this.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Trailing slash at the end of last url’ is closed to new replies.