I’m using Cornerstone and X with the Ethos stack, all the latest updates. We eventually plan to redirect our Wordpress site to our other website and can Wordpress for good, but for whatever reason, our redirects aren’t working, so in the meantime, I need to know how to change the link you go to if you click the main logo. So when people find old pages and click that, the logo at least will take them to the right place until I figure out why our server won’t recognize an updated htaccess file. Thanks
Hello @puro3oils,
Thanks for asking.
You can add following Js code in X > Theme Options > JS to change the logo link:
jQuery(document).ready(function($){
$("a.x-brand").attr("href", "http://example.com");
});
Please replace example.com
. In the mean time for other problem you are facing, please make sure that you have entered correct URL in WordPress Address (URL) and Site Address (URL) under Settings > General.
Thanks.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.