Some months ago, Mark created the Sortable Nicer Archives for WP 1.2
In WP 1.3, the main page has been split into different sections, so the original file above didn’t look good – it worked of course, but the page layout was broken.
Using includes for the header and footer, along with a <div> correction, that is now sorted.
It can be seen working here: www.tamba2.org.uk/T2/narchives.php
The phps file is here: www.tamba2.org.uk/downloads/narchives2.phps
Note: this has not been tested against Themes.
How can I get this working with Matt’s Asides?
How do you implement your background so it matches the rest of the pages? Do you have to create a .css for the archives page?
Hi, I used the code for the narchive and I think it is great. BUT it shows saved entrys that are not showing up on the main page yet… If I save a entry to be published tomorrow, the title and link is showing up in the archive! :-/ Please help, I am NOT a programmer! 🙂
Thanks!
I just upgraded from your 1.2 script to the new 1.3 script. Everything works fine except for these two lines up at the top:
$defaultorderby = ‘category’;
$defaultorder = ‘ASC’;
That is what I want by default, categories and ascending order. What am I doing wrong, because it still shows up as by date in descending order?