Social URL displaying after the icon
-
Hi there
I have added the PHP code into an author template file with the following code
<?php if ( function_exists( 'get_Sexy_Author_Bio' ) ) { echo get_Sexy_Author_Bio(); echo get_the_author_meta( 'sabemail' ); echo get_the_author_meta( 'sabfacebook' ); echo get_the_author_meta( 'sabflickr' ); echo get_the_author_meta( 'sabgoogle' ); echo get_the_author_meta( 'sabinstagram' ); echo get_the_author_meta( 'sablinkedin' ); echo get_the_author_meta( 'sabpinterest' ); echo get_the_author_meta( 'sabtwitter' ); echo get_the_author_meta( 'sabvimeo' ); echo get_the_author_meta( 'sabwordpress' ); echo get_the_author_meta( 'sabyahoo' ); echo get_the_author_meta( 'sabyoutube' ); } ?>
But just after the social media icons, the url of each account is also displaying, and is completely unformatted and out of the “”sexy-author-bio” div unlike the rest of the contact.
Any advice is appreciated
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Social URL displaying after the icon’ is closed to new replies.