• 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.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘change Speaker URL code template’ is closed to new replies.