Visit website link

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23660
    Ixinho
    Participant

    Hello

    when i enter website for a staff, can it actually display the url of the staff instead of “visit website” ?
    and can it open site in another tab instead of opening in current tab?

    #23673
    Veena
    Moderator

    You need to modify line no:92 in file single-staff.php to

    
    echo '<a target="_blank" class="value" href="' . $website_url . '" title="' . __("Website URL", "mo_theme") . '">' . $website_url . '</a>';
    
    #23689
    Ixinho
    Participant

    worked like a charm, thanx : )

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Visit website link’ is closed to new replies.