Answers for "comments.php template"

PHP
1

comments.php template

wp_list_comments( array(
      'style'       => 'ol',
      'short_ping'  => true,
      'avatar_size' => 20,
  ) );
Posted by: Guest on July-24-2021
1

how to create comments in php

Answer: Use the Syntax "// text" (single line) and "/* text */"
(multi-line)
Posted by: Guest on January-03-2020

Browse Popular Code Answers by Language