Title: Password protected post modifications
Last modified: August 19, 2016

---

# Password protected post modifications

 *  [adminmgfra](https://wordpress.org/support/users/adminmgfra/)
 * (@adminmgfra)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/password-protected-post-modifications/)
 * I am trying to figure out how to change the text inserted in a password protected
   post from “This post is password protected. To view it please enter the password
   bellow” to anything I want. I know there have been postings on this before, but
   cant find one for the latest version of wordpress (2.8.4) and the previous postings
   dont seem to solve it on the latest version. I am using a modified neoclassical
   template. site is [http://www.mgfra.org](http://www.mgfra.org)
 * Thanks,
    Peter

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Michael Fields](https://wordpress.org/support/users/mfields/)
 * (@mfields)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/password-protected-post-modifications/#post-1252069)
 * Just answered a similar question here:
    [http://wordpress.org/support/topic/323715?replies=2](http://wordpress.org/support/topic/323715?replies=2)
 *  Thread Starter [adminmgfra](https://wordpress.org/support/users/adminmgfra/)
 * (@adminmgfra)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/password-protected-post-modifications/#post-1252152)
 * Thanks for the help on that. I was able to change the text, but is there a way
   to change the bold print stating “Protected: _page title_” ?
 * Thanks again,
    Peter
 *  [Michael Fields](https://wordpress.org/support/users/mfields/)
 * (@mfields)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/password-protected-post-modifications/#post-1252201)
 * This should work if your language is English:
 *     ```
       add_filter( 'protected_title_format', 'proctected_post_title_override' );
       function proctected_post_title_override( $c ) {
       	return str_replace( 'Protected: ', '', $c );
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Password protected post modifications’ is closed to new replies.

## Tags

 * [password](https://wordpress.org/support/topic-tag/password/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [protected](https://wordpress.org/support/topic-tag/protected/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Michael Fields](https://wordpress.org/support/users/mfields/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/password-protected-post-modifications/#post-1252201)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
