Replying to inline comments makes page reload
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Replying to inline comments makes page reload’ is closed to new replies.
The topic ‘Replying to inline comments makes page reload’ is closed to new replies.
(@psylicium)
13 years, 10 months ago
Hi. I’m developing a website for a friend, but I am having a problem with replying to comments. On my personal site, whenever I reply to a comment, the page does not reload, and the textarea reply box is displayed below the comment i am replying to (like it should). However, on this new site, the page reloads, and the textarea is still at the bottom of the comment list. I have re-used most of the code from my personal site, but just can’t figure out if I have missed something…
I am using a custom callback on both sites, defined in functions.php:
My comments.php looks like this:
– and I have also included the following in header.php, just above wp_head();:
Anyone knows what could be wrong? 🙂