Featured image for social sharing ot author archive page
Try copying the following code into your functions.php file. It adds a custom og:image property for the authors with nicenames of michelle-robinson, mystery-man, john-smith, and a default fallback image, respectively. You can easily change this to suit your needs. add_action( ‘wp_head’, ‘wpse_70701_author_image’ ); function wpse_70701_author_image() { if ( is_author( ‘michelle-robinson’ ) ) { // set … Read more