Header social icons links not working
-
Hi
You’ve an error with links in the header not working properly. When you update or save links URL field it’s not showing correctly in the header.
Line 632 of header.php file has this code
<a href="<?php esc_url( $link ); ?>">
but it should have this one:
<a href="<?php echo esc_url( $link ); ?>">
Thanks!
Fernando
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Header social icons links not working’ is closed to new replies.