Forums
Forums / Theme: Alante / Changing Site Title URL
(@vitemerius)
8 years, 9 months ago
Hi,
how can I change the Site Title URL? By default the link leads to the home page, but I want to change the URL without changing the home page. Thanks!
(@emranemranx)
Hi Vitemerius,
First, you can install this plugin: https://ww.wp.xz.cn/plugins/header-and-footer-scripts/
Then paste the following code in your Admin Panel > Settings > Header and Footer Scripts > Scripts in header:
<script type="text/javascript">// <![CDATA[ jQuery(document).ready(function(){ jQuery('#logo a').attr('href', 'http://www.google.com'); }); // ]]></script>
Thanks!
Thank you very much!
The topic ‘Changing Site Title URL’ is closed to new replies.