2 nomad Aug 12, 2006 01:31

put this toward the top of your stub file:
$orderby = "title";
$order = "asc";
Thanks a lot!! So easy.
Sorry. I'm new to this. Where do I access the stub file for a particular blog to add the alpha order script? I only see one: a_stub.php in the root directory of my blog.
$orderby = "title";
$order = "asc";
Thanks.
RTFM: http://manual.b2evolution.net/Stub_file
Basically, you rename the a_stub.php file to whatever you want. If you only have one blog, then you can call it index.php. Backup the original index.php first if you use that name.
Not possible to order blog posts alphabetically?