hi all
this is the code for URL box in speaker template.
$url = esc_url( get_post_meta( $post->ID, 'sc_speaker_url', true ) );
if( !empty( $url ) ) echo str_replace('http://','', $url);
does anyone know how to make this box become the normal one, can put space and no more link
thanks before.