I wish to remove the words "protected" or "private" that appear in my titles.
I have tried a few recommendations from other forums but did not succeed. Can someone help? Thanks.
I wish to remove the words "protected" or "private" that appear in my titles.
I have tried a few recommendations from other forums but did not succeed. Can someone help? Thanks.
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.
For WordPress.com support: http://en.support.wordpress.com
This topic has been closed to new replies.