• Resolved dasboo125

    (@dasboo125)


    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

    https://www.ads-software.com/plugins/sexy-author-bio/

Viewing 1 replies (of 1 total)
  • Plugin Author Andy Forsberg

    (@penguininitiatives)

    It sounds like you only want the Sexy Author Bio to appear, in which case you only need to add the following code:

    <?php 
        if ( function_exists( 'get_Sexy_Author_Bio' ) ) {
            echo get_Sexy_Author_Bio();
        }
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Social URL displaying after the icon’ is closed to new replies.