Recent Topics

1 Jul 23, 2006 01:32    

Is it possible to order the blog posts alphabetically instead of chronologically? I use stub files.

I'd like to use one blog as a bookmark manager and would prefer an alphabetical order. Furthermore I'd like to display the most relevant bookmarks per category on the top of the page. Then it will be possible to use * in front of the title of the bookmark to make this bookmark sticky on the top of the page (which is a better alternative than [url=http://forums.b2evolution.net/viewtopic.php?t=8319&highlight=]using the date[/url] to manipulate the order of blog posts.

2 Aug 12, 2006 01:31

Not possible to order blog posts alphabetically?

3 Aug 12, 2006 03:32

put this toward the top of your stub file:

$orderby = "title";
$order = "asc";

4 Aug 12, 2006 09:56

Thanks a lot!! So easy.

5 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.


Form is loading...