• For a password-protected entry, which template do I alter the wording on for the wording that shows up on the blog?

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s possible your theme’s comments (comments.php) template has a line in it about password protection, but for just the post element of this (which generates the password form), this is not in a template but one of the core scripts.

    wp-includes/template-functions-post.php has a function right at the top of it called get_the_password_form(). That’s where you’ll find the text for the password form.

    Source editing note: Make backups of any files you are editing, and comment your changes for future reference.

    Thread Starter divamaggie

    (@divamaggie)

    Thank you Kafkaesqui

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where do I add the code’ is closed to new replies.