Help Make Nicer Archives Default To Categories Vie
-
I installed Mark’s modified Codegurl’s nicer archives I’m trying to make it so the default view (when you first go there) is sorted by category rather than by Month.
I tried to change the default listing by categories by changing
$defaultorderby = ‘category’;
$defaultorder = ‘DESC’;
Then finding this line:
function show_orderby_select() {
global $orderby;
and added this right below it:
if ($defaultorderby) $orderby = $defaultorderby;
That didn’t do it. Can anyone give me a heads up on how to accomplish this? The code is here: https://dinki.mine.nu/weblog/b2-img/narchives.phps
My implementation is here: https://organicgardensite.com/narchives.php
Thanks.
Kevin
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Help Make Nicer Archives Default To Categories Vie’ is closed to new replies.