List posts in categories alphabetically
-
I saw another post which referenced this page:
http://jehiah.com/archive/wordpress-category-page-hacks
Which lets you put a snippet of code in wp-blog-header.php on line 345:
if ($whichcat)
{
$orderby = 'title';
$order = 'ASC';
}But that doesn’t work in 1.5, it has a different coding layout. How can I get this to work in 1.5?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘List posts in categories alphabetically’ is closed to new replies.