Reverse Comments Order Conditionally – TwentyTen Theme
-
Hi There
I know that there is a setting in the WordPress to show the newer comments first.
The problem I have is that I only want to do this on one page. Is there somewhere in the functions.php file where I can go something like
<IF PAGENAME >
Show comments with newest first
<ELSE>
carry on as usual.
<end if>Before the twentyten I could have just used
<?php foreach (array_reverse($comments) as $comment) : ?> with “ispage()”
But I can’t find the equivelent using this theme. – Any suggestions would be great – I’m not really a programmer so please be gentle!
MUCH APPRECIATED!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Reverse Comments Order Conditionally – TwentyTen Theme’ is closed to new replies.