Hello,
In your source code demo you have this line:
<?php require(‘wp-blog-header.php’); ?>
In my version of wp there is no such file named “‘wp-blog-header.php'”. I see just a file header.php.
Does that mean I must change the above to:
<?php require(‘header.php’); ?>
Or am I missing something — such as a file named “‘wp-blog-header.php'”
Thanks,
Rowby
http://rowby.com/wordpress/
Thread Starter
rowby
(@rowby)
I found this solution which works great:
http://codex.wordpress.org/Alphabetizing_Posts
The only modification I would like beyond the above solution is to sort it by REVERSE alphabetical order.
Any ideas?
Thanks
Rowby