I'm working in local for changing a website. In category archive page I would like to delete the "category/" that appears before the name of the category in the title. I'm tring to delete it from code but I can't find it ... Please, could you help me? I attach you a capture of your demo blog page to show you want I mean.
Hello!
I'm working in local for changing a website. In category archive page I would like to delete the "category/" that appears before the name of the category in the title. I'm tring to delete it from code but I can't find it ... Please, could you help me? I attach you a capture of your demo blog page to show you want I mean.
Thanks in advanced,
Mireia
Hi,
I finally managed to delete it from tpl/blog-query.php in line 103:
$blog_title = __('Category', 'kalium') . ' / <span>' . $category->name . '</span>';
So I change it and I saved it in my child theme :)
Best,
Mireia
Hi Mireia,
We are glad to hear that you managed to fix it and thank you for sharing the fix with us :)
Best regards,
Laborator Team