This will be set in index.php, archive.php, category-x.php, search.php – where they exist in your template.
It will appear before the call for the_title().
A link to your site will allow me to direct you to the actual lines.
I need this as well.
I don’t think it is set in the index.php because the output from the_title produces “Private: Post Title”.
There must be a filter or hook that is set some place and needs removing.
Failing that, take a look at wp-includes/post-template.php around line 115 is the code that adds the “Private: ” to the title. I simply commented it out. I’m closing my site anyway and as I move content off I just set it to private and put on a redirect. This way I know what I have done and what I haven’t.
Hope that helps
Tim
I answered this question in another thread…
Here.
http://ww.wp.xz.cn/support/topic/257930
Hope that helps.
Easier way out
a Plugin called ‘Exclude Pages’
works super and easy no codes or core files to mess with.
http://ww.wp.xz.cn/extend/plugins/exclude-pages/
Cheers
P