Seperate comments input from comments loop
-
Hey guys..
the invocation for the comments template is
<?php comments_template(); ?>
that generates the input boxes as well as performs the loop to display all the comments associated with the blog post.
What i’m trying to do is seperate those 2 things, so that i can display the input boxes (name, email, comments etc), in a seperate place on the page and then have the loop for the comments display elsewhere on the page… ie, not all in one concurrent row…
appreciate your help… thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Seperate comments input from comments loop’ is closed to new replies.