I guess, archive.php does exactly what’s you are looking for?
Sorry but that isn’t what I am after.
What I am after is something like this: http://www.blogname.com/mypost/#respond. How do I get what is in bold? I had done some more research on this after posting this thread, and found out that I need to place an anchor named respond in comments.php.
I have just found the solution. This is what I was after: <?php the_permalink(); ?>.
Yes, that’s being used in archive.php, exactly.
(@theultimatewebsiteblog)
16 years, 9 months ago
Can someone please tell me, how I can have a leave a comment link in index.php, which should go to the comment form on the blog post, that is displayed in index.php? Can someone please show me the code for this? I have searched and searched for this, and haven’t found the answer. Thanks in advance.