• I have a parent site (such as: example.com) and a sub-directory site (example.com/sub1).

    When hovering the logo in sub site, the default is the url of subsite (example.com/sub1). I want change this url to link of parent site (example.com) .

    How do I change this?

Viewing 1 replies (of 1 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    That URL gets added with the home_url() function, so you should be able to modify the home URL through Settings → General, on the sub-directory site, otherwise, I would either override the pen_html_logo() from /pen/include/html.php with a Child theme, or just override the home_url(), I think that would be better.

Viewing 1 replies (of 1 total)
  • The topic ‘Change link of logo sub site’ is closed to new replies.