Replace title with logo in brand page
-
Hello
First, congrats on a great plugin, probably the best free plugin I’m using right now.
I have posted this question as reply to a couple of related posts, but I guess this is the right place to do it, so excuse the repetition.
Basically I wanted to change the brand page, replacing the title with the logo.
I found this bit of code that I put in the functions.php file:add_filter(‘woocommerce_show_page_title’, function(){
if (is_tax( ‘pwb-brand’ )) {
echo ‘<div>put brand logo here</div>’;
}
} );This successfully allows me to remove the title, now I just need to call the logo in here.
Can you help me?
Thanks
Mario
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Replace title with logo in brand page’ is closed to new replies.