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.