', esc_url( get_bloginfo( 'pingback_url' ) ) ); } } add_action( 'wp_head', 'ariblog_pingback_header' ); /** * Custom styles. See customizer-typography for typography styles. */ function ariblog_custom_styles() { echo ''; } add_action( 'wp_head', 'ariblog_custom_styles' ); /*** * Basic support for a custom mobile logo. */ function ariblog_logo() { if ( has_custom_logo() ) { the_custom_logo(); } }