Get it working on index.php?
-
Is there any way to get inline comments working on the index page?
After some experimenting I’ve realized you need to have the comment box/comment template on index.php for the bubbles to appear properly.
I found this hack online to do that.global $withcomments; $withcomments=1; comments_template();This works sort of ok with ordinary comments (ie. using the comment form to post the comment) but it doesn’t work with inline comments. Instead what happens is the comment is assigned to the last post on the page.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Get it working on index.php?’ is closed to new replies.