Try this:
add_filter('protected_title_format', 'blank'); function blank($title) { return '%s'; }
Copy and paste that code snippet at the top of your functions file… (after <?php )
My little Information Technology blog
Try this:
add_filter('protected_title_format', 'blank'); function blank($title) { return '%s'; }
Copy and paste that code snippet at the top of your functions file… (after <?php )