Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter J i Habib

    (@bapjan)

    Problem fixed by adding icons and editing style.css also needed to add a function on single.php as

    <?php endif;
    	$author_facebook = get_the_author_meta( 'facebook' ); 
    		if ( $author_facebook ) : ?>
    			<a class="author-link-facebook" href="https://www.facebook.com/<?php echo esc_attr( $author_facebook ); ?>"><?php printf( __( 'on facebook', 'baskerville' ), $author_facebook ); ?></a>
    • This reply was modified 4 years, 9 months ago by J i Habib.
    • This reply was modified 4 years, 9 months ago by J i Habib.
    Theme Author Anders Norén

    (@anlino)

    Hi @bapjan,

    Baskerville doesn’t support Facebook author links currently, but I might take a look at adding it in a future version.

    — Anders

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Authors Facebook Icon and links not showing’ is closed to new replies.