Hi fountaini,
Can you provide link your website where its appearing above issue so that we can have look at it?
Rabin
Hi Rabin,
my site is http://www.chezfountain.com
Thanks for your help.
Hi fountaini,
copy this function and paste it in your functions.php
add_filter( 'protected_title_format', 'remove_protected_text' );
function remove_protected_text() {
return __('%s');
}
I suggest you to go through child theme approach as the changes will not be lost when you update your theme.
Regards,
Rabin
Thank you Rabin. I copied this function into my theme custom css and it didn’t work. I am using wordpress.com (not org) and I seem to be very limited with customization.
Do you have any advice apart from transferring to wordpress.org?
Thanks
Ingrid.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support