2 wheeltothestorm Feb 18, 2007 22:13
![](https://forums.b2evolution.net/media/users/wheeltothestorm/profile_pictures/.evocache/201883939845d8ba1bd78d8.gif/crop-top-80x80.gif?mtime=1372015408)
Change it to :-
$order = 'ASC'; // This for example would display the blog in chronological order...
¥
OK great, thanks for the reply, however I guess I need to ask one more question here. Since this is in the index.php ths will affect all the blogs, correct? Is there a setting in another file that just effects blog A but does not effect Blog B. Or would the best way to do it is set up the chronological 1st to last in it's own directory and the normal blogs in their own directory. Do I need to set up two different sites or can I filter one one way and another another way within the same setup.
Thanks again!!!!
What you can do is create a stub file (take a look at a_stub.php) for blog A which would allow you to change the order for just that blog.
¥
Beautiful, this is a great application, thanks for the help!!!!
So I found this in the index.php file. If I set this to on will this accomplish what I'm trying to do?
# $order = 'ASC'; // This for example would display the blog in chronological order...