Hello!
I am using this code to show comments on my indexpage but this code outputs all the comments, I would love if the code could show only the 3 latest comments in a post, is this possible?
<?php
global $withcomments;
$withcomments = true;
comments_template();
?>
O tópico ‘$withcomments… |3 latest comments in a post|’ está fechado a novas respostas.
(@leve)
há 13 anos, 9 meses
Hello!
I am using this code to show comments on my indexpage but this code outputs all the comments, I would love if the code could show only the 3 latest comments in a post, is this possible?
<?php
global $withcomments;
$withcomments = true;
comments_template();
?>