• Love your plugin! However, for our needs, I need to change the wording for the Post Type Title Prefix that dynamically occurs – for example:

    Change: “Private: Meeting Minutes 2018”
    to this instead: “For Members: Meeting Minutes 2018”

    How do I do this? Thank you!

    -Lisa

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    The prefixed content you’re referring to is from WordPress, not WP-Members, and it is placed there when content is marked as “Private”. You do not need to mark content as private when using WP-Members. The WP-Members restriction settings should be used.

    The addition in the title is done with WP’s the_title filter. You could hook into the same filter and remove “Private” from it, and/or replace it with something else. But that’s a general WP question (and possibly not necessary if you’re using the WP-Members restriction settings rather than marking the post as private).

Viewing 1 replies (of 1 total)
  • The topic ‘Need to change Title prefix’ is closed to new replies.