Thank you Ylli. I added that code on my functions.php file of my Child theme but unfortunately nothing happened. Even by adding it on the main theme it just hides everything on the page. What am I wrong?
I've made a change in main files of Kalium, more exactly changed this file: kalium/includes/functions/template/blog-template-functions.php (download https://d.pr/f/Kgw3Fs).
Please note that the new version of file that I replaced (blog-template-functions.php) will be included in future kalium updates to provide support for optional remove of category prefix from page heading.
Hi.
How can I remove the word "Category" from the title of my archive pages? Using the code snippet below in the functions.php of Child Theme didn't work
and Kalium Blog Settings only allows to show or hide the whole title. Please see the screenshot attached, since my website is still in Staging mode.
Thanks in advance.
Hi Nicholas,
Please add this PHP code on your functions.php file of your Child theme.
Have a nice day!
Thank you Ylli. I added that code on my functions.php file of my Child theme but unfortunately nothing happened. Even by adding it on the main theme it just hides everything on the page. What am I wrong?
Hi Nicholas,
Please share your WordPress credentials, because I need to login to your site and test this live.
To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.
Thanks!
I've made a change in main files of Kalium, more exactly changed this file: kalium/includes/functions/template/blog-template-functions.php (download https://d.pr/f/Kgw3Fs).
Then I added this code in functions.php:
And the category prefix is removed (see screenshot]).
Please note that the new version of file that I replaced (blog-template-functions.php) will be included in future kalium updates to provide support for optional remove of category prefix from page heading.
Have a nice day!
Thanks a lot!
Have a great day.
I'm happy I helped Nicholas
I wish you all the best!
P.S: If you enjoy our theme, you can head over to your Downloads tab and give it 5 stars. We will love you forever.
Hi Nicolas,
You just need to add this code in functions.php file:
Thanks!