admin管理员组

文章数量:1405585

Closed. This question is off-topic. It is not currently accepting answers.

Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?

Closed 5 years ago.

Improve this question

I want to know how to change the logo url of my website

/

So when you click to the logo it will go directly to

Kindly help me, as I'm not a coder

Closed. This question is off-topic. It is not currently accepting answers.

Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?

Closed 5 years ago.

Improve this question

I want to know how to change the logo url of my website

https://thienthans/frenchies/

So when you click to the logo it will go directly to https://thienthans/example

Kindly help me, as I'm not a coder

Share Improve this question asked Dec 11, 2019 at 19:47 user2995858user2995858 112 bronze badges 2
  • It depends on your theme. Not all of them are coded the same way. Read up on your theme's documentation or ask the developer for support. – WebElaine Commented Dec 11, 2019 at 19:58
  • Hi. There is no thing about chaning the logo url in the document – user2995858 Commented Dec 11, 2019 at 20:23
Add a comment  | 

1 Answer 1

Reset to default 0

You need to edit the header.php of your theme and look for the code that outputs the logo link. Or you can try adding this to your theme's header.php file:

<script>
var yourElement = document.getElementById('sc_layouts_logo_1396606940');
yourElement.setAttribute('href', 'https://thienthans/example');
</script>

本文标签: How to change logo url