• Resolved charlene2021

    (@charlene2021)


    I have this one blog that I post just once a month. I want the comment link to say “Comment on Month” month being whatever month it is. What would I add to the line:
    <?php comments_popup_link(‘Comment On’, ‘Comment On’, ‘Comment On’); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • How about

    <?php
    $mycomment='Comment On ' . the_date('F', '', '', 0);
    comments_popup_link($mycomment,$mycomment,$mycomment,$mycomment);
    ?>

    Thread Starter charlene2021

    (@charlene2021)

    I can always trust you to solve and figure out what I need, thanks once more!

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