Site logo

Archived topic

Insert a homepage link to the default LOGO in PC and mobile

3 replies · Started by Marcio Takayama on February 26, 2019

Viewing posts 1–4 of 4

Hello,

I would like to add a home link in the LOGO image.

I read some topics and I already installed Code Snippets plugin. Created a SNIPPET as follows:

add_filter('generate_logo_href','generate_custom_logo_href');
function generate_custom_logo_href()
{
      return 'https://www.coisasdojapao.com/';
}

But nothing happened. Could you please help me?

Marcio

Hi there,

the Site Logo automatically includes the home link. The problem is where you have used CSS to align the nav and the logo. The nav is blocking the logo from being clicked.

Instead of using the Site Identity logo in the header you can use the Navigation Logo to place it:

https://docs.generatepress.com/article/navigation-as-a-header/

Thank you David! Problem solved!

Glad to be of help

This archived topic is closed to new replies.