Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #493666

    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/ ?

    #493670

    Hi jmcguire41143!

    Please go to Appearance > Menus and add new link to your menu and link it as needed :)

    Cheers!
    Yigit

    #493743

    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?

    #494148

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.