Viewing 2 replies - 1 through 2 (of 2 total)
  • So, for this we have to show the logo inside ‘if condition’. And in that condition, we need to check if that is the specific page where the logo url is to be changed. We can use page id to check the condition.So we need something like this:
    if(‘specific page’)
    {
    show logo with change logo-url;
    }
    else{
    show logo with normal logo-url;
    }
    Hope that helps !

    Thread Starter miguelitomola

    (@miguelitomola)

    Ok. I was thinking something like that. The point to execute a javavascript when that page is loaded and I wanted to do it just editing functions.php
    Do you think this is correct?

    Thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo link url in just one page (support page)’ is closed to new replies.