Here is the snippet about this small things. Adding My Avatar Before The Site Title add_action( ‘genesis_site_title’, ‘gd_add_my_avatar’, 9 ); function gd_add_my_avatar() { printf( ‘<div %s>’, genesis_attr( ‘my-avatar’ ) ); echo get_avatar( ‘ENTER YOUR EMAIL ID HERE’, 64 ); echo ‘</div>’; } Here 64 is the avatar size. You will adjust the avatar size by… Continue Reading