wp_list_comments
-
Hello,
I am trying to develop a simple blog using the Corner Theme.
On the main page, I wanted the full text of the posts to be made so I edited the Main Index Template with the following:
<body> <?php the_content(); ?> </body> <?php wp_list_comments( array( 'type' => 'comment' ), $comments ); ?>
However, when I add the comments, I get a reply button on the bottom which doesn’t do anything, and I could do with it being deleted if possible?
Help!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘wp_list_comments’ is closed to new replies.