1 nomad Jul 23, 2006 01:32
3 personman Aug 12, 2006 03:32
put this toward the top of your stub file:
$orderby = "title";
$order = "asc";
4 nomad Aug 12, 2006 09:56
Thanks a lot!! So easy.
5 rckydsqrl Aug 16, 2006 13:19
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.
6 personman Aug 16, 2006 14:13
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?