i1.wp.com url problem (Jetpack not installed)
I found the answer to your question. I’ve created a simple avatar plugin. (I edited and developed the code) if ( !function_exists( ‘get_avatar’ ) ) : function get_avatar( $id_or_email, $size=”0″, $default=””, $alt = false ) { if ( ! get_option(‘show_avatars’) ) return false; static $default_url; if ( !isset( $default_url ) ) $default_url=”http://example.com/image/my-image.png” ; if ( … Read more