!!!Comment link Button!!!
-
Hey everyone! I was getting feedback that the comment link on the bottom of each post was being ignored because it blended in to everything else.
Thus, I wanted to create a comment button.
I succeeded in making a button that displays the amount of comments on each post with the following code in index.php:
<button type="button"> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></button></p>
Problem is that the button doesn’t link anywhere.
Simple question—-what do I have to add to make the button link to each post’s comments?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘!!!Comment link Button!!!’ is closed to new replies.