• johnl123d

    (@johnl123d)


    Hello,

    I am trying to change the default text for password protected text

    I use the plugin, Protected Post Personalizer and it’s working when I am going to the actual post page.

    But in my categories pages, it still shows the default message.

    I think it’s because in the actual post page, it’s calling <?php the_content()

    and on the category page, it’s calling <?php the_excerpt

    I would also like to change the default message for password protect comment”Enter your password to view comments.”

    I found the line in comments.php. I changed it. And still, the line is only changed when you go to actual post page. when you go to the category page, it is still the default message. I think this is due to in category, it’s calling <?php comments_popup_link() and in the actual post page, it’s calling <?php comments_template(); ?>

    Please help!!!

    My site is https://www.lovetimecapsule.com
    the category page i am referring to is https://www.lovetimecapsule.com/category/2011/

  • The topic ‘customize Password protected text’ is closed to new replies.