Adding Post a Comment in Index Page
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Adding Post a Comment in Index Page’ is closed to new replies.
The topic ‘Adding Post a Comment in Index Page’ is closed to new replies.
(@djixas)
18 years, 3 months ago
Hello,
I am trying to add “Post a Comment” into my home page but have some problems. Here’s the code which I am using:
<a class="postaco" href="<?php the_permalink() ?>#post-comment" title="Post a Comment">Post a Comment</a>However, this leads link to domain.com/postname/#post-comment instead of domain.com/postname#post-comment
How can I fix this issue?
Also, I am trying to format # of comments link by using this code:
My questiion here: how do I insert post url into a href?