Find the file comments.php in your theme and
replace this:
<?php foreach ($comments as $comment) : ?>
with that:
<?php foreach (array_reverse($comments) as $comment) : ?>
Searched quite a while before I found that answer on the WordPress forum.
Find the file comments.php in your theme and
replace this:
<?php foreach ($comments as $comment) : ?>
with that:
<?php foreach (array_reverse($comments) as $comment) : ?>
Searched quite a while before I found that answer on the WordPress forum.
| © 2010 On Target Professional Website Design | Phone: 830.822.6589 |
very simple and very informative..thanks