• How do I use comments_popup_link() to show ‘Leave a comment’ no matter how many comments are already posted? If I say “<?php comments_popup_link(‘Leave a comment’); ?>”, this only works when there is no comment, otherwise it is replaced by ‘# comments’. Any help? (I am using WP 2.2.3)
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter manojit

    (@manojit)

    Never mind. Using “<?php comments_popup_link(‘Leave a comment’,’Leave a comment’,’Leave a comment’); ?>” fixed it.

    Awesome fix manojit! I had this same problem, thanks for posting your solution, it worked great for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customizing comments_popup_link text’ is closed to new replies.