How to Change Site Title Link?
-
Hello!
I would like to change the default landing page and site title URL of my website to a page other than my blog.
I tried copying the header.php file into my child theme and changing this:
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"
To This:
<a href="https://www.<my-website>.com/about/"
But it doesn’t work. Can anyone tell me how to change the landing page and site title (header) URL to something other than my blog?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to Change Site Title Link?’ is closed to new replies.