• I saw a post on the main website to customize the link on the logo but I cannot seem to get this to work with a telephone number link on it like you can with HTML.
    Can this be done? If so any help would be appreciated!

    Many thanks,
    Michael

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter iStubbsy

    (@istubbsy)

    *bump*

    Hi,
    whats the problem?

    add_filter('tc_logo_link_url', 'change_site_main_link');
    function change_site_main_link($output) {
    return 'tel:+8971237112';
    }

    doesn’t work?

    Thread Starter iStubbsy

    (@istubbsy)

    I’m afraid that doesn’t work. It shows there is a link their when on the PC but nothing happens when on the phone.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Telephone Number Link on the Logo’ is closed to new replies.