Hi,
I can’t post an example of my site yet as I am on a dev server, so hopefully my explanation will suffice.
I customized the Default Theme (Kubrick) to show one post at a time and inserted <?php comments_template(); ?> into the loop. I used jquery to show/hide the comments.
My problem is that when you click ‘submit comment’ it loads the ‘single.php’ page of the post. I don’t want this. I want it to echo the page it is on (index, /?paged=2, etc.) and just update.
Is this possible, and if so, can someone help me out.
(@thejones)
17 years ago
Hi,
I can’t post an example of my site yet as I am on a dev server, so hopefully my explanation will suffice.
I customized the Default Theme (Kubrick) to show one post at a time and inserted <?php comments_template(); ?> into the loop. I used jquery to show/hide the comments.
My problem is that when you click ‘submit comment’ it loads the ‘single.php’ page of the post. I don’t want this. I want it to echo the page it is on (index, /?paged=2, etc.) and just update.
Is this possible, and if so, can someone help me out.
Thanks,
James