I’ll answer my own post, if I may
I found it here eventually
http://wordpress.org/support/topic/2330?replies=11
It took some finding though.
Is there anyone around who could write a plugin to add a button on the page so that the comments could be toggled between ascending and descending? Think of the glory!
In the newest version of WordPress, wp-blog-header.php does not seem to contain to code needed to alter
if ((empty($order)) || ((strtoupper($order) != 'ASC') && (strtoupper($order) != 'DESC'))) {
$order='DESC';
I’ve searched for the answer, but I keep ending up back at this thread.
Any help please?
Thread Starter
pete2b
(@pete2b)
The above message didn’t complete the path to the problem
Fatal error: Unknown function: the_id() in /home/******/public_html/blog/wp-content/themes/
default/index.php on line 9
Thats better!!