Reverse Order Display
-
From another post I was able to perform this by adding this code to classes.php
(strtoupper($q['order']) != 'ASC'))) {$q['order']='ASC';
what i would like to do, is exclude the home page (index.php) from the reverse order rule.. i have 1 entry displaying on my home page and I’d like it to update as each new post is entered, however with the reverse chron hack above.. it doesn’t do this..
does anyone know how to exclude the home page from the above rule??
thanks.
- The topic ‘Reverse Order Display’ is closed to new replies.