-
Hi, I'm on v6.03 of Bootscore, and 6.0.0-beta1 of Bootscore Child. I want to hide the Note: I'm using the free Widget Context plugin but this is not a widget. It's part of the header. Though it seems like an appropriate use case for that plugin. Moving along... In Header.php, we have this:
That part is in the header, although I see in source code that it used to be in Is there a way to make a filter or something to do this? I just need to check if the location is home_url and if it is, exclude writing the logo code. Thank you in advance. Cindy |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Thank you. |
Beta Was this translation helpful? Give feedback.
Why so complicated? Simply add this into the page content. Go in Backend to your page edit screen, add direct after the title a Custom HTML Block and paste code to hide logo on this page there:
Now, the logo is hidden only on this page. Solved?