I've been trying to avoid having a homepage and jump straight into a blog/portfolio view, but the logo for the website always redirects to the mainpage. I've tried finding the place where the href is being set but cannot find it.
Is there some way of tweaking how the logo behaves?
Before you continue please consider reading the article we wrote about How to add Custom CSS to functions.phpor edit the file directly in them or child-theme. Then past the code in Custom CSS Section:
if (!function_exists('replace_logo_url')){
function replace_logo_url(){
return home_url() . '/blog';
}
add_filter( 'kalium_logo_url', 'replace_logo_url', 99 );
}
Hi,
I've been trying to avoid having a homepage and jump straight into a blog/portfolio view, but the logo for the website always redirects to the mainpage. I've tried finding the place where the href is being set but cannot find it.
Is there some way of tweaking how the logo behaves?
Hi there,
Before you continue please consider reading the article we wrote about How to add Custom CSS to functions.phpor edit the file directly in them or child-theme. Then past the code in Custom CSS Section:
Thank you.
Cheers, that did the trick!
Hi there,
I'm glad to hear that
P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.
A huge thank you from Laborator in advance and have a great week!
Will set this ticket as solved from here.
Thank you.