Hi @rolito,
BasePress can load a different header as explained in this article: https://codesavory.com/knowledge-base/basepress/basepress-themes/how-to-customize-the-header-and-footer/
You can make a copy of your theme’s header.php file,
rename it as header-basepress.php and then customize it as necessary.
If this is not what you are looking for or I misunderstood your request let me know!
Thread Starter
rolito
(@rolito)
It could be a solution…
But I wonder if there is just a simple php function to do it
(if inside KB, then hide WP header)
Do I need to hire a developer to do this?
Thanks!
Hi,
there is not any function to do that as the header is generated by your main theme so the solution depends on how the theme was developed.
The solution I proposed is the easiest.
If you can open a support ticket from the plugin’s menu I’ll help you prepare the new template.