On the home logo, in my case, the maintenance logo, would I edit that in the permalink to make that button connect to: http://www.webjimz.com instead of http://69.195.124.243/~webjimz1/ ?
Hi jmcguire41143!
Please go to Appearance > Menus and add new link to your menu and link it as needed :)
Cheers!
Yigit
For the home logo, if I click it and it goes to that http://69.195.124.243/~webjimz1/ instead of the official website. I would add a menu link?
Hey!
No, you should change that in Settings > General > Blog Address. If you’re not ready to do that yet you can use the following filter (in theme / child theme functions.php) to artificially change the logo link:
add_filter('avf_logo_link', function() {
return "http://www.webjimz.com/";
});
Best regards,
Josue