making comment link point to a different page
-
I have recently upgraded from b2 to wordpress 1.0. I have a different layout I use for individual posts, along with their comments. This is also the page where comments should be added. In b2 I got this working by adding the file name of the comment page to the comment link tag and the link called the correct page. But this doesn’t work with 1.0. This is what I have in my template:
"><?php comments_number('no comments', '1 comment', '% comments', ''); ?>
It creates the link with the correct text etc, but it links back to the index page instead of going to comentspage.php. I know this page works because it loads fine when I type the url directly into the browser. For example, I get:
https://procrastinate.co.nz/blog/index.php?p=700#comments
instead of
https://procrastinate.co.nz/blog/comentspage.php?p=700#comments
I’m not sure if this is a bug or if I have the syntax wrong. Please help ??
(heh, I haven’t finished fixing up the template after the move, so please excuse the messy comments page)
- The topic ‘making comment link point to a different page’ is closed to new replies.