Changing Website to actual URL

This topic contains 2 replies, has 3 voices, and was last updated by  Alex Rollin 4 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #530755

    Jane
    Full Member
    Post count: 41

    Hello

    I found this code on your forum to channel Website to the Url, and inserted in in the functions.php file. It did not work. Could you help me please.

    add_filter( ‘geodir_custom_field_website_name’, ‘geodir_change_website_field_display_name’, 10, 3 );
    function geodir_change_website_field_display_name($name,$website,$post_id){
    if($name==’Website’){return $website ; }
    else{return $name;}
    }

    #530767

    Kor
    Moderator
    Post count: 16516

    Hi Jane,

    Thanks for your post. Are you saying that you’re trying to change your Website URL that is using an IP address to a domain name?

    Thanks!

    #530854

    Alex Rollin
    Moderator
    Post count: 27815
Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket