WordPress Yorumlarini Tersten Siralamak
Temanızın comments.php dosyasını açın. Aşağıdaki satırı bulun.
<?php
if
(
$comments
) : ?>
Bu satırın hemen altına şu kodu ekleyin.
<?php
$comments
=
array_reverse
(
$comments
); ?>
Temanızın comments.php dosyasını açın. Aşağıdaki satırı bulun.
<?php
if
(
$comments
) : ?>
Bu satırın hemen altına şu kodu ekleyin.
<?php
$comments
=
array_reverse
(
$comments
); ?>